diff options
author | Stefan Agner <stefan@agner.ch> | 2016-08-12 02:11:07 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-17 16:34:33 +0200 |
commit | 1c4e2a11bac4b5b04cd6588840341af28e137588 (patch) | |
tree | 28999ed462baeed754fc3ef9cf7c5e8bce3b5d05 /arch/arm/boot/dts/imx7d.dtsi | |
parent | ARM: dts: imx7d: move CPU operating points to imx7d.dtsi (diff) | |
download | linux-1c4e2a11bac4b5b04cd6588840341af28e137588.tar.xz linux-1c4e2a11bac4b5b04cd6588840341af28e137588.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx7d.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7d.dtsi | 2 |
1 files changed, 2 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 @@ 996000 1075000 792000 975000 >; + clock-frequency = <996000000>; }; cpu1: cpu@1 { compatible = "arm,cortex-a7"; device_type = "cpu"; reg = <1>; + clock-frequency = <996000000>; }; }; |