* [PATCH] ARM: dts nuvoton: Add EDAC node
@ 2024-09-30 21:46 William A. Kennington III
2024-10-02 3:11 ` Andrew Jeffery
0 siblings, 1 reply; 2+ messages in thread
From: William A. Kennington III @ 2024-09-30 21:46 UTC (permalink / raw)
To: Tomer Maimon, Rob Herring
Cc: devicetree, linux-kernel, openbmc, William A. Kennington III
From: "William A. Kennington III" <wak@google.com>
We have the driver support code, now we just need to expose the device
node which can export the EDAC properties for the system memory
controller. Tested on real hardware to verify that error counters show
up.
Signed-off-by: William A. Kennington III <wak@google.com>
---
arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi b/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
index 5aeb5009a5d7..019abceb16a0 100644
--- a/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
+++ b/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
@@ -127,6 +127,13 @@ clk: clock-controller@f0801000 {
clocks = <&clk_refclk>, <&clk_sysbypck>, <&clk_mcbypck>;
};
+ mc: memory-controller@f0824000 {
+ compatible = "nuvoton,";
+ reg = <0xf0824000 0x1000>;
+ interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
+ status = "disabled";
+ };
+
gmac0: eth@f0802000 {
device_type = "network";
compatible = "snps,dwmac";
--
2.46.1.824.gd892dcdcdd-goog
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts nuvoton: Add EDAC node
2024-09-30 21:46 [PATCH] ARM: dts nuvoton: Add EDAC node William A. Kennington III
@ 2024-10-02 3:11 ` Andrew Jeffery
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Jeffery @ 2024-10-02 3:11 UTC (permalink / raw)
To: William A. Kennington III, Tomer Maimon, Rob Herring
Cc: devicetree, openbmc, linux-kernel, William A. Kennington III
Hi William,
As a bit of a nit, you missed the `:` after `dts` in the patch subject.
On Mon, 2024-09-30 at 14:46 -0700, William A. Kennington III wrote:
> From: "William A. Kennington III" <wak@google.com>
>
> We have the driver support code, now we just need to expose the device
> node which can export the EDAC properties for the system memory
> controller. Tested on real hardware to verify that error counters show
> up.
>
> Signed-off-by: William A. Kennington III <wak@google.com>
> ---
> arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi b/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
> index 5aeb5009a5d7..019abceb16a0 100644
> --- a/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
> +++ b/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
> @@ -127,6 +127,13 @@ clk: clock-controller@f0801000 {
> clocks = <&clk_refclk>, <&clk_sysbypck>, <&clk_mcbypck>;
> };
>
> + mc: memory-controller@f0824000 {
> + compatible = "nuvoton,";
This compatible string doesn't look right to me. Are you sure?
Andrew
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-02 3:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-30 21:46 [PATCH] ARM: dts nuvoton: Add EDAC node William A. Kennington III
2024-10-02 3:11 ` Andrew Jeffery
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome