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

ARM: dts: rockchip: fix supply properties in io-domains nodes

A test with rockchip-io-domain.yaml gives notifications
for supply properties in io-domains nodes.
Fix them all into ".*-supply$" format.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210606181632.13371-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
f07edc41 60fba46d

+3 -3
+1 -1
arch/arm/boot/dts/rk3288-rock2-som.dtsi
··· 218 218 flash0-supply = <&vcc_flash>; 219 219 flash1-supply = <&vccio_pmu>; 220 220 gpio30-supply = <&vccio_pmu>; 221 - gpio1830 = <&vcc_io>; 221 + gpio1830-supply = <&vcc_io>; 222 222 lcdc-supply = <&vcc_io>; 223 223 sdcard-supply = <&vccio_sd>; 224 224 wifi-supply = <&vcc_18>;
+2 -2
arch/arm/boot/dts/rk3288-vyasa.dts
··· 379 379 audio-supply = <&vcc_18>; 380 380 bb-supply = <&vcc_io>; 381 381 dvp-supply = <&vcc_io>; 382 - flash0-suuply = <&vcc_18>; 382 + flash0-supply = <&vcc_18>; 383 383 flash1-supply = <&vcc_lan>; 384 384 gpio30-supply = <&vcc_io>; 385 - gpio1830 = <&vcc_io>; 385 + gpio1830-supply = <&vcc_io>; 386 386 lcdc-supply = <&vcc_io>; 387 387 sdcard-supply = <&vccio_sd>; 388 388 wifi-supply = <&vcc_18>;