riscv: dts: microchip: drop duplicated MMC/SDHC node
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Mon, 27 Sep 2021 12:50:42 +0000 (14:50 +0200)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Fri, 8 Oct 2021 01:33:48 +0000 (18:33 -0700)
commit42a57a47bb0c0f531321a7001972a3ca121409bd
tree669e0896fa8f6c26cbc20d6830da4a3c60e01a5f
parentfd86dd2a5dc5ff1044423c19fef3907862f591c4
riscv: dts: microchip: drop duplicated MMC/SDHC node

Devicetree source is a description of hardware and hardware has only one
block @20008000 which can be configured either as eMMC or SDHC.  Having
two node for different modes is an obscure, unusual and confusing way to
configure it.  Instead the board file is supposed to customize the block
to its needs, e.g. to SDHC mode.

This fixes dtbs_check warning:
  arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dt.yaml: sdhc@20008000: $nodename:0: 'sdhc@20008000' does not match '^mmc(@.*)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts
arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi