* [PATCH] ARM: i.MX7: Add imx7s.dtsi
@ 2017-02-06 10:55 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2017-02-06 10:55 UTC (permalink / raw)
To: Barebox List
Needed for compiling the i.MX7 warp board which already includes this
file.
This file is necessary because the upstream dtsi file currently assigns
MX7D_CLK_DUMMY to the gpt1 clock we use, so we won't get a meaningful
clock rate.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/dts/imx7s.dtsi | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 arch/arm/dts/imx7s.dtsi
diff --git a/arch/arm/dts/imx7s.dtsi b/arch/arm/dts/imx7s.dtsi
new file mode 100644
index 000000000..95c790719
--- /dev/null
+++ b/arch/arm/dts/imx7s.dtsi
@@ -0,0 +1,4 @@
+&gpt1 {
+ clocks = <&clks IMX7D_GPT1_ROOT_CLK>,
+ <&clks IMX7D_GPT1_ROOT_CLK>;
+};
\ No newline at end of file
--
2.11.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-06 10:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-06 10:55 [PATCH] ARM: i.MX7: Add imx7s.dtsi Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox