Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/arm/boot/dts/socfpga.dtsi
··· 749 749 arm,prefetch-offset = <7>; 750 750 }; 751 751 752 - l3regs@0xff800000 { 752 + l3regs@ff800000 { 753 753 compatible = "altr,l3regs", "syscon"; 754 754 reg = <0xff800000 0x1000>; 755 755 };