Skip to content

Commit 9406369

Browse files
krzkpalmer-dabbelt
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 <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 33f7363 commit 9406369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)