ARM: sun6i: dt: Fixup prcm node name
authorHans de Goede <hdegoede@redhat.com>
Sun, 13 Apr 2014 11:41:02 +0000 (13:41 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 14 Apr 2014 09:57:18 +0000 (11:57 +0200)
The prcm lives at address 0x01f01400 as the reg entry in its node already
correctly indicates, rename the node to match this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun6i-a31.dtsi

index d45efa74827cb542655bf618b9b24d2d4c178c01..bc46814d2ff03448f118330d67a108aa3b2bad19 100644 (file)
                        interrupts = <1 9 0xf04>;
                };
 
+               prcm@01f01400 {
+                       compatible = "allwinner,sun6i-a31-prcm";
+                       reg = <0x01f01400 0x200>;
+               };
+
                cpucfg@01f01c00 {
                        compatible = "allwinner,sun6i-a31-cpuconfig";
                        reg = <0x01f01c00 0x300>;
                };
-
-               prcm@01f01c00 {
-                       compatible = "allwinner,sun6i-a31-prcm";
-                       reg = <0x01f01400 0x200>;
-               };
        };
 };