On 06/08/16 20:40, Mirza Krak wrote:
quoted hunk
From: Mirza Krak <redacted>
Add a device node for the GMI controller found on Tegra20.
Signed-off-by: Mirza Krak <redacted>
---
arch/arm/boot/dts/tegra20.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 2207c08..9b97863 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -376,6 +376,17 @@
status = "disabled";
};
+
+ gmi@70009000 {
+ compatible = "nvidia,tegra20-gmi";
+ reg = <70009000 0x1000>;
+ clocks = <&tegra_car TEGRA20_CLK_NOR>;
+ clock-names = "gmi";
+ resets = < &tegra_car 42>;
+ reset-names = "gmi";
+ status = "disabled";
+ };
#address-cells, #size-cells and ranges appears to be missing.
Cheers
Jon
--
nvpublic
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html