Skip to content

Commit de1f6d9

Browse files
Rafał Miłeckiffainelli
authored andcommitted
ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul XWC-2000
This property is needed since commit abe60a3 ("ARM: dts: Kill off skeleton{64}.dtsi"). Without it booting silently hangs at: [ 0.000000] Memory policy: Data cache writealloc Fixes: 984829e ("ARM: dts: BCM5301X: Add DT for Luxul XWC-2000") Signed-off-by: Rafał Miłecki <[email protected]> Signed-off-by: Florian Fainelli <[email protected]>
1 parent b3a9e3b commit de1f6d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
};
1818

1919
memory {
20+
device_type = "memory";
2021
reg = <0x00000000 0x08000000
2122
0x88000000 0x18000000>;
2223
};

0 commit comments

Comments
 (0)