[PATCH] ARM: i.MX7: Add imx7s.dtsi
Sascha Hauer
s.hauer at pengutronix.de
Mon Feb 6 02:55:19 PST 2017
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 at 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
More information about the barebox
mailing list