diff options
author | Leonidas P. Papadakos <papadakospan@gmail.com> | 2019-03-01 21:07:21 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-03-18 10:45:46 +0300 |
commit | f77e7a9aafe1e422b0646cfdac40d03f594eca5b (patch) | |
tree | 2f206e8a6e4f43ae285ee9aa7769ec46040c564b /arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | |
parent | 3f0effd7490b23118f1b278f529ca45de27f4eb7 (diff) | |
download | linux-f77e7a9aafe1e422b0646cfdac40d03f594eca5b.tar.xz |
arm64: dts: rockchip: add rk3328-roc-cc cpu-supply entries for all cpu nodes
In line with the rock64 dts, specify the cpu-supply
for the other cpus as well
Signed-off-by: Leonidas P. Papadakos <papadakospan@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts index c3afe6a93e0f..53643ea4cfca 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts @@ -107,6 +107,18 @@ cpu-supply = <&vdd_arm>; }; +&cpu1 { + cpu-supply = <&vdd_arm>; +}; + +&cpu2 { + cpu-supply = <&vdd_arm>; +}; + +&cpu3 { + cpu-supply = <&vdd_arm>; +}; + &emmc { bus-width = <8>; cap-mmc-highspeed; |