Re: [PATCH v7 2/2] arm64: dts: qcom: Add qcs6490-rubikpi3 board dts

From: Konrad Dybcio

Date: Fri Nov 28 2025 - 06:12:27 EST


On 11/25/25 5:07 PM, Hongyang Zhao wrote:
> Add DTS for Thundercomm qcs6490-rubikpi3 board which uses
> QCS6490 SoC.
>
> Works:
> - Bluetooth (AP6256)
> - Wi-Fi (AP6256)
> - Ethernet (AX88179B connected to UPD720201)
> - Two USB Type-A 3.0 ports (UPD720201 connected to PCIe0)
> - USB Type-A 2.0 port
> - USB Type-C
> - M.2 M-Key 2280 PCIe 3.0
> - FAN
> - RTC
> - 40PIN: I2C x1, UART x1
>
> Signed-off-by: Hongyang Zhao <hongyang.zhao@xxxxxxxxxxxxxxx>
> Reviewed-by: Roger Shimizu <rosh@xxxxxxxxxx>
> ---

[...]

> + sdm-skin-thermal {
> + thermal-sensors = <&pmk8350_adc_tm 3>;
> +
> + trips {
> + active-config0 {
> + temperature = <125000>;
> + hysteresis = <1000>;
> + type = "passive";
> + };
> + };
> + };

Toasty!

I suppose this can be further tuned down the line.. perhaps turned
into 'critical' too

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad