Message ID | 1398181105-19714-6-git-send-email-antoine.tenart@free-electrons.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Antoine On Tue, 22 Apr 2014 08:38:24 -0700 Antoine Ténart <antoine.tenart@free-electrons.com> wrote: > The BG2 has an AHCI SATA controller. Add the corresponding node > in its device tree. The AHCI IP of BG2 is different with BG2Q, so the driver in the series of patch doesn't work on BG2. Thanks
Jisheng, On Wed, Apr 23, 2014 at 10:45:39AM +0800, Jisheng Zhang wrote: > On Tue, 22 Apr 2014 08:38:24 -0700 > Antoine Ténart <antoine.tenart@free-electrons.com> wrote: > > > The BG2 has an AHCI SATA controller. Add the corresponding node > > in its device tree. > > The AHCI IP of BG2 is different with BG2Q, so the driver in the series of patch > doesn't work on BG2. Thanks for the info! I'll drop BG2 and BG2CD nodes in the v2. Antoine
diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi index 56a1af2f1052..3e98d9fa9ec7 100644 --- a/arch/arm/boot/dts/berlin2.dtsi +++ b/arch/arm/boot/dts/berlin2.dtsi @@ -176,6 +176,13 @@ }; }; + ahci: sata@e90000 { + compatible = "marvell,berlin-ahci"; + reg = <0xe90000 0x10000>; + interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; + status = "disable"; + }; + apb@fc0000 { compatible = "simple-bus"; #address-cells = <1>;
The BG2 has an AHCI SATA controller. Add the corresponding node in its device tree. Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> --- arch/arm/boot/dts/berlin2.dtsi | 7 +++++++ 1 file changed, 7 insertions(+)