ARM: kirkwood: fdt: use mrvl ticker symbol
authorJason Cooper <jason@lakedaemon.net>
Wed, 7 Mar 2012 15:03:57 +0000 (15:03 +0000)
committerJason Cooper <jason@lakedaemon.net>
Fri, 16 Mar 2012 04:28:41 +0000 (04:28 +0000)
Also, use inclusive register size for uart0.

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood-dreamplug.dts
arch/arm/boot/dts/kirkwood.dtsi

index 8a5dff807b45c1a62be184e7fae1b9ba485a3f91..333f11b85504ced14f5f59edf1db37903dcbe153 100644 (file)
@@ -4,7 +4,7 @@
 
 / {
        model = "Globalscale Technologies Dreamplug";
-       compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
+       compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
 
        memory {
                device_type = "memory";
@@ -17,7 +17,7 @@
 
        serial@f1012000 {
                compatible = "ns16550a";
-               reg = <0xf1012000 0xff>;
+               reg = <0xf1012000 0x100>;
                reg-shift = <2>;
                interrupts = <33>;
                clock-frequency = <200000000>;
index 771c6bbeb29a05ba178c4d32197593041b3b582f..702b9555d01989261d1ac7813e424a5526568937 100644 (file)
@@ -1,6 +1,6 @@
 /include/ "skeleton.dtsi"
 
 / {
-       compatible = "marvell,kirkwood";
+       compatible = "mrvl,kirkwood";
 };