ARM: dts: keystone-k2g-evm: Enable PWM ECAP0

Enable PWM ECAP0 which will be used for display backlight.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
This commit is contained in:
Vignesh R 2017-10-09 09:33:50 -07:00 committed by Santosh Shilimkar
parent a9ccafd0a3
commit e1471fe61a
1 changed files with 12 additions and 0 deletions

View File

@ -45,6 +45,12 @@ vcc3v3_dcin_reg: fixedregulator-vcc3v3-dcin {
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
ecap0_pins: ecap0_pins {
pinctrl-single,pins = <
K2G_CORE_IOPAD(0x1374) (BUFFER_CLASS_B | MUX_MODE4) /* pr1_mdio_data.ecap0_in_apwm0_out */
>;
};
};
&k2g_pinctrl {
@ -157,3 +163,9 @@ &usb1 {
dr_mode = "peripheral";
status = "okay";
};
&ecap0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&ecap0_pins>;
};