[PATCH 2/2] arm/dt: tegra: Update serial port compatible values

Stephen Warren swarren at nvidia.com
Fri May 13 02:41:14 EST 2011


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 <swarren at nvidia.com>
---
 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 at 70006000 {
-		compatible = "nvidia,tegra250-uart";
+		compatible = "nvidia,tegra250-uart", "xscale";
 		reg = <0x70006000 0x40>;
 		reg-shift = <2>;
 		interrupts = < 68 >;
@@ -37,7 +37,7 @@
 	};
 
 	serial at 70006040 {
-		compatible = "nvidia,tegra250-uart";
+		compatible = "nvidia,tegra250-uart", "xscale";
 		reg = <0x70006040 0x40>;
 		reg-shift = <2>;
 		interrupts = < 69 >;
@@ -45,7 +45,7 @@
 	};
 
 	serial at 70006200 {
-		compatible = "nvidia,tegra250-uart";
+		compatible = "nvidia,tegra250-uart", "xscale";
 		reg = <0x70006200 0x100>;
 		reg-shift = <2>;
 		interrupts = < 78 >;
@@ -53,7 +53,7 @@
 	};
 
 	serial at 70006300 {
-		compatible = "nvidia,tegra250-uart";
+		compatible = "nvidia,tegra250-uart", "xscale";
 		reg = <0x70006300 0x100>;
 		reg-shift = <2>;
 		interrupts = < 122 >;
@@ -61,7 +61,7 @@
 	};
 
 	serial at 70006400 {
-		compatible = "nvidia,tegra250-uart";
+		compatible = "nvidia,tegra250-uart", "xscale";
 		reg = <0x70006400 0x100>;
 		reg-shift = <2>;
 		interrupts = < 123 >;
-- 
1.7.0.4



More information about the devicetree-discuss mailing list