Commit 213f272b authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner

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: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200512203524.7317-1-jbx6244@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent cbd72144
...@@ -543,18 +543,15 @@ pmic_int: pmic-int { ...@@ -543,18 +543,15 @@ pmic_int: pmic-int {
}; };
soc_slppin_gpio: soc_slppin_gpio { soc_slppin_gpio: soc_slppin_gpio {
rockchip,pins = rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_output_low>;
<0 RK_PA4 RK_FUNC_GPIO &pcfg_output_low>;
}; };
soc_slppin_rst: soc_slppin_rst { soc_slppin_rst: soc_slppin_rst {
rockchip,pins = rockchip,pins = <0 RK_PA4 2 &pcfg_pull_none>;
<0 RK_PA4 RK_FUNC_2 &pcfg_pull_none>;
}; };
soc_slppin_slp: soc_slppin_slp { soc_slppin_slp: soc_slppin_slp {
rockchip,pins = rockchip,pins = <0 RK_PA4 1 &pcfg_pull_none>;
<0 RK_PA4 RK_FUNC_1 &pcfg_pull_none>;
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment