devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] arch/arm/boot/dts/dra7-l4.dtsi: add missing unit addresse
@ 2024-01-22 11:19 Romain Naour
  2024-01-22 11:19 ` [PATCH 2/3] arch/arm/boot/dts/dra7xx-clocks.dtsi: " Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Romain Naour @ 2024-01-22 11:19 UTC (permalink / raw)
  To: linux-omap, devicetree
  Cc: Benoît Cousson, Tony Lindgren, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Romain Naour

From: Romain Naour <romain.naour@skf.com>

phy_gmii_sel node have 'reg' so it must have unit address.

Fixes:
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>
---
 arch/arm/boot/dts/ti/omap/dra7-l4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>;
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-23  8:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 11:19 [PATCH 1/3] arch/arm/boot/dts/dra7-l4.dtsi: add missing unit addresse Romain Naour
2024-01-22 11:19 ` [PATCH 2/3] arch/arm/boot/dts/dra7xx-clocks.dtsi: " Romain Naour
2024-01-22 11:19 ` [PATCH 3/3] arch/arm/boot/dts/dra7.dtsi: add missing unit addresses Romain Naour
2024-01-22 17:11 ` [PATCH 1/3] arch/arm/boot/dts/dra7-l4.dtsi: add missing unit addresse Conor Dooley
2024-01-23  8:56   ` Romain Naour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).