Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210126110221.10815-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
dfbfb86a d5c24e20

+2 -2
+1 -1
arch/arm/boot/dts/rk3036-kylin.dts
··· 390 390 }; 391 391 }; 392 392 393 - sleep { 393 + suspend { 394 394 global_pwroff: global-pwroff { 395 395 rockchip,pins = <2 RK_PA7 1 &pcfg_pull_none>; 396 396 };
+1 -1
arch/arm/boot/dts/rk3288.dtsi
··· 1582 1582 drive-strength = <12>; 1583 1583 }; 1584 1584 1585 - sleep { 1585 + suspend { 1586 1586 global_pwroff: global-pwroff { 1587 1587 rockchip,pins = <0 RK_PA0 1 &pcfg_pull_none>; 1588 1588 };