Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8beb5e3 authored by Johan Jonker's avatar Johan Jonker Committed by Greg Kroah-Hartman
Browse files

ARM: dts: rockchip: fix pinctrl sleep nodename for rk3036-kylin and rk3288



[ Upstream commit dfbfb86a43f9a5bbd166d88bca9e07ee4e1bff31 ]

A test with the command below aimed at powerpc generates
notifications in the Rockchip ARM tree.

Fix pinctrl "sleep" nodename by renaming it to "suspend"
for rk3036-kylin and rk3288

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

Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210126110221.10815-1-jbx6244@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 0db822f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -426,7 +426,7 @@
		};
	};

	sleep {
	suspend {
		global_pwroff: global-pwroff {
			rockchip,pins = <2 7 RK_FUNC_1 &pcfg_pull_none>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -1278,7 +1278,7 @@
			drive-strength = <12>;
		};

		sleep {
		suspend {
			global_pwroff: global-pwroff {
				rockchip,pins = <0 0 RK_FUNC_1 &pcfg_pull_none>;
			};