arm64: dts: rockchip: replace RK_FUNC defines in rk3326-odroid-go2
authorJohan Jonker <jbx6244@gmail.com>
Tue, 12 May 2020 20:35:22 +0000 (22:35 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 18 May 2020 21:39:31 +0000 (23:39 +0200)
The defines RK_FUNC_1 and RK_FUNC_2 are deprecated,
so replace them with the preferred form.
Restyle properties in the same line.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200512203524.7317-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts

index cf20aac..bd54a37 100644 (file)
                };
 
                soc_slppin_gpio: soc_slppin_gpio {
-                       rockchip,pins =
-                               <0 RK_PA4 RK_FUNC_GPIO &pcfg_output_low>;
+                       rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_output_low>;
                };
 
                soc_slppin_rst: soc_slppin_rst {
-                       rockchip,pins =
-                               <0 RK_PA4 RK_FUNC_2 &pcfg_pull_none>;
+                       rockchip,pins = <0 RK_PA4 2 &pcfg_pull_none>;
                };
 
                soc_slppin_slp: soc_slppin_slp {
-                       rockchip,pins =
-                               <0 RK_PA4 RK_FUNC_1 &pcfg_pull_none>;
+                       rockchip,pins = <0 RK_PA4 1 &pcfg_pull_none>;
                };
        };
 };