aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <clamor95@gmail.com>2023-11-27 19:08:32 +0200
committerSvyatoslav Ryhel <clamor95@gmail.com>2023-12-19 21:24:30 +0200
commitfd211f85cc2b938e4cf0488d183f4ea2f047b38f (patch)
tree408738903baaf83dc0cc20f3039b7ebb4eda0b00 /include
parent98a1c3b51cf1d5a2cb88219ef82af67d8061302b (diff)
downloadu-boot-fd211f85cc2b938e4cf0488d183f4ea2f047b38f.zip
u-boot-fd211f85cc2b938e4cf0488d183f4ea2f047b38f.tar.gz
u-boot-fd211f85cc2b938e4cf0488d183f4ea2f047b38f.tar.bz2
board: lg: x3-t30: switch to DM pinmux
Drop the pinmux setup in the board in favor of setting it up in the device tree. Device tree nodes match nodes used for the Linux device tree and are set according to the service manual. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/x3-t30.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/configs/x3-t30.h b/include/configs/x3-t30.h
index d29ea70..1453254 100644
--- a/include/configs/x3-t30.h
+++ b/include/configs/x3-t30.h
@@ -14,19 +14,8 @@
#include "tegra30-common.h"
-#define CFG_TEGRA_BOARD_STRING "LG X3 Board"
-
-#ifdef CONFIG_DEVICE_P880
/* High-level configuration options */
-#undef CFG_TEGRA_BOARD_STRING
-#define CFG_TEGRA_BOARD_STRING "LG Optimus 4X HD"
-#endif
-
-#ifdef CONFIG_DEVICE_P895
-/* High-level configuration options */
-#undef CFG_TEGRA_BOARD_STRING
-#define CFG_TEGRA_BOARD_STRING "LG Optimus Vu"
-#endif
+#define CFG_TEGRA_BOARD_STRING "LG X3 Board"
#define X3_FLASH_UBOOT \
"flash_uboot=echo Preparing RAM;" \