mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 03:31:04 -04:00
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:
@@ -749,7 +749,7 @@ L2: cache-controller@fffef000 {
|
||||
arm,prefetch-offset = <7>;
|
||||
};
|
||||
|
||||
l3regs@0xff800000 {
|
||||
l3regs@ff800000 {
|
||||
compatible = "altr,l3regs", "syscon";
|
||||
reg = <0xff800000 0x1000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user