mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
fe7de3c3c6
commit
5609263014
|
@ -36,6 +36,7 @@ cpu@0 {
|
||||||
clock-names = "cpu";
|
clock-names = "cpu";
|
||||||
clock-latency = <100000>;
|
clock-latency = <100000>;
|
||||||
cpu0-supply = <&pwm_regulator>;
|
cpu0-supply = <&pwm_regulator>;
|
||||||
|
st,syscfg = <&syscfg_core 0x8e0>;
|
||||||
};
|
};
|
||||||
cpu@1 {
|
cpu@1 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
|
|
Loading…
Reference in New Issue