mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 19:46:44 +07:00
ARM: tegra: apalis-tk1: 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>
This commit is contained in:
parent
a64b51a3ed
commit
43ff75a8e3
@ -11,10 +11,6 @@
|
||||
* Compatible for Revisions 2GB: V1.2A
|
||||
*/
|
||||
/ {
|
||||
model = "Toradex Apalis TK1";
|
||||
compatible = "toradex,apalis-tk1-v1.2", "toradex,apalis-tk1",
|
||||
"nvidia,tegra124";
|
||||
|
||||
memory@80000000 {
|
||||
reg = <0x0 0x80000000 0x0 0x80000000>;
|
||||
};
|
||||
|
@ -47,9 +47,6 @@
|
||||
* Compatible for Revisions 2GB: V1.0A, V1.0B, V1.1A
|
||||
*/
|
||||
/ {
|
||||
model = "Toradex Apalis TK1";
|
||||
compatible = "toradex,apalis-tk1", "nvidia,tegra124";
|
||||
|
||||
memory@80000000 {
|
||||
reg = <0x0 0x80000000 0x0 0x80000000>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user