]> Git Repo - J-linux.git/commitdiff
arm64: dts: n5x: drop invalid property and fix edac node name
authorKrzysztof Kozlowski <[email protected]>
Fri, 18 Mar 2022 12:10:44 +0000 (13:10 +0100)
committerArnd Bergmann <[email protected]>
Sat, 19 Mar 2022 21:34:25 +0000 (22:34 +0100)
The intel,sysmgr-syscon in EDAC/memory controller node is not a
recognized and documented property, so drop it to fix error:

  sdr_edac@f87f8000: 'intel,sysmgr-syscon' does not match any of the regexes: 'pinctrl-[0-9]+'

Align also the node name with Devicetree specification (generic, not
specific, and EDAC is purely Linux term).

Fixes: ef82c9be844f ("arm64: dts: n5x: add sdr edac support")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts

index 50b29fa7ee01a6732d95de7615bc84daf8ef6cde..62c66e52b65628758e644d9b22038870db18a660 100644 (file)
        };
 
        soc {
-               sdram_edac: sdr_edac@f87f8000 {
+               sdram_edac: memory-controller@f87f8000 {
                        compatible = "snps,ddrc-3.80a";
                        reg = <0xf87f8000 0x400>;
                        interrupts = <0 175 4>;
-                       intel,sysmgr-syscon = <&sysmgr 0xb8>;
                        status = "okay";
                };
        };
This page took 0.054055 seconds and 4 git commands to generate.