mirror of https://gitee.com/openkylin/linux.git
ARM: tegra: colibri_t20: iris: simplify model and compatible properties
Simplify model and compatible by dropping the 256/512 MB from the model, -512 from the compatible and rename that property from toradex,iris to toradex,colibri_t20-iris to be more in-line with all our other device trees. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
4f135281b3
commit
a7867ac8a1
|
@ -54,9 +54,9 @@ board-specific compatible values:
|
|||
toradex,apalis-tk1-v1.2
|
||||
toradex,apalis-tk1-v1.2-eval
|
||||
toradex,colibri_t20
|
||||
toradex,colibri_t20-iris
|
||||
toradex,colibri_t30
|
||||
toradex,colibri_t30-eval-v3
|
||||
toradex,iris
|
||||
|
||||
Trusted Foundations
|
||||
-------------------------------------------
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
/ {
|
||||
model = "Toradex Colibri T20 on Iris";
|
||||
compatible = "toradex,iris", "toradex,colibri_t20", "nvidia,tegra20";
|
||||
compatible = "toradex,colibri_t20-iris", "toradex,colibri_t20",
|
||||
"nvidia,tegra20";
|
||||
|
||||
aliases {
|
||||
rtc0 = "/i2c@7000c000/rtc@68";
|
||||
|
|
Loading…
Reference in New Issue