All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: n5x: drop invalid property and fix edac node name
@ 2022-03-18 12:10 Krzysztof Kozlowski
  2022-03-19 22:00 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-18 12:10 UTC (permalink / raw)
  To: arm, soc, Arnd Bergmann, Olof Johansson, Krzysztof Kozlowski,
	devicetree, linux-kernel
  Cc: Dinh Nguyen, Rob Herring, Krzysztof Kozlowski

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 <krzysztof.kozlowski@canonical.com>
---
 arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts
index 50b29fa7ee01..62c66e52b656 100644
--- a/arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts
@@ -26,11 +26,10 @@ memory {
 	};
 
 	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";
 		};
 	};
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: n5x: drop invalid property and fix edac node name
  2022-03-18 12:10 [PATCH] arm64: dts: n5x: drop invalid property and fix edac node name Krzysztof Kozlowski
@ 2022-03-19 22:00 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2022-03-19 22:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 18 Mar 2022 13:10:44 +0100 you wrote:
> 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).
> 
> [...]

Here is the summary with links:
  - arm64: dts: n5x: drop invalid property and fix edac node name
    https://git.kernel.org/soc/soc/c/bcea9aaa4373

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-19 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 12:10 [PATCH] arm64: dts: n5x: drop invalid property and fix edac node name Krzysztof Kozlowski
2022-03-19 22:00 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.