Re: [PATCH 2/3] arm64: dts: qcom: Add the Lenovo IdeaCentre Mini X

From: Val Packett

Date: Fri Mar 27 2026 - 00:00:49 EST



On 3/26/26 7:47 AM, Konrad Dybcio wrote:
On 3/25/26 11:34 PM, Bjorn Andersson wrote:
The Lenovo IdeaCentre Mini X (Snapdragon) Desktop is a Hamoa-based
ultracompact desktop PC. It provides HDMI, DisplayPort, USB Type-C
display outputs, 5 additional USB ports, Ethernet, dual NVME slots,
headphone jack, WiFi, and Bluetooth.

Introduce a DeviceTree describing this device.

Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxxxxxxxx>
---
[...]

+&pcie3 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pcie3_default>;
+
+ perst-gpios = <&tlmm 143 GPIO_ACTIVE_LOW>;
+ wake-gpios = <&tlmm 145 GPIO_ACTIVE_LOW>;
In lieu of the recent changes, these 2 properties need to be moved
to the root port node under the RCs, for all of them

Konrad

…and without forgetting (as I have for dell-thena until noticing in v4) that under the port nodes, it's now called "reset" instead of "perst"! :)

~val