mirror of https://gitee.com/openkylin/linux.git
ARM: dts: novena: Enable PWM1
Enable PWM1, otherwise the backlight cannot work. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
76e691fc76
commit
95a36c1197
|
@ -451,6 +451,10 @@ &pcie {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&pwm1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sata {
|
||||
target-supply = <®_sata>;
|
||||
fsl,transmit-level-mV = <1025>;
|
||||
|
|
Loading…
Reference in New Issue