ARM: dts: rockchip: add pmu references to cpus nodes
This patch add pmu reference and enable-method for smp Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Tested-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
e5b0deda04
commit
fbdbc7327e
|
@ -46,6 +46,8 @@
|
|||
cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
enable-method = "rockchip,rk3066-smp";
|
||||
rockchip,pmu = <&pmu>;
|
||||
|
||||
cpu0: cpu@500 {
|
||||
device_type = "cpu";
|
||||
|
|
Loading…
Reference in New Issue