ARM: dts: socfpga: drop 0x from unit address

Message ID 20221210113349.63971-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series ARM: dts: socfpga: drop 0x from unit address |

Commit Message

Krzysztof Kozlowski Dec. 10, 2022, 11:33 a.m. UTC
  By coding style, unit address should not start with 0x.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/socfpga.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Krzysztof Kozlowski Jan. 13, 2023, 10:51 a.m. UTC | #1
On Sat, 10 Dec 2022 12:33:49 +0100, Krzysztof Kozlowski wrote:
> By coding style, unit address should not start with 0x.
> 
> 

Applied, thanks!

[1/1] ARM: dts: socfpga: drop 0x from unit address
      https://git.kernel.org/krzk/linux-dt/c/189d80108620722ef43d11307db18ef29df49916

Best regards,
  

Patch

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index 6eda6fdc101b..3fee80bbae21 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -749,7 +749,7 @@  L2: cache-controller@fffef000 {
 			arm,prefetch-offset = <7>;
 		};
 
-		l3regs@0xff800000 {
+		l3regs@ff800000 {
 			compatible = "altr,l3regs", "syscon";
 			reg = <0xff800000 0x1000>;
 		};