summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Feng <hal.feng@starfivetech.com>2024-03-20 12:36:14 +0300
committerHal Feng <hal.feng@starfivetech.com>2024-03-20 12:36:14 +0300
commit8aeb0096633e88f97bbd17b4e60fc794e5501f0b (patch)
treedeee587ec20eefd1c5c22cb9f3472435da5fa0cd
parentbc3638bf33e7e31cf67090f05677670f645ba564 (diff)
downloadlinux-8aeb0096633e88f97bbd17b4e60fc794e5501f0b.tar.xz
riscv: dts: starfive: evb-overlay: Support SPI overlay
Add new compatibles to support SPI overlay. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
-rw-r--r--arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-spi.dtso7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-spi.dtso b/arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-spi.dtso
index a49866ff93c3..638d13c606e0 100644
--- a/arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-spi.dtso
+++ b/arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-spi.dtso
@@ -9,6 +9,7 @@
fragment@0 {
target-path = "/soc/spi@10060000";
__overlay__ {
+ compatible = "starfive,jh7110-spi-pl022";
status = "okay";
};
};
@@ -17,6 +18,7 @@
fragment@1 {
target-path = "/soc/spi@10070000";
__overlay__ {
+ compatible = "starfive,jh7110-spi-pl022";
status = "okay";
};
};
@@ -25,6 +27,7 @@
fragment@2 {
target-path = "/soc/spi@10080000";
__overlay__ {
+ compatible = "starfive,jh7110-spi-pl022";
status = "okay";
};
};
@@ -33,6 +36,7 @@
fragment@3 {
target-path = "/soc/spi@12070000";
__overlay__ {
+ compatible = "starfive,jh7110-spi-pl022";
status = "okay";
};
};
@@ -41,6 +45,7 @@
fragment@4 {
target-path = "/soc/spi@12080000";
__overlay__ {
+ compatible = "starfive,jh7110-spi-pl022";
status = "okay";
};
};
@@ -49,6 +54,7 @@
fragment@5 {
target-path = "/soc/spi@12090000";
__overlay__ {
+ compatible = "starfive,jh7110-spi-pl022";
status = "okay";
};
};
@@ -57,6 +63,7 @@
fragment@6 {
target-path = "/soc/spi@120a0000";
__overlay__ {
+ compatible = "starfive,jh7110-spi-pl022";
status = "okay";
};
};