mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
ARM: dts: ti: omap: add missing phy_gmii_sel unit address for dra7 SoC
phy_gmii_sel node have 'reg' so it must have unit address to fix dtc W=1 warnings: Warning (unit_address_vs_reg): /ocp/interconnect@4a000000/segment@0/target-module@2000/scm@0/scm_conf@0/phy-gmii-sel: node has a reg or ranges property, but no unit name Signed-off-by: Romain Naour <romain.naour@skf.com> Message-ID: <20240123085551.733155-1-romain.naour@smile.fr> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
6613476e22
commit
7d3c7c0a21
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user