diff options
author | Stefan Agner <stefan@agner.ch> | 2016-08-11 20:11:07 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-17 10:34:33 -0400 |
commit | 1c4e2a11bac4b5b04cd6588840341af28e137588 (patch) | |
tree | 28999ed462baeed754fc3ef9cf7c5e8bce3b5d05 | |
parent | f5bd51b60f4994023b5edd9241d2c0a839598553 (diff) |
ARM: dts: imx7d: add clock-frequency to CPU nodes
Add clock-frequency property to CPU nodes. Avoids warnings like
"/cpus/cpu@0 missing clock-frequency property".
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx7d.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index d0b199c2e0df..f6dee41a05d9 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++ b/arch/arm/boot/dts/imx7d.dtsi | |||
@@ -51,12 +51,14 @@ | |||
51 | 996000 1075000 | 51 | 996000 1075000 |
52 | 792000 975000 | 52 | 792000 975000 |
53 | >; | 53 | >; |
54 | clock-frequency = <996000000>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | cpu1: cpu@1 { | 57 | cpu1: cpu@1 { |
57 | compatible = "arm,cortex-a7"; | 58 | compatible = "arm,cortex-a7"; |
58 | device_type = "cpu"; | 59 | device_type = "cpu"; |
59 | reg = <1>; | 60 | reg = <1>; |
61 | clock-frequency = <996000000>; | ||
60 | }; | 62 | }; |
61 | }; | 63 | }; |
62 | 64 | ||
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 75e9d1b55994..bb7102cae899 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi | |||
@@ -85,6 +85,7 @@ | |||
85 | compatible = "arm,cortex-a7"; | 85 | compatible = "arm,cortex-a7"; |
86 | device_type = "cpu"; | 86 | device_type = "cpu"; |
87 | reg = <0>; | 87 | reg = <0>; |
88 | clock-frequency = <792000000>; | ||
88 | clock-latency = <61036>; /* two CLK32 periods */ | 89 | clock-latency = <61036>; /* two CLK32 periods */ |
89 | clocks = <&clks IMX7D_CLK_ARM>; | 90 | clocks = <&clks IMX7D_CLK_ARM>; |
90 | }; | 91 | }; |