[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a5aa7ee4-1200-4b9d-8929-0f200e1737c9@cherry.de>
Date: Wed, 14 May 2025 15:24:10 +0200
From: Quentin Schulz <quentin.schulz@...rry.de>
To: Heiko Stuebner <heiko@...ech.de>
Cc: robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
Heiko Stuebner <heiko.stuebner@...rry.de>
Subject: Re: [PATCH v3 4/6] arm64: dts: rockchip: add px30-cobra base dtsi and
board variants
Hi Heiko,
On 5/14/25 2:09 PM, Heiko Stuebner wrote:
[...]
> +&pinctrl {
> + pinctrl-names = "default";
> + pinctrl-0 = <&cobra_pin_hog>;
> +
> + hog {
> + cobra_pin_hog: cobra-pin-hog {
> + rockchip,pins =
> + /* USB_HUB2_RESET */
> + <0 RK_PA5 RK_FUNC_GPIO &pcfg_output_high>,
> + /* USB_HUB1_RESET */
> + <0 RK_PB4 RK_FUNC_GPIO &pcfg_output_high>,
> + /* The default pull-down can keep the IC in reset. */
> + <3 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>;
Small oopsie there, should end with a comma.
> + /* USB-A 5V enable */
> + <3 RK_PC0 RK_FUNC_GPIO &pcfg_output_high>,
> + /* USB-A data enable */
> + <3 RK_PD3 RK_FUNC_GPIO &pcfg_output_high>,
Small oopsie there, should end with a semi-colon.
Thanks Rob for the bot :)
Cheers,
Quentin
Powered by blists - more mailing lists