All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 1/2] dt-bindings: net: dsa: b53: Specify unit address in hex
@ 2020-10-03  9:30 Kurt Kanzenbach
  2020-10-03  9:30 ` [PATCH net-next 2/2] dt-bindings: net: dsa: b53: Fix full duplex in example Kurt Kanzenbach
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kurt Kanzenbach @ 2020-10-03  9:30 UTC (permalink / raw)
  To: Florian Fainelli, Andrew Lunn, Vivien Didelot
  Cc: David S. Miller, Jakub Kicinski, Rob Herring, netdev, Kurt Kanzenbach

The unit address should be 1e, because the unit address is supposed
to be in hexadecimal.

Suggested-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
---
 Documentation/devicetree/bindings/net/dsa/b53.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/b53.txt b/Documentation/devicetree/bindings/net/dsa/b53.txt
index 80437b2fc935..3bb4e1086913 100644
--- a/Documentation/devicetree/bindings/net/dsa/b53.txt
+++ b/Documentation/devicetree/bindings/net/dsa/b53.txt
@@ -104,7 +104,7 @@ Ethernet switch connected via MDIO to the host, CPU port wired to eth0:
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		switch0: ethernet-switch@30 {
+		switch0: ethernet-switch@1e {
 			compatible = "brcm,bcm53125";
 			reg = <30>;
 			#address-cells = <1>;
-- 
2.20.1


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

end of thread, other threads:[~2020-10-04 11:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03  9:30 [PATCH net-next 1/2] dt-bindings: net: dsa: b53: Specify unit address in hex Kurt Kanzenbach
2020-10-03  9:30 ` [PATCH net-next 2/2] dt-bindings: net: dsa: b53: Fix full duplex in example Kurt Kanzenbach
2020-10-03 15:56   ` Florian Fainelli
2020-10-04 11:00     ` Kurt Kanzenbach
2020-10-04  0:35   ` David Miller
2020-10-03 15:55 ` [PATCH net-next 1/2] dt-bindings: net: dsa: b53: Specify unit address in hex Florian Fainelli
2020-10-04  0:35 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.