boards: hsdk: dts: remove ili9340 from hsdk dts

remove ili9340 from hsdk dts, as it's not a part of hsdk board,
it's a shield device.

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
This commit is contained in:
Watson Zeng 2021-03-30 15:20:36 +08:00 committed by Anas Nashif
commit a79a1e1718
2 changed files with 0 additions and 20 deletions

View file

@ -44,18 +44,4 @@
&spi2 { &spi2 {
status = "okay"; status = "okay";
clock-frequency = <33333333>; clock-frequency = <33333333>;
cs-gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
ili9340@0 {
compatible = "ilitek,ili9340";
cmd-data-gpios = <&gpio0 21 0>;
reg = <0>;
spi-max-frequency = <12000000>;
label = "DISPLAY";
pwctrl1 = [1b 00];
vmctrl1 = [3f 3c];
vmctrl2 = [b7];
pgamctrl = [0f 2a 28 08 0e 08 54 a9 43 0a 0f 00 00 00 00];
ngamctrl = [00 15 17 07 11 06 2b 56 3c 05 10 0f 3f 3f 0f];
};
}; };

View file

@ -1,6 +0,0 @@
CONFIG_ILI9340=y
CONFIG_LVGL=y
CONFIG_LVGL_HOR_RES_MAX=320
CONFIG_LVGL_VER_RES_MAX=240
CONFIG_LVGL_DPI=100