diff options
author | Lee Jones <lee.jones@linaro.org> | 2016-04-21 18:07:00 +0300 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2016-04-26 17:10:15 +0300 |
commit | 5609263014c452f4c5f5a470b13e226f2fb0e578 (patch) | |
tree | d7a48be8f0c9917dbe232ff2a0c4580d4f8517e7 /arch/arm/boot/dts/stih407-family.dtsi | |
parent | fe7de3c3c6f3cbd715e8bcf6fbcb6dc01f2a7aad (diff) | |
download | linux-5609263014c452f4c5f5a470b13e226f2fb0e578.tar.xz |
ARM: dts: STi: STiH407: Provide CPU with a means to look-up Major number
This is used for CPU Frequency Scaling.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih407-family.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih407-family.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index d0e639cd3967..eb2601ffe080 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -36,6 +36,7 @@ clock-names = "cpu"; clock-latency = <100000>; cpu0-supply = <&pwm_regulator>; + st,syscfg = <&syscfg_core 0x8e0>; }; cpu@1 { device_type = "cpu"; |