rockchip: dts: rk3399: Sync pwm2_pin_pull_down from Linux 5.1-rc2
authorJagan Teki <jagan@amarulasolutions.com>
Wed, 8 May 2019 05:41:41 +0000 (11:11 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 8 May 2019 09:34:13 +0000 (17:34 +0800)
To make successful build with dts(i) files syncing from Linux 5.1-rc2
the rk3399.dtsi would require pwm2_pin_pull_down.

So, sync the pwm2_pin_pull_down node from Linux 5.1-rc2.  Since this
node is strictly not part of any commit alone, I have mentioned
Linux 5.1-rc2 tag for future reference of where would this sync
coming from.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399.dtsi

index b53e41b..b73442e 100644 (file)
                                rockchip,pins =
                                        <1 RK_PC3 RK_FUNC_1 &pcfg_pull_none>;
                        };
+
+                       pwm2_pin_pull_down: pwm2-pin-pull-down {
+                               rockchip,pins =
+                                       <1 RK_PC3 RK_FUNC_1 &pcfg_pull_down>;
+                       };
                };
 
                pwm3a {