ARM: dts: rockchip: correct the name of REG8 for rk3288-evb-act8846
authorChris Zhong <zyw@rock-chips.com>
Thu, 10 Dec 2015 05:46:37 +0000 (13:46 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 11 Dec 2015 11:30:16 +0000 (12:30 +0100)
According to the schematic, the name of REG8 should be vcc_tp, rather
than vcca_tp.

Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-evb-act8846.dts

index 43949a6771f08466c0431cd2e7237ea87be6076d..53d8b08cb1996367038149c9138f9dd0ccd465da 100644 (file)
                                regulator-always-on;
                        };
 
-                       vcca_tp: REG8 {
+                       vcc_tp: REG8 {
                                regulator-name = "VCCA_TP";
                                regulator-min-microvolt = <3300000>;
                                regulator-max-microvolt = <3300000>;
This page took 0.027698 seconds and 5 git commands to generate.