arm64: dts: rockchip: fix pinctrl sleep nodename for rk3399.dtsi
authorJohan Jonker <jbx6244@gmail.com>
Tue, 26 Jan 2021 11:02:21 +0000 (12:02 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 9 May 2021 23:52:45 +0000 (01:52 +0200)
A test with the command below aimed at powerpc generates
notifications in the Rockchip arm64 tree.

Fix pinctrl "sleep" nodename by renaming it to "suspend"
for rk3399.dtsi

make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/powerpc/sleep.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210126110221.10815-2-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 634a91af8e83bd97eb76b2aac9def0fe9c732200..7c1b69f3a4c11dfad1b270f0004dea59027b808d 100644 (file)
                        };
                };
 
-               sleep {
+               suspend {
                        ap_pwroff: ap-pwroff {
                                rockchip,pins = <1 RK_PA5 1 &pcfg_pull_none>;
                        };