Skip to content

Commit 6990ea2

Browse files
ConchuODpalmer-dabbelt
authored andcommitted
riscv: dts: canaan: add specific compatible for kd233's LCD
Add the recently introduced compatible for the LCD on the Canaan KD233. Signed-off-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent e19f975 commit 6990ea2

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
@@ -127,7 +127,7 @@
127127
cs-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
128128

129129
panel@0 {
130-
compatible = "ilitek,ili9341";
130+
compatible = "canaan,kd233-tft", "ilitek,ili9341";
131131
reg = <0>;
132132
dc-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
133133
spi-max-frequency = <10000000>;

0 commit comments

Comments
 (0)