Browse Source

rockchip: dts: rk3399: change sd-card io voltage to 3.0V

The VCC_SD and VCC_SDIO rail should only be powered up to 3.0V on RK3399
platforms.

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Klaus Goger 7 years ago
parent
commit
4f70039b36
2 changed files with 4 additions and 4 deletions
  1. 2 2
      arch/arm/dts/rk3399-firefly.dts
  2. 2 2
      arch/arm/dts/rk3399-puma.dtsi

+ 2 - 2
arch/arm/dts/rk3399-firefly.dts

@@ -332,10 +332,10 @@
 				regulator-always-on;
 				regulator-always-on;
 				regulator-boot-on;
 				regulator-boot-on;
 				regulator-min-microvolt = <1800000>;
 				regulator-min-microvolt = <1800000>;
-				regulator-max-microvolt = <3300000>;
+				regulator-max-microvolt = <3000000>;
 				regulator-state-mem {
 				regulator-state-mem {
 					regulator-on-in-suspend;
 					regulator-on-in-suspend;
-					regulator-suspend-microvolt = <3300000>;
+					regulator-suspend-microvolt = <3000000>;
 				};
 				};
 			};
 			};
 
 

+ 2 - 2
arch/arm/dts/rk3399-puma.dtsi

@@ -347,11 +347,11 @@
 				regulator-always-on;
 				regulator-always-on;
 				regulator-boot-on;
 				regulator-boot-on;
 				regulator-min-microvolt = <1800000>;
 				regulator-min-microvolt = <1800000>;
-				regulator-max-microvolt = <3300000>;
+				regulator-max-microvolt = <3000000>;
 				regulator-name = "vcc_sd";
 				regulator-name = "vcc_sd";
 				regulator-state-mem {
 				regulator-state-mem {
 					regulator-on-in-suspend;
 					regulator-on-in-suspend;
-					regulator-suspend-microvolt = <3300000>;
+					regulator-suspend-microvolt = <3000000>;
 				};
 				};
 			};
 			};