Skip to content

Commit

Permalink
ARM: dts: rockchip: add pmu references to cpus nodes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kever Yang authored and Heiko Stuebner committed Nov 2, 2014
1 parent e5b0ded commit fbdbc73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/rk3288.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit fbdbc73

Please sign in to comment.