mirror of https://gitee.com/openkylin/linux.git
ARM: tegra: colibri_t20: move aliases from module to carrier board
Move RTC aliases from module to carrier board 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
4b601b9f10
commit
3c59cae79f
|
@ -8,6 +8,8 @@ / {
|
|||
compatible = "toradex,iris", "toradex,colibri_t20-512", "nvidia,tegra20";
|
||||
|
||||
aliases {
|
||||
rtc0 = "/i2c@7000d000/tps6586x@34";
|
||||
rtc1 = "/rtc@7000e000";
|
||||
serial0 = &uarta;
|
||||
serial1 = &uartd;
|
||||
};
|
||||
|
|
|
@ -5,11 +5,6 @@ / {
|
|||
model = "Toradex Colibri T20 256/512 MB";
|
||||
compatible = "toradex,colibri_t20-512", "nvidia,tegra20";
|
||||
|
||||
aliases {
|
||||
rtc0 = "/i2c@7000d000/tps6586x@34";
|
||||
rtc1 = "/rtc@7000e000";
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
/*
|
||||
* Set memory to 256 MB to be safe as this could be used on
|
||||
|
|
Loading…
Reference in New Issue