summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-09 12:44:24 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-22 14:36:49 +0200
commite8265fb50a99a1c400fc194a3c272c86434cf565 (patch)
tree8e5769622874a41034fe7eef17d7e2504ffaa26f /arch
parent7bf0f5d1e202cbca1facfbbf8bd118a819eb87a3 (diff)
apalis-tk1: change (file) names from apalis_tk1 to apalis-tk1
Change file and other names resp. strings to apalis-tk1 rather than apalis_tk1 due to upstream Linux kernel device tree maintainers no longer allowing any underscores to be used in any such. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/tegra124-apalis.dts2
-rw-r--r--arch/arm/mach-tegra/tegra124/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/tegra124-apalis.dts b/arch/arm/dts/tegra124-apalis.dts
index 368be9a2aa..595aae8cdd 100644
--- a/arch/arm/dts/tegra124-apalis.dts
+++ b/arch/arm/dts/tegra124-apalis.dts
@@ -4,7 +4,7 @@
/ {
model = "Toradex Apalis TK1";
- compatible = "toradex,apalis_tk1", "nvidia,tegra124";
+ compatible = "toradex,apalis-tk1", "nvidia,tegra124";
chosen {
stdout-path = &uarta;
diff --git a/arch/arm/mach-tegra/tegra124/Kconfig b/arch/arm/mach-tegra/tegra124/Kconfig
index 64341d7b59..2a5a2f42eb 100644
--- a/arch/arm/mach-tegra/tegra124/Kconfig
+++ b/arch/arm/mach-tegra/tegra124/Kconfig
@@ -26,7 +26,7 @@ endchoice
config SYS_SOC
default "tegra124"
-source "board/toradex/apalis_tk1/Kconfig"
+source "board/toradex/apalis-tk1/Kconfig"
source "board/nvidia/jetson-tk1/Kconfig"
source "board/nvidia/nyan-big/Kconfig"
source "board/nvidia/venice2/Kconfig"