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

ARM: dts: sun8i: h3: Remove leading zeros from unit-addresses

Most of our device trees have had leading zeros for padding as part of
the nodes unit-addresses.

Remove all these useless zeros that generate warnings

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>

+1 -1
+1 -1
arch/arm/boot/dts/sun8i-h3.dtsi
··· 156 156 }; 157 157 }; 158 158 159 - video-codec@01c0e000 { 159 + video-codec@1c0e000 { 160 160 compatible = "allwinner,sun8i-h3-video-engine"; 161 161 reg = <0x01c0e000 0x1000>; 162 162 clocks = <&ccu CLK_BUS_VE>, <&ccu CLK_VE>,