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.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski
2022-12-10 12:33:49 +01:00
parent 1b929c02af
commit 189d801086

View File

@@ -749,7 +749,7 @@ L2: cache-controller@fffef000 {
arm,prefetch-offset = <7>;
};
l3regs@0xff800000 {
l3regs@ff800000 {
compatible = "altr,l3regs", "syscon";
reg = <0xff800000 0x1000>;
};