Skip to content

Commit f07edc4

Browse files
Johan Jonkermmind
authored andcommitted
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>
1 parent 60fba46 commit f07edc4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/boot/dts/rk3288-rock2-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
flash0-supply = <&vcc_flash>;
219219
flash1-supply = <&vccio_pmu>;
220220
gpio30-supply = <&vccio_pmu>;
221-
gpio1830 = <&vcc_io>;
221+
gpio1830-supply = <&vcc_io>;
222222
lcdc-supply = <&vcc_io>;
223223
sdcard-supply = <&vccio_sd>;
224224
wifi-supply = <&vcc_18>;

arch/arm/boot/dts/rk3288-vyasa.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@
379379
audio-supply = <&vcc_18>;
380380
bb-supply = <&vcc_io>;
381381
dvp-supply = <&vcc_io>;
382-
flash0-suuply = <&vcc_18>;
382+
flash0-supply = <&vcc_18>;
383383
flash1-supply = <&vcc_lan>;
384384
gpio30-supply = <&vcc_io>;
385-
gpio1830 = <&vcc_io>;
385+
gpio1830-supply = <&vcc_io>;
386386
lcdc-supply = <&vcc_io>;
387387
sdcard-supply = <&vccio_sd>;
388388
wifi-supply = <&vcc_18>;

0 commit comments

Comments
 (0)