summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/canaan/sipeed_maix_go.dts
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2022-07-06 00:52:08 +0300
committerPalmer Dabbelt <palmer@rivosinc.com>2022-07-15 00:57:43 +0300
commit5f4c5824d53ee27aa387477ae2e61f1b756afb7a (patch)
treee3edaadae8e4348ebe2147bcadf627084249e832 /arch/riscv/boot/dts/canaan/sipeed_maix_go.dts
parent3f64510e3d8058ae13395c7f93f0ffaf3b5e568e (diff)
downloadlinux-5f4c5824d53ee27aa387477ae2e61f1b756afb7a.tar.xz
riscv: dts: canaan: fix mmc node names
The newly-converted-to-dt-schema binding expects the mmc node name to be '^mmc(@.*)?$' so align the devicetree with the schema. Tested-by: Niklas Cassel <niklas.cassel@wdc.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20220705215213.1802496-8-mail@conchuod.ie Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv/boot/dts/canaan/sipeed_maix_go.dts')
-rw-r--r--arch/riscv/boot/dts/canaan/sipeed_maix_go.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/canaan/sipeed_maix_go.dts b/arch/riscv/boot/dts/canaan/sipeed_maix_go.dts
index 24fd83b43d9d..5c63f79b18ec 100644
--- a/arch/riscv/boot/dts/canaan/sipeed_maix_go.dts
+++ b/arch/riscv/boot/dts/canaan/sipeed_maix_go.dts
@@ -199,7 +199,7 @@
cs-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
status = "okay";
- slot@0 {
+ mmc@0 {
compatible = "mmc-spi-slot";
reg = <0>;
voltage-ranges = <3300 3300>;