Skip to content

Commit

Permalink
riscv: dts: canaan: add specific compatible for kd233's LCD
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Conor Dooley authored and Palmer Dabbelt committed Jul 14, 2022
1 parent e19f975 commit 6990ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/boot/dts/canaan/canaan_kd233.dts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
cs-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;

panel@0 {
compatible = "ilitek,ili9341";
compatible = "canaan,kd233-tft", "ilitek,ili9341";
reg = <0>;
dc-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
spi-max-frequency = <10000000>;
Expand Down

0 comments on commit 6990ea2

Please sign in to comment.