diff for duplicates of <20180903015709.GC3850@dragon> diff --git a/a/1.txt b/N1/1.txt index 196045c..24e9b8b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -103,7 +103,7 @@ On Wed, Aug 29, 2018 at 08:44:28PM +0530, Sudhanshu Gupta wrote: > +&i2c0 { > + status = "okay"; > + -> + pca9847 at 77 { +> + pca9847@77 { Please have generic node name for the device. @@ -112,12 +112,12 @@ Please have generic node name for the device. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + i2c at 2 { +> + i2c@2 { > + #address-cells = <1>; > + #size-cells = <0>; > + reg = <0x2>; > + -> + ina220 at 40 { +> + ina220@40 { Ditto @@ -126,29 +126,29 @@ Ditto > + shunt-resistor = <1000>; > + }; > + -> + ina220 at 41 { +> + ina220@41 { > + compatible = "ti,ina220"; > + reg = <0x41>; > + shunt-resistor = <1000>; > + }; > + }; > + -> + i2c at 3 { +> + i2c@3 { > + #address-cells = <1>; > + #size-cells = <0>; > + reg = <0x3>; > + -> + eeprom at 56 { +> + eeprom@56 { > + compatible = "atmel,24c512"; > + reg = <0x56>; > + }; > + -> + eeprom at 57 { +> + eeprom@57 { > + compatible = "atmel,24c512"; > + reg = <0x57>; > + }; > + -> + sa56004 at 4c { +> + sa56004@4c { Ditto @@ -156,7 +156,7 @@ Ditto > + reg = <0x4c>; > + }; > + -> + rtc at 51 { +> + rtc@51 { > + compatible = "nxp,pcf2129"; > + reg = <0x51>; > + }; @@ -204,35 +204,35 @@ Sort the nodes in order of unit-address. Have a newline between property and child node. -> + pca9847 at 77 { +> + pca9847@77 { > + compatible = "nxp,pca9847"; > + reg = <0x77>; > + #address-cells = <1>; > + #size-cells = <0>; > + -> + i2c at 2 { +> + i2c@2 { > + #address-cells = <1>; > + #size-cells = <0>; > + reg = <0x02>; > + -> + ina220 at 40 { +> + ina220@40 { > + compatible = "ti,ina220"; > + reg = <0x40>; > + shunt-resistor = <500>; > + }; > + }; > + -> + i2c at 3 { +> + i2c@3 { > + #address-cells = <1>; > + #size-cells = <0>; > + reg = <0x3>; > + -> + sa56004 at 4c { +> + sa56004@4c { > + compatible = "nxp,sa56004"; > + reg = <0x4c>; > + }; > + -> + rtc at 51 { +> + rtc@51 { > + compatible = "nxp,pcf2129"; > + reg = <0x51>; > + }; @@ -278,7 +278,7 @@ Have a newline between property and child node. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + cpu0: cpu at 0 { +> + cpu0: cpu@0 { > + device_type = "cpu"; > + compatible = "arm,cortex-a72"; > + reg = <0x0>; @@ -288,7 +288,7 @@ Have a newline between property and child node. > + #cooling-cells = <2>; > + }; > + -> + cpu1: cpu at 1 { +> + cpu1: cpu@1 { > + device_type = "cpu"; > + compatible = "arm,cortex-a72"; > + reg = <0x1>; @@ -319,7 +319,7 @@ Have a newline between property and child node. > + }; > + }; > + -> + memory at 80000000 { +> + memory@80000000 { > + device_type = "memory"; With unit-address present on node name, a 'reg' property is required. @@ -374,7 +374,7 @@ Ditto > + }; > + -> + gic: interrupt-controller at 6000000 { +> + gic: interrupt-controller@6000000 { > + compatible= "arm,gic-v3"; > + #address-cells = <2>; > + #size-cells = <2>; @@ -385,7 +385,7 @@ Ditto > + interrupt-controller; > + interrupts = <GIC_PPI 9 (GIC_CPU_MASK_RAW(0xf) | > + IRQ_TYPE_LEVEL_LOW)>; -> + its:gic-its at 6020000 { +> + its:gic-its@6020000 { There should be a space between label and node name. @@ -401,7 +401,7 @@ There should be a space between label and node name. > + #size-cells = <2>; > + ranges; > + -> + smmu: iommu at 5000000 { +> + smmu: iommu@5000000 { > + compatible = "arm,mmu-500"; > + reg = <0 0x5000000 0 0x800000>; > + #global-interrupts = <8>; @@ -453,14 +453,14 @@ There should be a space between label and node name. > + <0 208 4>, <0 209 4>; > + }; > + -> + ddr: memory-controller at 1080000 { +> + ddr: memory-controller@1080000 { > + compatible = "fsl,qoriq-memory-controller"; > + reg = <0x0 0x1080000 0x0 0x1000>; > + interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>; > + big-endian; > + }; > + -> + scfg: scfg at 1fc0000 { +> + scfg: scfg@1fc0000 { syscon is recommended by device tree spec as the node name. @@ -469,7 +469,7 @@ syscon is recommended by device tree spec as the node name. > + big-endian; > + }; > + -> + dcfg: dcfg at 1e00000 { +> + dcfg: dcfg@1e00000 { Ditto @@ -478,7 +478,7 @@ Ditto > + big-endian; > + }; > + -> + clockgen: clocking at 1300000 { +> + clockgen: clocking@1300000 { clock-controller is recommended by device tree spec as the node name. > + compatible = "fsl,ls1028a-clockgen"; @@ -490,7 +490,7 @@ clock-controller is recommended by device tree spec as the node name. Nodes should be well sorted in unit-address. > + -> + i2c0: i2c at 2000000 { +> + i2c0: i2c@2000000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -501,7 +501,7 @@ Nodes should be well sorted in unit-address. > + status = "disabled"; > + }; > + -> + i2c1: i2c at 2010000 { +> + i2c1: i2c@2010000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -511,7 +511,7 @@ Nodes should be well sorted in unit-address. > + status = "disabled"; > + }; > + -> + i2c2: i2c at 2020000 { +> + i2c2: i2c@2020000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -521,7 +521,7 @@ Nodes should be well sorted in unit-address. > + status = "disabled"; > + }; > + -> + i2c3: i2c at 2030000 { +> + i2c3: i2c@2030000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -531,7 +531,7 @@ Nodes should be well sorted in unit-address. > + status = "disabled"; > + }; > + -> + i2c4: i2c at 2040000 { +> + i2c4: i2c@2040000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -541,7 +541,7 @@ Nodes should be well sorted in unit-address. > + status = "disabled"; > + }; > + -> + i2c5: i2c at 2050000 { +> + i2c5: i2c@2050000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -551,7 +551,7 @@ Nodes should be well sorted in unit-address. > + status = "disabled"; > + }; > + -> + i2c6: i2c at 2060000 { +> + i2c6: i2c@2060000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -561,7 +561,7 @@ Nodes should be well sorted in unit-address. > + status = "disabled"; > + }; > + -> + i2c7: i2c at 2070000 { +> + i2c7: i2c@2070000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -571,21 +571,21 @@ Nodes should be well sorted in unit-address. > + status = "disabled"; > + }; > + -> + duart0: serial at 21c0500 { +> + duart0: serial@21c0500 { > + compatible = "fsl,ns16550", "ns16550a"; > + reg = <0x00 0x21c0500 0x0 0x100>; > + interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clockgen 4 1>; > + }; > + -> + duart1: serial at 21c0600 { +> + duart1: serial@21c0600 { > + compatible = "fsl,ns16550", "ns16550a"; > + reg = <0x00 0x21c0600 0x0 0x100>; > + interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clockgen 4 1>; > + }; > + -> + gpio1: gpio at 2300000 { +> + gpio1: gpio@2300000 { > + compatible = "fsl,qoriq-gpio"; > + reg = <0x0 0x2300000 0x0 0x10000>; > + interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; @@ -595,7 +595,7 @@ Nodes should be well sorted in unit-address. > + #interrupt-cells = <2>; > + }; > + -> + gpio2: gpio at 2310000 { +> + gpio2: gpio@2310000 { > + compatible = "fsl,qoriq-gpio"; > + reg = <0x0 0x2310000 0x0 0x10000>; > + interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; @@ -605,7 +605,7 @@ Nodes should be well sorted in unit-address. > + #interrupt-cells = <2>; > + }; > + -> + gpio3: gpio at 2320000 { +> + gpio3: gpio@2320000 { > + compatible = "fsl,qoriq-gpio"; > + reg = <0x0 0x2320000 0x0 0x10000>; > + interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; @@ -615,7 +615,7 @@ Nodes should be well sorted in unit-address. > + #interrupt-cells = <2>; > + }; > + -> + wdog0: watchdog at 23c0000 { +> + wdog0: watchdog@23c0000 { > + compatible= "arm,armv8-timer"; Why does a watchdog device get a timer compatible? @@ -629,7 +629,7 @@ Shawn > + status = "disabled"; > + }; > + -> + sata: sata at 3200000 { +> + sata: sata@3200000 { > + compatible = "fsl,ls1028a-ahci"; > + reg = <0x0 0x3200000 0x0 0x10000>, > + <0x0 0x20140520 0x0 0x4>; @@ -648,5 +648,5 @@ Shawn > > _______________________________________________ > linux-arm-kernel mailing list -> linux-arm-kernel at lists.infradead.org +> linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index 476641a..bf1b6be 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,15 @@ "ref\01535555668-7763-1-git-send-email-sudhanshu.gupta@nxp.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH] arm64: dts: Add support for NXP LS1028A SoC\0" + "From\0Shawn Guo <shawnguo@kernel.org>\0" + "Subject\0Re: [PATCH] arm64: dts: Add support for NXP LS1028A SoC\0" "Date\0Mon, 3 Sep 2018 09:57:11 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Sudhanshu Gupta <sudhanshu.gupta@nxp.com>\0" + "Cc\0devicetree@vger.kernel.org" + Rai Harninder <harninder.rai@nxp.com> + Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com> + stuart.yoder@nxp.com + leoyang.li@nxp.com + oss@buserror.net + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Wed, Aug 29, 2018 at 08:44:28PM +0530, Sudhanshu Gupta wrote:\n" @@ -110,7 +117,7 @@ "> +&i2c0 {\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tpca9847 at 77 {\n" + "> +\tpca9847@77 {\n" "\n" "Please have generic node name for the device.\n" "\n" @@ -119,12 +126,12 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\ti2c at 2 {\n" + "> +\t\ti2c@2 {\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\t\t\treg = <0x2>;\n" "> +\n" - "> +\t\t\tina220 at 40 {\n" + "> +\t\t\tina220@40 {\n" "\n" "Ditto\n" "\n" @@ -133,29 +140,29 @@ "> +\t\t\t\tshunt-resistor = <1000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tina220 at 41 {\n" + "> +\t\t\tina220@41 {\n" "> +\t\t\t\tcompatible = \"ti,ina220\";\n" "> +\t\t\t\treg = <0x41>;\n" "> +\t\t\t\tshunt-resistor = <1000>;\n" "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c at 3 {\n" + "> +\t\ti2c@3 {\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\t\t\treg = <0x3>;\n" "> +\n" - "> +\t\t\teeprom at 56 {\n" + "> +\t\t\teeprom@56 {\n" "> +\t\t\t\tcompatible = \"atmel,24c512\";\n" "> +\t\t\t\treg = <0x56>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\teeprom at 57 {\n" + "> +\t\t\teeprom@57 {\n" "> +\t\t\t\tcompatible = \"atmel,24c512\";\n" "> +\t\t\t\treg = <0x57>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tsa56004 at 4c {\n" + "> +\t\t\tsa56004@4c {\n" "\n" "Ditto\n" "\n" @@ -163,7 +170,7 @@ "> +\t\t\t\treg = <0x4c>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\trtc at 51 {\n" + "> +\t\t\trtc@51 {\n" "> +\t\t\t\tcompatible = \"nxp,pcf2129\";\n" "> +\t\t\t\treg = <0x51>;\n" "> +\t\t\t};\n" @@ -211,35 +218,35 @@ "\n" "Have a newline between property and child node.\n" "\n" - "> +\tpca9847 at 77 {\n" + "> +\tpca9847@77 {\n" "> +\t\tcompatible = \"nxp,pca9847\";\n" "> +\t\treg = <0x77>;\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\ti2c at 2 {\n" + "> +\t\ti2c@2 {\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\t\t\treg = <0x02>;\n" "> +\n" - "> +\t\t\tina220 at 40 {\n" + "> +\t\t\tina220@40 {\n" "> +\t\t\t\tcompatible = \"ti,ina220\";\n" "> +\t\t\t\treg = <0x40>;\n" "> +\t\t\t\tshunt-resistor = <500>;\n" "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c at 3 {\n" + "> +\t\ti2c@3 {\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\t\t\treg = <0x3>;\n" "> +\n" - "> +\t\t\tsa56004 at 4c {\n" + "> +\t\t\tsa56004@4c {\n" "> +\t\t\t\tcompatible = \"nxp,sa56004\";\n" "> +\t\t\t\treg = <0x4c>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\trtc at 51 {\n" + "> +\t\t\trtc@51 {\n" "> +\t\t\t\tcompatible = \"nxp,pcf2129\";\n" "> +\t\t\t\treg = <0x51>;\n" "> +\t\t\t};\n" @@ -285,7 +292,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tcpu0: cpu at 0 {\n" + "> +\t\tcpu0: cpu@0 {\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\tcompatible = \"arm,cortex-a72\";\n" "> +\t\t\treg = <0x0>;\n" @@ -295,7 +302,7 @@ "> +\t\t\t#cooling-cells = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu1: cpu at 1 {\n" + "> +\t\tcpu1: cpu@1 {\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\tcompatible = \"arm,cortex-a72\";\n" "> +\t\t\treg = <0x1>;\n" @@ -326,7 +333,7 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tmemory at 80000000 {\n" + "> +\tmemory@80000000 {\n" "> +\t\tdevice_type = \"memory\";\n" "\n" "With unit-address present on node name, a 'reg' property is required.\n" @@ -381,7 +388,7 @@ "\n" "> +\t};\n" "> +\n" - "> +\tgic: interrupt-controller at 6000000 {\n" + "> +\tgic: interrupt-controller@6000000 {\n" "> +\t\tcompatible= \"arm,gic-v3\";\n" "> +\t\t#address-cells = <2>;\n" "> +\t\t#size-cells = <2>;\n" @@ -392,7 +399,7 @@ "> +\t\tinterrupt-controller;\n" "> +\t\tinterrupts = <GIC_PPI 9 (GIC_CPU_MASK_RAW(0xf) |\n" "> +\t\t\t\t\t IRQ_TYPE_LEVEL_LOW)>;\n" - "> +\t\tits:gic-its at 6020000 {\n" + "> +\t\tits:gic-its@6020000 {\n" "\n" "There should be a space between label and node name.\n" "\n" @@ -408,7 +415,7 @@ "> +\t\t#size-cells = <2>;\n" "> +\t\tranges;\n" "> +\n" - "> +\t\tsmmu: iommu at 5000000 {\n" + "> +\t\tsmmu: iommu@5000000 {\n" "> +\t\t\tcompatible = \"arm,mmu-500\";\n" "> +\t\t\treg = <0 0x5000000 0 0x800000>;\n" "> +\t\t\t#global-interrupts = <8>;\n" @@ -460,14 +467,14 @@ "> +\t\t\t\t <0 208 4>, <0 209 4>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tddr: memory-controller at 1080000 {\n" + "> +\t\tddr: memory-controller@1080000 {\n" "> +\t\t\tcompatible = \"fsl,qoriq-memory-controller\";\n" "> +\t\t\treg = <0x0 0x1080000 0x0 0x1000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;\n" "> +\t\t\tbig-endian;\n" "> +\t\t};\n" "> +\n" - "> +\t\tscfg: scfg at 1fc0000 {\n" + "> +\t\tscfg: scfg@1fc0000 {\n" "\n" "syscon is recommended by device tree spec as the node name.\n" "\n" @@ -476,7 +483,7 @@ "> +\t\t\tbig-endian;\n" "> +\t\t};\n" "> +\n" - "> +\t\tdcfg: dcfg at 1e00000 {\n" + "> +\t\tdcfg: dcfg@1e00000 {\n" "\n" "Ditto\n" "\n" @@ -485,7 +492,7 @@ "> +\t\t\tbig-endian;\n" "> +\t\t};\n" "> +\n" - "> +\t\tclockgen: clocking at 1300000 {\n" + "> +\t\tclockgen: clocking@1300000 {\n" "\n" "clock-controller is recommended by device tree spec as the node name.\n" "> +\t\t\tcompatible = \"fsl,ls1028a-clockgen\";\n" @@ -497,7 +504,7 @@ "Nodes should be well sorted in unit-address.\n" "\n" "> +\n" - "> +\t\ti2c0: i2c at 2000000 {\n" + "> +\t\ti2c0: i2c@2000000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -508,7 +515,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c1: i2c at 2010000 {\n" + "> +\t\ti2c1: i2c@2010000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -518,7 +525,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c2: i2c at 2020000 {\n" + "> +\t\ti2c2: i2c@2020000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -528,7 +535,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c3: i2c at 2030000 {\n" + "> +\t\ti2c3: i2c@2030000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -538,7 +545,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c4: i2c at 2040000 {\n" + "> +\t\ti2c4: i2c@2040000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -548,7 +555,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c5: i2c at 2050000 {\n" + "> +\t\ti2c5: i2c@2050000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -558,7 +565,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c6: i2c at 2060000 {\n" + "> +\t\ti2c6: i2c@2060000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -568,7 +575,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c7: i2c at 2070000 {\n" + "> +\t\ti2c7: i2c@2070000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -578,21 +585,21 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tduart0: serial at 21c0500 {\n" + "> +\t\tduart0: serial@21c0500 {\n" "> +\t\t\tcompatible = \"fsl,ns16550\", \"ns16550a\";\n" "> +\t\t\treg = <0x00 0x21c0500 0x0 0x100>;\n" "> +\t\t\tinterrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;\n" "> +\t\t\tclocks = <&clockgen 4 1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tduart1: serial at 21c0600 {\n" + "> +\t\tduart1: serial@21c0600 {\n" "> +\t\t\tcompatible = \"fsl,ns16550\", \"ns16550a\";\n" "> +\t\t\treg = <0x00 0x21c0600 0x0 0x100>;\n" "> +\t\t\tinterrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;\n" "> +\t\t\tclocks = <&clockgen 4 1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio1: gpio at 2300000 {\n" + "> +\t\tgpio1: gpio@2300000 {\n" "> +\t\t\tcompatible = \"fsl,qoriq-gpio\";\n" "> +\t\t\treg = <0x0 0x2300000 0x0 0x10000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -602,7 +609,7 @@ "> +\t\t\t#interrupt-cells = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio2: gpio at 2310000 {\n" + "> +\t\tgpio2: gpio@2310000 {\n" "> +\t\t\tcompatible = \"fsl,qoriq-gpio\";\n" "> +\t\t\treg = <0x0 0x2310000 0x0 0x10000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -612,7 +619,7 @@ "> +\t\t\t#interrupt-cells = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio3: gpio at 2320000 {\n" + "> +\t\tgpio3: gpio@2320000 {\n" "> +\t\t\tcompatible = \"fsl,qoriq-gpio\";\n" "> +\t\t\treg = <0x0 0x2320000 0x0 0x10000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -622,7 +629,7 @@ "> +\t\t\t#interrupt-cells = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\twdog0: watchdog at 23c0000 {\n" + "> +\t\twdog0: watchdog@23c0000 {\n" "> +\t\t\tcompatible= \"arm,armv8-timer\";\n" "\n" "Why does a watchdog device get a timer compatible?\n" @@ -636,7 +643,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tsata: sata at 3200000 {\n" + "> +\t\tsata: sata@3200000 {\n" "> +\t\t\tcompatible = \"fsl,ls1028a-ahci\";\n" "> +\t\t\treg = <0x0 0x3200000 0x0 0x10000>,\n" "> +\t\t\t\t<0x0 0x20140520 0x0 0x4>;\n" @@ -655,7 +662,7 @@ "> \n" "> _______________________________________________\n" "> linux-arm-kernel mailing list\n" - "> linux-arm-kernel at lists.infradead.org\n" + "> linux-arm-kernel@lists.infradead.org\n" > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -56dd1dd868c98e68fc00a89af97415a1b79f7c25fc152fde33af266f1e95d6d5 +b8e3c874d86dc63e9032dd524e4badb8b457601ea5f684648fdcb4157d17b0d0
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.