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

ARM: dts: socfpga: Move sdmmc-ecc node to Arria 10 dts

The ecc manager is a part of the Arria 10 SoC, move it to the correct
dts.

Signed-off-by: Paweł Anikiel <pan@semihalf.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

authored by

Paweł Anikiel and committed by
Dinh Nguyen
cfdb455d 7e0ed53b

+10 -12
+10
arch/arm/boot/dts/socfpga_arria10.dtsi
··· 736 736 <37 IRQ_TYPE_LEVEL_HIGH>; 737 737 }; 738 738 739 + sdmmca-ecc@ff8c2c00 { 740 + compatible = "altr,socfpga-sdmmc-ecc"; 741 + reg = <0xff8c2c00 0x400>; 742 + altr,ecc-parent = <&mmc>; 743 + interrupts = <15 IRQ_TYPE_LEVEL_HIGH>, 744 + <47 IRQ_TYPE_LEVEL_HIGH>, 745 + <16 IRQ_TYPE_LEVEL_HIGH>, 746 + <48 IRQ_TYPE_LEVEL_HIGH>; 747 + }; 748 + 739 749 dma-ecc@ff8c8000 { 740 750 compatible = "altr,socfpga-dma-ecc"; 741 751 reg = <0xff8c8000 0x400>;
-12
arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dtsi
··· 23 23 }; 24 24 }; 25 25 26 - &eccmgr { 27 - sdmmca-ecc@ff8c2c00 { 28 - compatible = "altr,socfpga-sdmmc-ecc"; 29 - reg = <0xff8c2c00 0x400>; 30 - altr,ecc-parent = <&mmc>; 31 - interrupts = <15 IRQ_TYPE_LEVEL_HIGH>, 32 - <47 IRQ_TYPE_LEVEL_HIGH>, 33 - <16 IRQ_TYPE_LEVEL_HIGH>, 34 - <48 IRQ_TYPE_LEVEL_HIGH>; 35 - }; 36 - }; 37 - 38 26 &gmac0 { 39 27 phy-mode = "rgmii"; 40 28 phy-addr = <0xffffffff>; /* probe for phy addr */