From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugen.Hristev at microchip.com Date: Thu, 18 Jun 2020 11:31:50 +0000 Subject: [PATCH 1/2] ARM: dts: sama5d4: fix gadget endpoint address warning In-Reply-To: <20200605065131.34497-1-eugen.hristev@microchip.com> References: <20200605065131.34497-1-eugen.hristev@microchip.com> Message-ID: <2535529f-ee2a-e1f6-6c59-9debe7f5175b@microchip.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05.06.2020 09:51, Eugen Hristev wrote: > 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 > --- Applied both to u-boot-atmel/master