Skip to content

Commit cfdb455

Browse files
Paweł AnikielDinh Nguyen
authored andcommitted
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>
1 parent 7e0ed53 commit cfdb455

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,16 @@
736736
<37 IRQ_TYPE_LEVEL_HIGH>;
737737
};
738738

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+
739749
dma-ecc@ff8c8000 {
740750
compatible = "altr,socfpga-dma-ecc";
741751
reg = <0xff8c8000 0x400>;

arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dtsi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@
2323
};
2424
};
2525

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-
3826
&gmac0 {
3927
phy-mode = "rgmii";
4028
phy-addr = <0xffffffff>; /* probe for phy addr */

0 commit comments

Comments
 (0)