ARM: dts: novena: Enable PWM1
authorMarek Vasut <marex@denx.de>
Mon, 17 Oct 2016 16:34:49 +0000 (18:34 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 24 Oct 2016 11:58:05 +0000 (19:58 +0800)
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>
arch/arm/boot/dts/imx6q-novena.dts

index 1723e89..758bca9 100644 (file)
        status = "okay";
 };
 
+&pwm1 {
+       status = "okay";
+};
+
 &sata {
        target-supply = <&reg_sata>;
        fsl,transmit-level-mV = <1025>;