Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ls1021a: add sata node to dts

Added sata node to ls1021aqds and ls1021atwr board to support
sata function.

Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Tang Yuantian and committed by
Shawn Guo
318f05e5 b446ff22

+19
+4
arch/arm/boot/dts/ls1021a-qds.dts
··· 320 320 status = "okay"; 321 321 }; 322 322 323 + &sata { 324 + status = "okay"; 325 + }; 326 + 323 327 &uart0 { 324 328 status = "okay"; 325 329 };
+4
arch/arm/boot/dts/ls1021a-twr.dts
··· 221 221 status = "okay"; 222 222 }; 223 223 224 + &sata { 225 + status = "okay"; 226 + }; 227 + 224 228 &uart0 { 225 229 status = "okay"; 226 230 };
+11
arch/arm/boot/dts/ls1021a.dtsi
··· 143 143 status = "disabled"; 144 144 }; 145 145 146 + sata: sata@3200000 { 147 + compatible = "fsl,ls1021a-ahci"; 148 + reg = <0x0 0x3200000 0x0 0x10000>, 149 + <0x0 0x20220520 0x0 0x4>; 150 + reg-names = "ahci", "sata-ecc"; 151 + interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; 152 + clocks = <&platform_clk 1>; 153 + dma-coherent; 154 + status = "disabled"; 155 + }; 156 + 146 157 scfg: scfg@1570000 { 147 158 compatible = "fsl,ls1021a-scfg", "syscon"; 148 159 reg = <0x0 0x1570000 0x0 0x10000>;