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

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: Florian Fainelli <f.fainelli@gmail.com>

+8
+8
arch/arm/boot/dts/bcm963138dvt.dts
··· 41 41 brcm,nand-oob-sectors-size = <16>; 42 42 }; 43 43 }; 44 + 45 + &ahci { 46 + status = "okay"; 47 + }; 48 + 49 + &sata_phy { 50 + status = "okay"; 51 + };