Skip to content

Commit 111af08

Browse files
krzkConchuOD
authored andcommitted
riscv: dts: microchip: use vendor compatible for Cadence SD4HC
Licensed IP blocks should have their own vendor compatible. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
1 parent b5e1e05 commit 111af08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261

262262
/* Common node entry for emmc/sd */
263263
mmc: mmc@20008000 {
264-
compatible = "cdns,sd4hc";
264+
compatible = "microchip,mpfs-sd4hc", "cdns,sd4hc";
265265
reg = <0x0 0x20008000 0x0 0x1000>;
266266
interrupt-parent = <&plic>;
267267
interrupts = <88 89>;

0 commit comments

Comments
 (0)