diff options
| author | Svyatoslav Ryhel <[email protected]> | 2023-11-27 19:08:32 +0200 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2023-12-19 21:24:30 +0200 |
| commit | fd211f85cc2b938e4cf0488d183f4ea2f047b38f (patch) | |
| tree | 408738903baaf83dc0cc20f3039b7ebb4eda0b00 /include/configs | |
| parent | 98a1c3b51cf1d5a2cb88219ef82af67d8061302b (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/x3-t30.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/include/configs/x3-t30.h b/include/configs/x3-t30.h index d29ea700b2e..14532542ea6 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;" \ |
