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 <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20220705215213.1802496-13-mail@conchuod.ie Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent e19f975 commit 6990ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)