[PATCH 2/2] arm/dt: tegra: Update serial port compatible values
From: Stephen Warren <hidden>
Date: 2011-05-12 16:41:14
Also in:
linux-tegra
Subsystem:
the rest · Maintainer:
Linus Torvalds
Update the Tegra SoC serial port definitions to additionally be compatible with the new generic "xscale" type. I assume this will be squashed into: commit a487b855dc1e243c52d531896705d0e33941e3a2 arm/dt: full tegra devicetree support Signed-off-by: Stephen Warren <redacted> --- arch/arm/boot/dts/tegra250.dtsi | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/tegra250.dtsi b/arch/arm/boot/dts/tegra250.dtsi
index f1801b8..0a251e9 100644
--- a/arch/arm/boot/dts/tegra250.dtsi
+++ b/arch/arm/boot/dts/tegra250.dtsi@@ -29,7 +29,7 @@ }; serial@70006000 { - compatible = "nvidia,tegra250-uart"; + compatible = "nvidia,tegra250-uart", "xscale"; reg = <0x70006000 0x40>; reg-shift = <2>; interrupts = < 68 >;
@@ -37,7 +37,7 @@ }; serial@70006040 { - compatible = "nvidia,tegra250-uart"; + compatible = "nvidia,tegra250-uart", "xscale"; reg = <0x70006040 0x40>; reg-shift = <2>; interrupts = < 69 >;
@@ -45,7 +45,7 @@ }; serial@70006200 { - compatible = "nvidia,tegra250-uart"; + compatible = "nvidia,tegra250-uart", "xscale"; reg = <0x70006200 0x100>; reg-shift = <2>; interrupts = < 78 >;
@@ -53,7 +53,7 @@ }; serial@70006300 { - compatible = "nvidia,tegra250-uart"; + compatible = "nvidia,tegra250-uart", "xscale"; reg = <0x70006300 0x100>; reg-shift = <2>; interrupts = < 122 >;
@@ -61,7 +61,7 @@ }; serial@70006400 { - compatible = "nvidia,tegra250-uart"; + compatible = "nvidia,tegra250-uart", "xscale"; reg = <0x70006400 0x100>; reg-shift = <2>; interrupts = < 123 >;
--
1.7.0.4