Commit 189d8010 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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

By coding style, unit address should not start with 0x.

Link: https://lore.kernel.org/r/20221210113349.63971-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 1b929c02
...@@ -749,7 +749,7 @@ L2: cache-controller@fffef000 { ...@@ -749,7 +749,7 @@ L2: cache-controller@fffef000 {
arm,prefetch-offset = <7>; arm,prefetch-offset = <7>;
}; };
l3regs@0xff800000 { l3regs@ff800000 {
compatible = "altr,l3regs", "syscon"; compatible = "altr,l3regs", "syscon";
reg = <0xff800000 0x1000>; reg = <0xff800000 0x1000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment