From 55eed47d8515e5fdaf869c2a26f495d74d30f224 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 26 Jan 2017 07:57:51 +0100 Subject: ARM: i.MX7: Add imx7s.dtsi 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 --- 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 0000000000..95c790719f --- /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 -- cgit v1.2.3