diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2022-07-05 22:52:08 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-07-14 14:57:43 -0700 |
commit | 5f4c5824d53ee27aa387477ae2e61f1b756afb7a (patch) | |
tree | e3edaadae8e4348ebe2147bcadf627084249e832 /arch/riscv/boot/dts/canaan/canaan_kd233.dts | |
parent | 3f64510e3d8058ae13395c7f93f0ffaf3b5e568e (diff) |
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/canaan_kd233.dts')
-rw-r--r-- | arch/riscv/boot/dts/canaan/canaan_kd233.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/canaan/canaan_kd233.dts b/arch/riscv/boot/dts/canaan/canaan_kd233.dts index 039b92abf046..40992d495aa8 100644 --- a/arch/riscv/boot/dts/canaan/canaan_kd233.dts +++ b/arch/riscv/boot/dts/canaan/canaan_kd233.dts @@ -142,7 +142,7 @@ cs-gpios = <&gpio0 16 GPIO_ACTIVE_LOW>; status = "okay"; - slot@0 { + mmc@0 { compatible = "mmc-spi-slot"; reg = <0>; voltage-ranges = <3300 3300>; |