Re: [PATCH v2 3/3] arm64: dts: qcom: Add Vicharak Axon Mini

From: Krzysztof Kozlowski

Date: Tue May 19 2026 - 04:26:24 EST


On Mon, May 18, 2026 at 11:00:39PM +0530, Ajit Singh wrote:
> + sdm-skin-thermal {
> + polling-delay-passive = <0>;
> +
> + thermal-sensors = <&pmk8350_adc_tm 3>;
> +
> + trips {
> + active-config0 {
> + temperature = <125000>;
> + hysteresis = <1000>;
> + type = "passive";
> + };
> + };
> + };
> +
> + xo-thermal {
> + polling-delay-passive = <0>;
> +
> + thermal-sensors = <&pmk8350_adc_tm 0>;
> +
> + trips {
> + active-config0 {
> + temperature = <125000>;
> + hysteresis = <1000>;
> + type = "passive";
> + };
> + };
> + };
> + };
> +
> + vcc_1v8: regulator-vcc-1v8 {

Drop node, unused.

> + compatible = "regulator-fixed";
> + regulator-name = "vcc_1v8";
> + regulator-min-microvolt = <1800000>;
> + regulator-max-microvolt = <1800000>;
> +
> + vin-supply = <&vcc_5v0>;
> +
> + regulator-boot-on;
> + regulator-always-on;
> + };
> +
> + vcc_3v3: regulator-vcc-3v3 {
> + compatible = "regulator-fixed";
> + regulator-name = "vcc_3v3";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> +
> + vin-supply = <&vcc_5v0>;
> +
> + gpio = <&tlmm 113 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> +
> + pinctrl-0 = <&vcc_3v3_en>;
> + pinctrl-names = "default";
> +
> + regulator-boot-on;
> + regulator-always-on;
> + };
> +
> + vcc_5v0: regulator-vcc-5v-peri {

Drop node, unused.

> + compatible = "regulator-fixed";
> + regulator-name = "vcc_5v0";
> + regulator-min-microvolt = <5000000>;
> + regulator-max-microvolt = <5000000>;
> +
> + vin-supply = <&vph_pwr>;
> +
> + regulator-boot-on;
> + regulator-always-on;
> + };

Best regards,
Krzysztof