Re: [PATCH v1 3/3] arm64: dts: rockchip: Add Radxa ROCK 4SE

From: Krzysztof Kozlowski
Date: Wed Jul 05 2023 - 11:53:21 EST


On 05/07/2023 16:10, Christopher Obbard wrote:
> Add board-specific devicetree file for the RK3399T-based Radxa ROCK 4SE
> board. This board offers similar peripherals in a similar form-factor to
> the existing ROCK Pi 4B but uses the cost-optimised RK3399T processor
> (which has different OPP table than the RK3399) and other minimal hardware
> changes.
>
> Signed-off-by: Christopher Obbard <chris.obbard@xxxxxxxxxxxxx>
> ---
>


> +
> +&sdio0 {
> + status = "okay";
> +
> + brcmf: wifi@1 {
> + compatible = "brcm,bcm4329-fmac";
> + reg = <1>;
> + interrupt-parent = <&gpio0>;
> + interrupts = <RK_PA3 GPIO_ACTIVE_HIGH>;

I just send a patch to fix this in some files, so let's try keep it
good. Use proper interrupt type, not none.

Best regards,
Krzysztof