Re: [PATCH v3 3/4] arm64: dts: qcom: Add HONOR MagicBook Art 14 device tree
From: Konrad Dybcio
Date: Wed Jun 24 2026 - 08:10:46 EST
On 6/20/26 7:51 PM, Konstantin Shabanov wrote:
> Introduce support for the HONOR MagicBook Art 14 laptop.
> This version is based on the initial work by Kirill A. Korinsky [1]
> and Valentin Manea [2].
[...]
> +/* MP0 goes to the USB-A port(USB3) and FPC */
> +&usb_mp {
> + /* Limit to single port */
> + phys = <&usb_mp_hsphy0>, <&usb_mp_qmpphy0>;
> + phy-names = "usb2-0", "usb3-0";
> +
> + status = "okay";
> +};
It's fine to keep the other one enabled, if only to make sure that
it's powered off sanely
Konrad