]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - src/arm64/qcom/sm6375-sony-xperia-murray-pdx225.dts
Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4ee
[thirdparty/u-boot.git] / src / arm64 / qcom / sm6375-sony-xperia-murray-pdx225.dts
index b2f1bb1d58e974080fc1d23f799a15aef0bdf8a6..cca2c2eb88ade75066cbef3837dbb6bd2a0865b5 100644 (file)
                };
        };
 
+       touch_avdd: touch-avdd-regulator {
+               compatible = "regulator-fixed";
+               regulator-name = "touch_avdd";
+               gpio = <&tlmm 59 GPIO_ACTIVE_HIGH>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&ts_avdd_default>;
+               enable-active-high;
+       };
+
        vph_pwr: vph-pwr-regulator {
                compatible = "regulator-fixed";
                regulator-name = "vph_pwr";
                interrupts = <22 0x2008>;
 
                vdd-supply = <&pm6125_l13>;
+               avdd-supply = <&touch_avdd>;
 
                pinctrl-names = "default";
-               pinctrl-0 = <&ts_int_default &ts_avdd_default>;
+               pinctrl-0 = <&ts_int_default>;
        };
 };
 
        status = "okay";
 };
 
+&remoteproc_mss {
+       firmware-name = "qcom/sm6375/Sony/murray/modem.mbn";
+       status = "okay";
+};
+
 &rpm_requests {
        regulators-0 {
                compatible = "qcom,rpm-pm6125-regulators";
                };
 
                pm6125_l7: l7 {
-                       regulator-min-microvolt = <720000>;
-                       regulator-max-microvolt = <1050000>;
+                       regulator-min-microvolt = <880000>;
+                       regulator-max-microvolt = <880000>;
                };
 
                pm6125_l8: l8 {
 
                pm6125_l21: l21 {
                        regulator-min-microvolt = <3000000>;
-                       regulator-max-microvolt = <3400000>;
+                       regulator-max-microvolt = <3312000>;
                };
 
                pm6125_l22: l22 {
 
                pm6125_l23: l23 {
                        regulator-min-microvolt = <3000000>;
-                       regulator-max-microvolt = <3400000>;
+                       regulator-max-microvolt = <3312000>;
                };
 
                pm6125_l24: l24 {
                };
 
                pmr735a_l2: l2 {
-                       regulator-min-microvolt = <352000>;
-                       regulator-max-microvolt = <796000>;
+                       regulator-min-microvolt = <640000>;
+                       regulator-max-microvolt = <640000>;
                };
 
                pmr735a_l3: l3 {
                pins = "gpio59";
                function = "gpio";
                drive-strength = <8>;
-               output-high;
+               output-low;
        };
 };
 
 };
 
 &usb_1_hsphy {
+       vdda-pll-supply = <&pm6125_l7>;
+       vdda18-supply = <&pm6125_l10>;
+       vdda33-supply = <&pmr735a_l7>;
+       status = "okay";
+};
+
+&wifi {
+       vdd-0.8-cx-mx-supply = <&pmr735a_l2>;
+       vdd-1.8-xo-supply = <&pm6125_l16>;
+       vdd-1.3-rfa-supply = <&pm6125_l2>;
+       vdd-3.3-ch0-supply = <&pm6125_l23>;
+       vdd-3.3-ch1-supply = <&pm6125_l21>;
        status = "okay";
 };