]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: asus: transformer-t30: enable I2C_MUX only for TF700T
authorSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 25 Jan 2024 12:24:22 +0000 (14:24 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 22 Apr 2024 09:17:20 +0000 (12:17 +0300)
Of all T30 transformers, only the TF700T uses GPIO i2c muxing
for one of the i2c lines and needs this driver to properly work.
Disable this configuration for all transformers except tf700t
in their fragments.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
board/asus/transformer-t30/configs/p1801-t.config
board/asus/transformer-t30/configs/tf201.config
board/asus/transformer-t30/configs/tf300t.config
board/asus/transformer-t30/configs/tf300tg.config
board/asus/transformer-t30/configs/tf300tl.config
board/asus/transformer-t30/configs/tf600t.config

index fab2912132c264c80f93af5518e4e881a3192303..f378f54570dec61f13565932a1f5481d192bf92b 100644 (file)
@@ -1,2 +1,3 @@
 CONFIG_DEFAULT_DEVICE_TREE="tegra30-asus-p1801-t"
+# CONFIG_I2C_MUX is not set
 CONFIG_USB_GADGET_PRODUCT_NUM=0x4cb0
index 296743b774841b1ac9b465580631445e81df65db..e4fd30378a189188838e5d5bb20068d8f0cd6d76 100644 (file)
@@ -1,2 +1,3 @@
 CONFIG_DEFAULT_DEVICE_TREE="tegra30-asus-tf201"
+# CONFIG_I2C_MUX is not set
 CONFIG_USB_GADGET_PRODUCT_NUM=0x4d00
index 32a92fe76fa062e22e5a8842978928da6946ee28..9ad2ebd98e876835fe0764e83a1b3bebcfa12f1d 100644 (file)
@@ -1,2 +1,3 @@
 CONFIG_DEFAULT_DEVICE_TREE="tegra30-asus-tf300t"
+# CONFIG_I2C_MUX is not set
 CONFIG_USB_GADGET_PRODUCT_NUM=0x4d00
index 1396294f6de9d7fe0b84d694d85c24a77a290769..7b44a91acc43649740da62a580aaf4abbf27af00 100644 (file)
@@ -1,2 +1,3 @@
 CONFIG_DEFAULT_DEVICE_TREE="tegra30-asus-tf300tg"
+# CONFIG_I2C_MUX is not set
 CONFIG_USB_GADGET_PRODUCT_NUM=0x4c80
index 3db033c8df4aace12a59fa97f70d7e1d470b3b51..81e96d5df6fef87621561930531b362b421dffc7 100644 (file)
@@ -1,2 +1,3 @@
 CONFIG_DEFAULT_DEVICE_TREE="tegra30-asus-tf300tl"
+# CONFIG_I2C_MUX is not set
 CONFIG_USB_GADGET_PRODUCT_NUM=0x4d00
index f190795eecfb02afd8146ba6ce7095049c267c16..b3734869f5910f66a9d9e4cf33ba747f72c9d8fa 100644 (file)
@@ -1,5 +1,6 @@
 CONFIG_DEFAULT_DEVICE_TREE="tegra30-asus-tf600t"
 CONFIG_BOOTCOMMAND="setenv gpio_button 222; if run check_button; then poweroff; fi; setenv gpio_button 132; if run check_button; then echo Starting SPI flash update ...; run update_spi; fi; run bootcmd_usb0; run bootcmd_mmc1; run bootcmd_mmc0; poweroff;"
+# CONFIG_I2C_MUX is not set
 CONFIG_TEGRA20_SLINK=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_USB_GADGET_PRODUCT_NUM=0x4d00