arm: brain: enable LCD touch panel for 2nd generation

This commit is contained in:
Suguru Saito 2021-05-30 03:36:52 +09:00 committed by Takumi Sueda
parent 2e494aafea
commit bee08820ee
2 changed files with 8 additions and 0 deletions

View File

@ -229,6 +229,13 @@
interrupt-parent = <&gpio4>;
interrupts = <2 4>;
};
lcd_touchscreen_i2c: sx8650@48 {
compatible = "semtech,sx8650";
reg = <0x48>;
interrupt-parent = <&gpio3>;
interrupts = <1 2>;
};
};
i2c1: i2c@8005a000 {

View File

@ -205,3 +205,4 @@ CONFIG_STACKTRACE=y
# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_STRICT_DEVMEM=y
CONFIG_DEBUG_USER=y
CONFIG_TOUCHSCREEN_SX8654=y