arm: dts: Fix missing device_type="memory" for ste-ccu8540
authorLeif Lindholm <[email protected]>
Thu, 17 Apr 2014 17:41:59 +0000 (18:41 +0100)
committerGrant Likely <[email protected]>
Fri, 16 May 2014 14:22:40 +0000 (15:22 +0100)
The current .dts for ste-ccu8540 lacks a 'device_type = "memory"' for
its memory node, relying on an old ppc quirk in order to discover its
memory. Fix the data so that all parsing code can handle it correctly.

Signed-off-by: Leif Lindholm <[email protected]>
Acked-by: Lee Jones <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Mark Rutland <[email protected]>
Cc: <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
arch/arm/boot/dts/ste-ccu8540.dts

index 7f3baf51a3a9e933d3a47dce18d2ca102c104a9b..32dd55e5f4e6b8567a8a2d207b69311959c9f9a1 100644 (file)
@@ -18,6 +18,7 @@
        compatible = "st-ericsson,ccu8540", "st-ericsson,u8540";
 
        memory@0 {
+               device_type = "memory";
                reg = <0x20000000 0x1f000000>, <0xc0000000 0x3f000000>;
        };