Skip to content

Commit 5f4c582

Browse files
ConchuODpalmer-dabbelt
authored andcommitted
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 <[email protected]> Signed-off-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 3f64510 commit 5f4c582

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

arch/riscv/boot/dts/canaan/canaan_kd233.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
cs-gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
143143
status = "okay";
144144

145-
slot@0 {
145+
mmc@0 {
146146
compatible = "mmc-spi-slot";
147147
reg = <0>;
148148
voltage-ranges = <3300 3300>;

arch/riscv/boot/dts/canaan/sipeed_maix_bit.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
cs-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
190190
status = "okay";
191191

192-
slot@0 {
192+
mmc@0 {
193193
compatible = "mmc-spi-slot";
194194
reg = <0>;
195195
voltage-ranges = <3300 3300>;

arch/riscv/boot/dts/canaan/sipeed_maix_dock.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
cs-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
192192
status = "okay";
193193

194-
slot@0 {
194+
mmc@0 {
195195
compatible = "mmc-spi-slot";
196196
reg = <0>;
197197
voltage-ranges = <3300 3300>;

arch/riscv/boot/dts/canaan/sipeed_maix_go.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
cs-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
200200
status = "okay";
201201

202-
slot@0 {
202+
mmc@0 {
203203
compatible = "mmc-spi-slot";
204204
reg = <0>;
205205
voltage-ranges = <3300 3300>;

arch/riscv/boot/dts/canaan/sipeed_maixduino.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
cs-gpios = <&gpio1_0 2 GPIO_ACTIVE_LOW>;
165165
status = "okay";
166166

167-
slot@0 {
167+
mmc@0 {
168168
compatible = "mmc-spi-slot";
169169
reg = <0>;
170170
voltage-ranges = <3300 3300>;

0 commit comments

Comments
 (0)