Skip to content

Commit 841dd5b

Browse files
Josua-SRgclement
authored andcommitted
arm64: dts: marvell: cn9130-sr-som: fix cp0 mdio pin numbers
SolidRun CN9130 SoM actually uses CP_MPP[0:1] for mdio. CP_MPP[40] provides reference clock for dsa switch and ethernet phy on Clearfog Pro, wheras MPP[41] controls efuse programming voltage "VHV". Update the cp0 mdio pinctrl node to specify mpp0, mpp1. Fixes: 1c510c7 ("arm64: dts: add description for solidrun cn9130 som and clearfog boards") Cc: [email protected] # 6.11.x Signed-off-by: Josua Mayer <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Link: https://lore.kernel.org/stable/20241002-cn9130-som-mdio-v1-1-0942be4dc550%40solid-run.com Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 9852d85 commit 841dd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
};
137137

138138
cp0_mdio_pins: cp0-mdio-pins {
139-
marvell,pins = "mpp40", "mpp41";
139+
marvell,pins = "mpp0", "mpp1";
140140
marvell,function = "ge";
141141
};
142142

0 commit comments

Comments
 (0)