Re: [PATCH 5/5] ARM: Add Samsung Galaxy Express support

From: Krzysztof Kozlowski
Date: Tue May 30 2023 - 09:20:57 EST


On 25/05/2023 01:04, Rudraksha Gupta wrote:
> This adds a very basic device tree file for the Samsung Galaxy Express
> SGH-I437. Currently, the following things work: UART, eMMC, SD Card, and
> USB.
>
> Signed-off-by: Rudraksha Gupta <guptarud@xxxxxxxxx>
> ---



> +
> +&usb_hs1_phy {
> + v3p3-supply = <&pm8921_l3>;
> + v1p8-supply = <&pm8921_l4>;
> +};
> +
> +&usb1 {
> + status = "okay";
> + dr_mode = "otg";
> +};
> +

except what was said - drop stray blank line.

Best regards,
Krzysztof