diff --git a/boards/arc/hsdk/hsdk.dtsi b/boards/arc/hsdk/hsdk.dtsi index 54933f7aced..298dcf0bddc 100644 --- a/boards/arc/hsdk/hsdk.dtsi +++ b/boards/arc/hsdk/hsdk.dtsi @@ -44,18 +44,4 @@ &spi2 { status = "okay"; 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]; - }; }; diff --git a/samples/subsys/display/lvgl/boards/hsdk.conf b/samples/subsys/display/lvgl/boards/hsdk.conf deleted file mode 100644 index 1e49b646a8b..00000000000 --- a/samples/subsys/display/lvgl/boards/hsdk.conf +++ /dev/null @@ -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