]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/arm/boot/dts/sun8i-a23-a33.dtsi
ARM: dts: sun8i-a23-a33: Move NAND controller device node to sort by address
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / sun8i-a23-a33.dtsi
index 971f9be699a7cbe7fe761f3ae671c09335fa337a..105b326388f12e7f4e38e21fa45566439b1f8194 100644 (file)
                        #dma-cells = <1>;
                };
 
+               nfc: nand@1c03000 {
+                       compatible = "allwinner,sun4i-a10-nand";
+                       reg = <0x01c03000 0x1000>;
+                       interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&ccu CLK_BUS_NAND>, <&ccu CLK_NAND>;
+                       clock-names = "ahb", "mod";
+                       resets = <&ccu RST_BUS_NAND>;
+                       reset-names = "ahb";
+                       status = "disabled";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+               };
+
                mmc0: mmc@1c0f000 {
                        compatible = "allwinner,sun7i-a20-mmc";
                        reg = <0x01c0f000 0x1000>;
                        #size-cells = <0>;
                };
 
-               nfc: nand@1c03000 {
-                       compatible = "allwinner,sun4i-a10-nand";
-                       reg = <0x01c03000 0x1000>;
-                       interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks = <&ccu CLK_BUS_NAND>, <&ccu CLK_NAND>;
-                       clock-names = "ahb", "mod";
-                       resets = <&ccu RST_BUS_NAND>;
-                       reset-names = "ahb";
-                       status = "disabled";
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-               };
-
                usb_otg: usb@1c19000 {
                        /* compatible gets set in SoC specific dtsi file */
                        reg = <0x01c19000 0x0400>;