[PATCH 25/38] arm64: dts: mediatek: mt7986a-bpi-r3: Set interrupt-parent to mdio switch
Matthias Brugger
matthias.bgg at gmail.com
Fri Sep 12 07:13:30 PDT 2025
On 24/07/2025 10:39, AngeloGioacchino Del Regno wrote:
> Being this an interrupt controller, the binding forbids to use
> interrupts-extended and wants an `interrupts` property instead.
>
> Since this interrupt controller's parent is on the GPIO controller
> set it as interrupt-parent and change interrupts-extended to just
> interrupts to silence a dtbs_check warning.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>
Applied, thanks
> ---
> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
> index 6d2762866a1a..e7654dc9a1c9 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
> @@ -200,8 +200,9 @@ switch: switch at 31 {
> compatible = "mediatek,mt7531";
> reg = <31>;
> interrupt-controller;
> + interrupt-parent = <&pio>;
> + interrupts = <66 IRQ_TYPE_LEVEL_HIGH>;
> #interrupt-cells = <1>;
> - interrupts-extended = <&pio 66 IRQ_TYPE_LEVEL_HIGH>;
> reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
> };
> };
More information about the linux-phy
mailing list