Skip to content

Commit 3d3ddca

Browse files
committed
HSD #14025217015: arm64: dts: agilex5: Enable SDIO support
The 'no-sdio' property indicates that the controller is limited in sending SDIO commands during initialization. This patch removes the property to enable full SDIO functionality, allowing SDIO peripherals to be properly initialized and used. Signed-off-by: Rohan G Thomas <[email protected]>
1 parent 8c84066 commit 3d3ddca

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
cap-mmc-highspeed;
101101
disable-wp;
102102
sd-uhs-sdr50;
103-
no-sdio;
104103
cdns,phy-use-ext-lpbk-dqs = <1>;
105104
cdns,phy-use-lpbk-dqs = <1>;
106105
cdns,phy-use-phony-dqs = <1>;

arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
sd-uhs-sdr50;
118118
sdhci-caps = <0x00000000 0x0000c800>;
119119
sdhci-caps-mask = <0x00002000 0x0000ff00>;
120-
no-sdio;
121120
cdns,phy-use-ext-lpbk-dqs = <1>;
122121
cdns,phy-use-lpbk-dqs = <1>;
123122
cdns,phy-use-phony-dqs = <1>;

arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_b0.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
cap-mmc-highspeed;
117117
disable-wp;
118118
sd-uhs-sdr50;
119-
no-sdio;
120119
cdns,phy-use-ext-lpbk-dqs = <1>;
121120
cdns,phy-use-lpbk-dqs = <1>;
122121
cdns,phy-use-phony-dqs = <1>;

0 commit comments

Comments
 (0)