arm64: dts: socfpga: move sdmmc-ecc to the base DTSI file

The ECC manager entry for sdmmc should be a chip level entry, not a
board entry.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Dinh Nguyen 2025-10-20 22:22:17 -05:00
parent 91b97ca3d4
commit 06b0f1c336
3 changed files with 9 additions and 26 deletions

View File

@ -630,6 +630,15 @@ emac0-tx-ecc@ff8c0400 {
interrupts = <5 4>;
};
sdmmca-ecc@ff8c8c00 {
compatible = "altr,socfpga-s10-sdmmc-ecc",
"altr,socfpga-sdmmc-ecc";
reg = <0xff8c8c00 0x100>;
altr,ecc-parent = <&mmc>;
interrupts = <14 4>,
<15 4>;
};
};
qspi: spi@ff8d2000 {

View File

@ -50,19 +50,6 @@ ref_033v: regulator-v-ref {
regulator-min-microvolt = <330000>;
regulator-max-microvolt = <330000>;
};
soc@0 {
eccmgr {
sdmmca-ecc@ff8c8c00 {
compatible = "altr,socfpga-s10-sdmmc-ecc",
"altr,socfpga-sdmmc-ecc";
reg = <0xff8c8c00 0x100>;
altr,ecc-parent = <&mmc>;
interrupts = <14 4>,
<15 4>;
};
};
};
};
&pinctrl0 {

View File

@ -50,19 +50,6 @@ ref_033v: regulator-v-ref {
regulator-min-microvolt = <330000>;
regulator-max-microvolt = <330000>;
};
soc@0 {
eccmgr {
sdmmca-ecc@ff8c8c00 {
compatible = "altr,socfpga-s10-sdmmc-ecc",
"altr,socfpga-sdmmc-ecc";
reg = <0xff8c8c00 0x100>;
altr,ecc-parent = <&mmc>;
interrupts = <14 4>,
<15 4>;
};
};
};
};
&gpio1 {