diff options
| author | Svyatoslav Ryhel <clamor95@gmail.com> | 2023-04-25 18:21:32 +0300 |
|---|---|---|
| committer | Svyatoslav Ryhel <clamor95@gmail.com> | 2024-04-22 12:17:20 +0300 |
| commit | d1db2733a50176f40943b64efbab3222c981899a (patch) | |
| tree | e4d85b4b830be5495559922186e2ba3c63b8ee43 /board | |
| parent | 534b79a07e083acc90db428d0c096d3fe5b647bd (diff) | |
board: asus: tf700t: bind tc358768 bridge and panel
Of all T30 transformers, only the TF700T has a FullHD DSI panel,
which is connected via tc358768 RGB to DSI bridge. Since the
bridge driver is available now, TF700T can have video support.
Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # ASUS TF700T
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Diffstat (limited to 'board')
| -rw-r--r-- | board/asus/transformer-t30/configs/tf700t.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/asus/transformer-t30/configs/tf700t.config b/board/asus/transformer-t30/configs/tf700t.config index 066c884d082..887c25fbf22 100644 --- a/board/asus/transformer-t30/configs/tf700t.config +++ b/board/asus/transformer-t30/configs/tf700t.config @@ -1,2 +1,4 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra30-asus-tf700t" +CONFIG_CLK_GPIO=y CONFIG_USB_GADGET_PRODUCT_NUM=0x4c90 +CONFIG_VIDEO_BRIDGE_TOSHIBA_TC358768=y |
