Skip to content

Commit 2b55915

Browse files
committed
riscv: dts: microchip: mpfs: remove bogus card-detect-delay
Recent versions of dt-schema warn about a previously undetected undocumented property: arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dtb: mmc@20008000: Unevaluated properties are not allowed ('card-detect-delay' was unexpected) From schema: Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml There are no GPIOs connected to MSSIO6B4 pin K3 so adding the common cd-debounce-delay-ms property makes no sense. The Cadence IP has a register that sets the card detect delay as "DP * tclk". On MPFS, this clock frequency is not configurable (it must be 200 MHz) & the FPGA comes out of reset with this register already set. Fixes: bc47b22 ("riscv: dts: microchip: add the sundance polarberry") Fixes: 0fa6107 ("RISC-V: Initial DTS for Microchip ICICLE board") Signed-off-by: Conor Dooley <[email protected]>
1 parent 72a0574 commit 2b55915

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
disable-wp;
101101
cap-sd-highspeed;
102102
cap-mmc-highspeed;
103-
card-detect-delay = <200>;
104103
mmc-ddr-1_8v;
105104
mmc-hs200-1_8v;
106105
sd-uhs-sdr12;

arch/riscv/boot/dts/microchip/mpfs-polarberry.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
disable-wp;
7171
cap-sd-highspeed;
7272
cap-mmc-highspeed;
73-
card-detect-delay = <200>;
7473
mmc-ddr-1_8v;
7574
mmc-hs200-1_8v;
7675
sd-uhs-sdr12;

0 commit comments

Comments
 (0)