diff options
author | Jagan Teki <jagannadh.teki@gmail.com> | 2017-10-16 17:46:19 +0530 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-10-17 21:06:24 +0200 |
commit | 598ed15fd7ef12f38364a026b30e3b1d067a445e (patch) | |
tree | 37a2ea3474b8472475c1dd1b8ddbb55dcdaa0046 /arch | |
parent | 115cca31c1e6f7745dbf1627e2a27b812a5272f4 (diff) | |
download | linux-stable-598ed15fd7ef12f38364a026b30e3b1d067a445e.tar.gz linux-stable-598ed15fd7ef12f38364a026b30e3b1d067a445e.tar.bz2 linux-stable-598ed15fd7ef12f38364a026b30e3b1d067a445e.zip |
ARM: dts: rockchip: Remove vdd_log from rk808, DCDC_REG1 on rk3288-vyasa
vdd_log, never used on DCDC_REG1 of rk808 from latest schematic so
remove the same and update the regulator-name as 'vdd_arm' to sync
with existing rk3288 board dts files.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/rk3288-vyasa.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3288-vyasa.dts b/arch/arm/boot/dts/rk3288-vyasa.dts index 3546eb8629c7..7a0f94569ba9 100644 --- a/arch/arm/boot/dts/rk3288-vyasa.dts +++ b/arch/arm/boot/dts/rk3288-vyasa.dts @@ -121,8 +121,8 @@ vcc12-supply = <&vcc_io>; regulators { - vdd_cpu: vdd_log: DCDC_REG1 { - regulator-name = "vdd_log"; + vdd_cpu: DCDC_REG1 { + regulator-name = "vdd_arm"; regulator-min-microvolt = <750000>; regulator-max-microvolt = <1350000>; regulator-always-on; |