Unverified Commit 275b6317 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

arm64: dts: allwinner: Fix DE2 bus node name



According to the device tree specification, any bus should have a 'bus'
node name.

Since it isn't the case for us on the DE2 bus, fix that.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 3c7ab90a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@
		#size-cells = <1>;
		ranges;

		de2@1000000 {
		bus@1000000 {
			compatible = "allwinner,sun50i-a64-de2";
			reg = <0x1000000 0x400000>;
			allwinner,sram = <&de2_sram 1>;
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@
		#size-cells = <1>;
		ranges;

		display-engine@1000000 {
		bus@1000000 {
			compatible = "allwinner,sun50i-h6-de3",
				     "allwinner,sun50i-a64-de2";
			reg = <0x1000000 0x400000>;