summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2020-05-12 22:35:22 +0200
committerHeiko Stuebner <heiko@sntech.de>2020-05-18 23:39:31 +0200
commit213f272b754f4e27aeab9d1265c775610e612bb7 (patch)
treefb5e6078ba87ebb550f3d25a38378fa6472a7b50 /arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts
parentcbd7214402ecf7ecc59e21862ea3c901be48e831 (diff)
arm64: dts: rockchip: replace RK_FUNC defines in rk3326-odroid-go2
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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts9
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts b/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts
index cf20aac5f2fe..bd54a37738be 100644
--- a/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts
@@ -543,18 +543,15 @@
};
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>;
};
};
};