public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: sama5d4: fix gadget endpoint address warning
@ 2020-06-05  6:51 Eugen Hristev
  2020-06-05  6:51 ` [PATCH 2/2] ARM: dts: sama5d3: " Eugen Hristev
  2020-06-18 11:31 ` [PATCH 1/2] ARM: dts: sama5d4: " Eugen.Hristev at microchip.com
  0 siblings, 2 replies; 3+ messages in thread
From: Eugen Hristev @ 2020-06-05  6:51 UTC (permalink / raw)
  To: u-boot

arch/arm/dts/at91-sama5d4ek.dtb: Warning (graph_endpoint): /ahb/gadget at 00400000/endpoint at 10: graph node unit address error, expected "a"
arch/arm/dts/at91-sama5d4ek.dtb: Warning (graph_endpoint): /ahb/gadget at 00400000/endpoint at 11: graph node unit address error, expected "b"
arch/arm/dts/at91-sama5d4ek.dtb: Warning (graph_endpoint): /ahb/gadget at 00400000/endpoint at 12: graph node unit address error, expected "c"
arch/arm/dts/at91-sama5d4ek.dtb: Warning (graph_endpoint): /ahb/gadget at 00400000/endpoint at 13: graph node unit address error, expected "d"
arch/arm/dts/at91-sama5d4ek.dtb: Warning (graph_endpoint): /ahb/gadget at 00400000/endpoint at 14: graph node unit address error, expected "e"
arch/arm/dts/at91-sama5d4ek.dtb: Warning (graph_endpoint): /ahb/gadget at 00400000/endpoint at 15: graph node unit address error, expected "f"

Fixed by changing address in node name to hex.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 arch/arm/dts/sama5d4.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/dts/sama5d4.dtsi b/arch/arm/dts/sama5d4.dtsi
index 8875d7ba76..e1df24cdbe 100644
--- a/arch/arm/dts/sama5d4.dtsi
+++ b/arch/arm/dts/sama5d4.dtsi
@@ -212,42 +212,42 @@
 				atmel,can-isoc;
 			};
 
-			ep10: endpoint at 10 {
+			ep10: endpoint at a {
 				reg = <10>;
 				atmel,fifo-size = <1024>;
 				atmel,nb-banks = <2>;
 				atmel,can-isoc;
 			};
 
-			ep11: endpoint at 11 {
+			ep11: endpoint at b {
 				reg = <11>;
 				atmel,fifo-size = <1024>;
 				atmel,nb-banks = <2>;
 				atmel,can-isoc;
 			};
 
-			ep12: endpoint at 12 {
+			ep12: endpoint at c {
 				reg = <12>;
 				atmel,fifo-size = <1024>;
 				atmel,nb-banks = <2>;
 				atmel,can-isoc;
 			};
 
-			ep13: endpoint at 13 {
+			ep13: endpoint at d {
 				reg = <13>;
 				atmel,fifo-size = <1024>;
 				atmel,nb-banks = <2>;
 				atmel,can-isoc;
 			};
 
-			ep14: endpoint at 14 {
+			ep14: endpoint at e {
 				reg = <14>;
 				atmel,fifo-size = <1024>;
 				atmel,nb-banks = <2>;
 				atmel,can-isoc;
 			};
 
-			ep15: endpoint at 15 {
+			ep15: endpoint at f {
 				reg = <15>;
 				atmel,fifo-size = <1024>;
 				atmel,nb-banks = <2>;
-- 
2.25.1

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

end of thread, other threads:[~2020-06-18 11:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-05  6:51 [PATCH 1/2] ARM: dts: sama5d4: fix gadget endpoint address warning Eugen Hristev
2020-06-05  6:51 ` [PATCH 2/2] ARM: dts: sama5d3: " Eugen Hristev
2020-06-18 11:31 ` [PATCH 1/2] ARM: dts: sama5d4: " Eugen.Hristev at microchip.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox