Message ID | 20240123085551.733155-1-romain.naour@smile.fr (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/3] ARM: dts: ti: omap: add missing phy_gmii_sel unit address for dra7 SoC | expand |
* Romain Naour <romain.naour@smile.fr> [240123 10:56]: > From: Romain Naour <romain.naour@skf.com> > > phy_gmii_sel node have 'reg' so it must have unit address to fix dtc > W=1 warnings: Adding all three into omap-for-v6.9/dt thanks. Tony
diff --git a/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi b/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi index 5733e3a4ea8e..6e67d99832ac 100644 --- a/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi +++ b/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi @@ -80,7 +80,7 @@ pbias_mmc_reg: pbias_mmc_omap5 { }; }; - phy_gmii_sel: phy-gmii-sel { + phy_gmii_sel: phy-gmii-sel@554 { compatible = "ti,dra7xx-phy-gmii-sel"; reg = <0x554 0x4>; #phy-cells = <1>;