We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede3d37 commit 2c8d9d4Copy full SHA for 2c8d9d4
1 file changed
arch/arm64/boot/dts/mediatek/mt7987.dtsi
@@ -502,7 +502,7 @@
502
};
503
504
spi0: spi@11007800 {
505
- compatible = "mediatek,ipm-spi-quad",
+ compatible = "mediatek,mt7987-spi-quad",
506
"mediatek,spi-ipm";
507
reg = <0 0x11007800 0 0x100>;
508
interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
@@ -520,7 +520,7 @@
520
521
522
spi1: spi@11008800 {
523
- compatible = "mediatek,ipm-spi-single",
+ compatible = "mediatek,mt7987-spi-single",
524
525
reg = <0 0x11008800 0 0x100>;
526
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
@@ -539,7 +539,7 @@
539
540
541
spi2: spi@11009800 {
542
543
544
reg = <0 0x11009800 0 0x100>;
545
interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>;
0 commit comments