]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Reorder Cygnus peripherals
authorRay Jui <rjui@broadcom.com>
Mon, 21 Sep 2015 22:12:46 +0000 (15:12 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 23 Sep 2015 00:50:36 +0000 (17:50 -0700)
Reorder all Cygnus peripherals based on base register addresses in
bcm-cygnus.dtsi

Signed-off-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-cygnus.dtsi

index 5ee7543b5894ce2830d1a2e3131ff70f6a1db266..33ec6a51e45db0e0b6dc5a8ed39d7ff939c862f9 100644 (file)
                        gpio-controller;
                };
 
-               gpio_ccm: gpio@1800a000 {
-                       compatible = "brcm,cygnus-ccm-gpio";
-                       reg = <0x1800a000 0x50>,
-                             <0x0301d164 0x20>;
-                       #gpio-cells = <2>;
-                       gpio-controller;
-                       interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
-                       interrupt-controller;
-               };
-
-               gpio_asiu: gpio@180a5000 {
-                       compatible = "brcm,cygnus-asiu-gpio";
-                       reg = <0x180a5000 0x668>;
-                       #gpio-cells = <2>;
-                       gpio-controller;
-
-                       pinmux = <&pinctrl>;
-
-                       interrupt-controller;
-                       interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
+               i2c0: i2c@18008000 {
+                       compatible = "brcm,cygnus-iproc-i2c", "brcm,iproc-i2c";
+                       reg = <0x18008000 0x100>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       interrupts = <GIC_SPI 85 IRQ_TYPE_NONE>;
+                       clock-frequency = <100000>;
+                       status = "disabled";
                };
 
                wdt0: wdt@18009000 {
                        clock-names = "apb_pclk";
                };
 
-               i2c0: i2c@18008000 {
-                       compatible = "brcm,cygnus-iproc-i2c", "brcm,iproc-i2c";
-                       reg = <0x18008000 0x100>;
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       interrupts = <GIC_SPI 85 IRQ_TYPE_NONE>;
-                       clock-frequency = <100000>;
-                       status = "disabled";
+               gpio_ccm: gpio@1800a000 {
+                       compatible = "brcm,cygnus-ccm-gpio";
+                       reg = <0x1800a000 0x50>,
+                             <0x0301d164 0x20>;
+                       #gpio-cells = <2>;
+                       gpio-controller;
+                       interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-controller;
                };
 
                i2c1: i2c@1800b000 {
 
                        brcm,nand-has-wp;
                };
+
+               gpio_asiu: gpio@180a5000 {
+                       compatible = "brcm,cygnus-asiu-gpio";
+                       reg = <0x180a5000 0x668>;
+                       #gpio-cells = <2>;
+                       gpio-controller;
+
+                       pinmux = <&pinctrl>;
+
+                       interrupt-controller;
+                       interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
+               };
        };
 };