|
@@ -98,6 +98,15 @@
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ tsp_reg: voltage-regulator {
|
|
|
|
+ compatible = "regulator-fixed";
|
|
|
|
+ regulator-name = "TSP_FIXED_VOLTAGES";
|
|
|
|
+ regulator-min-microvolt = <2800000>;
|
|
|
|
+ regulator-max-microvolt = <2800000>;
|
|
|
|
+ gpio = <&gpl0 3 0>;
|
|
|
|
+ enable-active-high;
|
|
|
|
+ };
|
|
|
|
+
|
|
i2c@13890000 {
|
|
i2c@13890000 {
|
|
samsung,i2c-sda-delay = <100>;
|
|
samsung,i2c-sda-delay = <100>;
|
|
samsung,i2c-slave-addr = <0x10>;
|
|
samsung,i2c-slave-addr = <0x10>;
|