9
0
Fork 0

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 <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2017-01-26 07:57:51 +01:00
parent ad200f0dc3
commit 55eed47d85
1 changed files with 4 additions and 0 deletions

4
arch/arm/dts/imx7s.dtsi Normal file
View File

@ -0,0 +1,4 @@
&gpt1 {
clocks = <&clks IMX7D_GPT1_ROOT_CLK>,
<&clks IMX7D_GPT1_ROOT_CLK>;
};