[PATCH v2 05/11] ARM: dt: tegra30: Add device node for APB MISC

From: Prashant Gaikwad
Date: Thu Dec 27 2012 - 09:48:10 EST


APB misc contains multiple registers required by different modules
such as CAR.

Signed-off-by: Prashant Gaikwad <pgaikwad@xxxxxxxxxx>
---
arch/arm/boot/dts/tegra30.dtsi | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
index 6765646..00e2d44 100644
--- a/arch/arm/boot/dts/tegra30.dtsi
+++ b/arch/arm/boot/dts/tegra30.dtsi
@@ -190,6 +190,11 @@
interrupt-controller;
};

+ apbmisc: apbmisc {
+ compatible = "nvidia,tegra30-apbmisc";
+ reg = <0x70000000 0x1000>;
+ };
+
pinmux: pinmux {
compatible = "nvidia,tegra30-pinmux";
reg = <0x70000868 0xd4 /* Pad control registers */
--
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/