diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-08-31 18:38:09 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-09-26 16:45:50 +0200 |
commit | 63a11def21eaf5da502e657695dbe389bc40879f (patch) | |
tree | 5a2bffa29d7011e6353d150906482556c2e36d7d /arch/arm/boot/dts/tegra30-apalis.dtsi | |
parent | b0fa0105b496abf6c51bf79abf490ea4e0ee9855 (diff) | |
download | blackbird-obmc-linux-63a11def21eaf5da502e657695dbe389bc40879f.tar.gz blackbird-obmc-linux-63a11def21eaf5da502e657695dbe389bc40879f.zip |
ARM: tegra: apalis_t30: drop module level model and compatible
Drop model and compatible nodes from the module level device tree as
they get overridden by the carrier board device tree anyway.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30-apalis.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30-apalis.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra30-apalis.dtsi b/arch/arm/boot/dts/tegra30-apalis.dtsi index d80101df2228..e7793f3b19d2 100644 --- a/arch/arm/boot/dts/tegra30-apalis.dtsi +++ b/arch/arm/boot/dts/tegra30-apalis.dtsi @@ -7,9 +7,6 @@ * 2GB: V1.0B, V1.0C, V1.0E, V1.1A */ / { - model = "Toradex Apalis T30"; - compatible = "toradex,apalis_t30", "nvidia,tegra30"; - memory@80000000 { reg = <0x80000000 0x40000000>; }; |