tegra: apalis_t30: master revamp
Update Apalis T30 as per the following commitsc369139234
tegra: dts: Add serial port details461be2f96e
kconfig: remove redundant "string" type in arch and board Kconfigsf1ef2b6233
kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
f38aaa28be
commit
9aafef4f36
@ -6,6 +6,10 @@
|
|||||||
model = "Toradex Apalis T30";
|
model = "Toradex Apalis T30";
|
||||||
compatible = "toradex,apalis_t30", "nvidia,tegra30";
|
compatible = "toradex,apalis_t30", "nvidia,tegra30";
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
stdout-path = &uarta;
|
||||||
|
};
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
i2c0 = "/i2c@7000d000";
|
i2c0 = "/i2c@7000d000";
|
||||||
i2c1 = "/i2c@7000c000";
|
i2c1 = "/i2c@7000c000";
|
||||||
|
@ -1,15 +1,12 @@
|
|||||||
if TARGET_APALIS_T30
|
if TARGET_APALIS_T30
|
||||||
|
|
||||||
config SYS_BOARD
|
config SYS_BOARD
|
||||||
string
|
|
||||||
default "apalis_t30"
|
default "apalis_t30"
|
||||||
|
|
||||||
config SYS_VENDOR
|
config SYS_VENDOR
|
||||||
string
|
|
||||||
default "toradex"
|
default "toradex"
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
config SYS_CONFIG_NAME
|
||||||
string
|
|
||||||
default "apalis_t30"
|
default "apalis_t30"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
#include "tegra30-common.h"
|
#include "tegra30-common.h"
|
||||||
|
|
||||||
|
|
||||||
/* High-level configuration options */
|
/* High-level configuration options */
|
||||||
#define V_PROMPT "Apalis T30 # "
|
#define V_PROMPT "Apalis T30 # "
|
||||||
#define CONFIG_TEGRA_BOARD_STRING "Toradex Apalis T30"
|
#define CONFIG_TEGRA_BOARD_STRING "Toradex Apalis T30"
|
||||||
|
Loading…
Reference in New Issue
Block a user