diff options
author | Anson Huang <anson.huang@nxp.com> | 2019-05-12 11:57:16 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-20 05:59:11 +0300 |
commit | 43f1322b87b39ea2b613535909c4f33751d4e9cd (patch) | |
tree | 3ca3fae2bf99642adf0406820e877f17b8e1b668 /arch/arm/boot/dts/imx6ull.dtsi | |
parent | 811b99bc661ad0a7c5bcee570d6b10d5198d59d9 (diff) | |
download | linux-43f1322b87b39ea2b613535909c4f33751d4e9cd.tar.xz |
ARM: dts: imx6ul: add clock-frequency to CPU node
Add clock-frequency property to CPU node. Avoids warnings like
"/cpus/cpu@0 missing clock-frequency property" for "arm,cortex-a7".
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ull.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi index 22e4a307fa59..727b92f1942c 100644 --- a/arch/arm/boot/dts/imx6ull.dtsi +++ b/arch/arm/boot/dts/imx6ull.dtsi @@ -12,6 +12,7 @@ /delete-node/ &crypto; &cpu0 { + clock-frequency = <900000000>; operating-points = < /* kHz uV */ 900000 1275000 |