[PATCH v3 2/2] arm64: dts: amlogic: add support for xiaomi-aquaman/Mi TV Stick

Ferass El Hafidi funderscore at postmarketos.org
Mon Feb 3 09:48:08 PST 2025


On Mon Feb 3, 2025 at 9:14 AM UTC, Ferass El Hafidi wrote:
<...>
> +&uart_AO {
> +	status = "okay";
> +	pinctrl-0 = <&uart_ao_a_pins>;
> +	pinctrl-names = "default";
> +};
> +
> +&usb {
> +	status = "okay";
> +	dr_mode = "otg";
> +};
> +
> +&usb2_phy0 {
> +	vbus-supply = <&vcc_5v>;
> +};

I just noticed a typo.  This part should've been:

	&usb {
		status = "okay";
		dr_mode = "otg";
		vbus-supply = <&vcc_5v>;
	}

Sent a v4 to fix it:
https://lore.kernel.org/linux-amlogic/20250203174346.13737-1-funderscore@postmarketos.org/

Cheers.



More information about the linux-arm-kernel mailing list