linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: socfpga: remove incorrect 0x leading
@ 2018-11-29 12:56 Clément Péron
  2018-11-30 16:02 ` Dinh Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: Clément Péron @ 2018-11-29 12:56 UTC (permalink / raw)
  To: Dinh Nguyen, Rob Herring, Mark Rutland
  Cc: devicetree, linux-kernel, Clément Péron

unit-address does not have a leading "0x" (the number is assumed to be hexadecimal).

Signed-off-by: Clément Péron <peron.clem@gmail.com>
---
 arch/arm/boot/dts/socfpga.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index b38f8c240558..715009b8a0a8 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -728,7 +728,7 @@
 			arm,prefetch-offset = <7>;
 		};
 
-		l3regs@0xff800000 {
+		l3regs@ff800000 {
 			compatible = "altr,l3regs", "syscon";
 			reg = <0xff800000 0x1000>;
 		};
-- 
2.19.1


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

* Re: [PATCH] ARM: dts: socfpga: remove incorrect 0x leading
  2018-11-29 12:56 [PATCH] ARM: dts: socfpga: remove incorrect 0x leading Clément Péron
@ 2018-11-30 16:02 ` Dinh Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Dinh Nguyen @ 2018-11-30 16:02 UTC (permalink / raw)
  To: Clément Péron, Rob Herring, Mark Rutland
  Cc: devicetree, linux-kernel



On 11/29/18 6:56 AM, Clément Péron wrote:
> unit-address does not have a leading "0x" (the number is assumed to be hexadecimal).
> 
> Signed-off-by: Clément Péron <peron.clem@gmail.com>
> ---
>  arch/arm/boot/dts/socfpga.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied!

Thanks,
Dinh

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

end of thread, other threads:[~2018-11-30 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29 12:56 [PATCH] ARM: dts: socfpga: remove incorrect 0x leading Clément Péron
2018-11-30 16:02 ` Dinh Nguyen

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).