diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-08-22 21:13:30 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-08-23 01:31:26 +0200 |
commit | be2d026f619906ad94c9a1dbb45e03839ca5dc76 (patch) | |
tree | 2e4bb36ecff9733008a5be0f9dffef0157f99550 /arch/arm/boot | |
parent | 38baa5a90c61c5a9105f6e649c7ac8542fc3ce5a (diff) | |
download | linux-stable-be2d026f619906ad94c9a1dbb45e03839ca5dc76.tar.gz linux-stable-be2d026f619906ad94c9a1dbb45e03839ca5dc76.tar.bz2 linux-stable-be2d026f619906ad94c9a1dbb45e03839ca5dc76.zip |
ARM: dts: rockchip: add cpu power supply for rv1108 evb
The cpu is powered by regulator vdd_core on RV1108 evalution
board. Add it to the cpu dt node.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/rv1108-evb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rv1108-evb.dts b/arch/arm/boot/dts/rv1108-evb.dts index 39197c3e9e0e..d5adcc7a0038 100644 --- a/arch/arm/boot/dts/rv1108-evb.dts +++ b/arch/arm/boot/dts/rv1108-evb.dts @@ -103,6 +103,10 @@ }; }; +&cpu0 { + cpu-supply = <&vdd_core>; +}; + &i2c0 { status = "okay"; i2c-scl-rising-time-ns = <275>; |