Skip to content

Commit 3bd204c

Browse files
ConchuODpalmer-dabbelt
authored andcommitted
riscv: dts: canaan: fix kd233 display spi frequency
The binding for the ili9341 specifies a const spi-max-frequency of 10 MHz but the kd233 devicetree entry has it listed at 15 Mhz. Align the devicetree with the value in the binding. Signed-off-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 5f4c582 commit 3bd204c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
compatible = "ilitek,ili9341";
131131
reg = <0>;
132132
dc-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
133-
spi-max-frequency = <15000000>;
133+
spi-max-frequency = <10000000>;
134134
status = "disabled";
135135
};
136136
};

0 commit comments

Comments
 (0)