Commit ae269963 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

ARM: dts: BCM63xx: Enable SATA AHCI and PHY for BCM963138DVT



The Broadcom BCM963138DVT board has an eSATA port which is fully
functional, turn on the AHCI controller and the companion SATA PHY.

Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 2af764df
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -41,3 +41,11 @@
		brcm,nand-oob-sectors-size = <16>;
	};
};

&ahci {
	status = "okay";
};

&sata_phy {
	status = "okay";
};