[PATCH v1 0/2] arm64: dts: imx95-toradex-smarc: Fix ethphy1 interrupt and GPIO labels

Vitor Soares posted 2 patches 2 months, 1 week ago
arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
[PATCH v1 0/2] arm64: dts: imx95-toradex-smarc: Fix ethphy1 interrupt and GPIO labels
Posted by Vitor Soares 2 months, 1 week ago
From: Vitor Soares <vitor.soares@toradex.com>

This series fixes the ethphy1 interrupt configuration and corrects GPIO
expander line names for the i.MX95 Toradex SMARC.

The first patch changes the interrupt trigger type from level-triggered
to edge-triggered to match the PCA9745 GPIO expander hardware
capabilities.

The second patch fixes the SMARC_SDIO_WP gpio-line-name position to
line 15.

Vitor Soares (2):
  arm64: dts: freescale: imx95-toradex-smarc: use edge trigger for
    ethphy1 interrupt
  arm64: dts: freescale: imx95-toradex-smarc: fix SMARC_SDIO_WP label
    position

 arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
2.51.0
Re: [PATCH v1 0/2] arm64: dts: imx95-toradex-smarc: Fix ethphy1 interrupt and GPIO labels
Posted by Shawn Guo 1 month, 1 week ago
On Fri, Nov 28, 2025 at 03:00:26PM +0000, Vitor Soares wrote:
> From: Vitor Soares <vitor.soares@toradex.com>
> 
> This series fixes the ethphy1 interrupt configuration and corrects GPIO
> expander line names for the i.MX95 Toradex SMARC.
> 
> The first patch changes the interrupt trigger type from level-triggered
> to edge-triggered to match the PCA9745 GPIO expander hardware
> capabilities.
> 
> The second patch fixes the SMARC_SDIO_WP gpio-line-name position to
> line 15.
> 
> Vitor Soares (2):
>   arm64: dts: freescale: imx95-toradex-smarc: use edge trigger for
>     ethphy1 interrupt
>   arm64: dts: freescale: imx95-toradex-smarc: fix SMARC_SDIO_WP label
>     position

Applied both, thanks!