[PATCH] ARM: dts: armada-388-clearfog: remove duplicate mdio entry
Andrew Lunn
andrew at lunn.ch
Sun Jul 10 13:37:51 PDT 2016
On Sun, Jul 10, 2016 at 04:27:38PM +0100, Russell King wrote:
> The clearfog DTS should not be defining the on-board phy, this device
> is located on the microsom. Remove the duplicated definition.
Hi Russell
While reviewing this patch i noticed that the microsom .dtsi file has
pinctrl at 18000 {
microsom_phy_clk_pins: microsom-phy-clk-pins {
marvell,pins = "mpp45";
marvell,function = "ref";
};
};
The armada-38x.dtsi has
ref_clk0_pins: ref-clk-pins-0 {
marvell,pins = "mpp45";
marvell,function = "ref";
};
which you could reference rather then defining it yourself.
Andrew
More information about the linux-arm-kernel
mailing list