[PATCH v2] ARM64: dts: mcbin: fix SATA ports on Macchiatobin
Gregory CLEMENT
gregory.clement at bootlin.com
Fri Aug 22 06:11:26 PDT 2025
"Russell King (Oracle)" <rmk+kernel at armlinux.org.uk> writes:
> Booting 6.16 on the Macchiatobin, I discover that I can no longer
> access my disks, and thus the userspace boot fails. The cause appears
> to be that one of the SATA controllers doesn't have any ports:
>
> [ 1.190312] ahci f4540000.sata: supply ahci not found, using dummy regulator
> [ 1.196255] ahci f4540000.sata: supply phy not found, using dummy regulator
> [ 1.202026] ahci f4540000.sata: No port enabled
>
> This is as a result of the blamed commit below which added a default
> disabled status to the .dtsi, but didn't properly update the mcbin
> dtsi file. Fix this regression.
>
> Fixes: 30023876aef4 ("arm64: dts: marvell: only enable complete sata nodes")
> Signed-off-by: Russell King (Oracle) <rmk+kernel at armlinux.org.uk>
Applied on mvebu/fixes
Thanks,
Gregory
> ---
> arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
> index 6170ca8f908f..8c7db2e87e30 100644
> --- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
> @@ -388,11 +388,13 @@ &cp1_sata0 {
> /* CPS Lane 1 - U32 */
> sata-port at 0 {
> phys = <&cp1_comphy1 0>;
> + status = "okay";
> };
>
> /* CPS Lane 3 - U31 */
> sata-port at 1 {
> phys = <&cp1_comphy3 1>;
> + status = "okay";
> };
> };
>
> --
> 2.30.2
>
--
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
More information about the linux-arm-kernel
mailing list