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

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>

+9 -26
+9
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
··· 630 630 interrupts = <5 4>; 631 631 }; 632 632 633 + sdmmca-ecc@ff8c8c00 { 634 + compatible = "altr,socfpga-s10-sdmmc-ecc", 635 + "altr,socfpga-sdmmc-ecc"; 636 + reg = <0xff8c8c00 0x100>; 637 + altr,ecc-parent = <&mmc>; 638 + interrupts = <14 4>, 639 + <15 4>; 640 + }; 641 + 633 642 }; 634 643 635 644 qspi: spi@ff8d2000 {
-13
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
··· 50 50 regulator-min-microvolt = <330000>; 51 51 regulator-max-microvolt = <330000>; 52 52 }; 53 - 54 - soc@0 { 55 - eccmgr { 56 - sdmmca-ecc@ff8c8c00 { 57 - compatible = "altr,socfpga-s10-sdmmc-ecc", 58 - "altr,socfpga-sdmmc-ecc"; 59 - reg = <0xff8c8c00 0x100>; 60 - altr,ecc-parent = <&mmc>; 61 - interrupts = <14 4>, 62 - <15 4>; 63 - }; 64 - }; 65 - }; 66 53 }; 67 54 68 55 &pinctrl0 {
-13
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts
··· 50 50 regulator-min-microvolt = <330000>; 51 51 regulator-max-microvolt = <330000>; 52 52 }; 53 - 54 - soc@0 { 55 - eccmgr { 56 - sdmmca-ecc@ff8c8c00 { 57 - compatible = "altr,socfpga-s10-sdmmc-ecc", 58 - "altr,socfpga-sdmmc-ecc"; 59 - reg = <0xff8c8c00 0x100>; 60 - altr,ecc-parent = <&mmc>; 61 - interrupts = <14 4>, 62 - <15 4>; 63 - }; 64 - }; 65 - }; 66 53 }; 67 54 68 55 &gpio1 {