Commit 042b65c3 authored by Stephen Warren's avatar Stephen Warren Committed by Kamal Mostafa

ARM: tegra: remove UART5/UARTE from tegra124.dtsi

commit 862f0eea upstream.

Tegra124 only has 4 UARTs. Parts of the documentation hint at a fifth
UART, but this appears to be left-over from earlier SoC documentation.
Remove the non-existent DT node for UART5.
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
[ kamal: backport to 3.13-stable ]
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent 3d64b8d2
...@@ -87,14 +87,6 @@ serial@70006300 { ...@@ -87,14 +87,6 @@ serial@70006300 {
status = "disabled"; status = "disabled";
}; };
serial@70006400 {
compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
reg = <0x70006400 0x40>;
reg-shift = <2>;
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};
rtc@7000e000 { rtc@7000e000 {
compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc"; compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
reg = <0x7000e000 0x100>; reg = <0x7000e000 0x100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment