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

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

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



[ Upstream commit f07edc41220b14ce057a4e6d7161b30688ddb8a2 ]

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: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210606181632.13371-1-jbx6244@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent c5bb9cc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@
	flash0-supply = <&vcc_flash>;
	flash1-supply = <&vccio_pmu>;
	gpio30-supply = <&vccio_pmu>;
	gpio1830 = <&vcc_io>;
	gpio1830-supply = <&vcc_io>;
	lcdc-supply = <&vcc_io>;
	sdcard-supply = <&vccio_sd>;
	wifi-supply = <&vcc_18>;
+2 −2
Original line number Diff line number Diff line
@@ -357,10 +357,10 @@
	audio-supply = <&vcc_18>;
	bb-supply = <&vcc_io>;
	dvp-supply = <&vcc_io>;
	flash0-suuply = <&vcc_18>;
	flash0-supply = <&vcc_18>;
	flash1-supply = <&vcc_lan>;
	gpio30-supply = <&vcc_io>;
	gpio1830 = <&vcc_io>;
	gpio1830-supply = <&vcc_io>;
	lcdc-supply = <&vcc_io>;
	sdcard-supply = <&vccio_sd>;
	wifi-supply = <&vcc_18>;