[PATCH V2 0/5] ARM: dts: imx: {bx50v3,b850v3}: Update device trees

Ian Ray posted 5 patches 1 month, 2 weeks ago
arch/arm/boot/dts/nxp/imx/imx6q-b450v3.dts  |  1 +
arch/arm/boot/dts/nxp/imx/imx6q-b650v3.dts  |  1 +
arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts  | 53 ++++++++++++++-------
arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi |  4 ++
4 files changed, 41 insertions(+), 18 deletions(-)
[PATCH V2 0/5] ARM: dts: imx: {bx50v3,b850v3}: Update device trees
Posted by Ian Ray 1 month, 2 weeks ago
Configure PHY speed and mode.
Configure b850v3 gpio4 line name.
Disable b850v3 usdhc4 interface.

Changes since v1:
- Clarify the exact warning message in patch 2
- Add patch 3 to order reference modififcations correctly
- Correct the ordering of reference modification in patch 4

Signed-off-by: Ian Ray <ian.ray@gehealthcare.com>
---
Ian Ray (5):
  ARM: dts: imx: bx50v3: Configure switch PHY max-speed
  ARM: dts: imx: bx50v3: Configure phy-mode
  ARM: dts: imx: b850v3: Use alphabetical sorting
  ARM: dts: imx: b850v3: Define GPIO line names
  ARM: dts: imx: b850v3: Disable usdhc4

 arch/arm/boot/dts/nxp/imx/imx6q-b450v3.dts  |  1 +
 arch/arm/boot/dts/nxp/imx/imx6q-b650v3.dts  |  1 +
 arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts  | 53 ++++++++++++++-------
 arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi |  4 ++
 4 files changed, 41 insertions(+), 18 deletions(-)

-- 
2.49.0
Re: [PATCH V2 0/5] ARM: dts: imx: {bx50v3,b850v3}: Update device trees
Posted by Andrew Lunn 1 month, 2 weeks ago
On Tue, Feb 17, 2026 at 03:55:15PM +0200, Ian Ray wrote:
> Configure PHY speed and mode.
> Configure b850v3 gpio4 line name.
> Disable b850v3 usdhc4 interface.
> 
> Changes since v1:
> - Clarify the exact warning message in patch 2
> - Add patch 3 to order reference modififcations correctly
> - Correct the ordering of reference modification in patch 4

Please wait at least 24 hours between versions. You need to give
reviewers time to actually review our patches.

At the moment, because the merge window is open, your patches are
going to be rejected anyway, and you will need to repost in two weeks
time.

Please go back to version 1 and answer my questions.

       Andrew
Re: [PATCH V2 0/5] ARM: dts: imx: {bx50v3,b850v3}: Update device trees
Posted by Frank Li 3 weeks, 6 days ago
On Tue, 17 Feb 2026 15:55:15 +0200, Ian Ray wrote:
> Configure PHY speed and mode.
> Configure b850v3 gpio4 line name.
> Disable b850v3 usdhc4 interface.
>
> Changes since v1:
> - Clarify the exact warning message in patch 2
> - Add patch 3 to order reference modififcations correctly
> - Correct the ordering of reference modification in patch 4
>
> [...]

Applied, thanks!

[1/5] ARM: dts: imx: bx50v3: Configure switch PHY max-speed
      (no commit info)

    ARM: dts: imx: bx50v3: Configure switch PHY max-speed to 100Mbps

    Configure maximum speed for the switch PHYs according to the electrical
    connections from PHY to RJ45 connector.

Update commit message by Frank

[2/5] ARM: dts: imx: bx50v3: Configure phy-mode

    ARM: dts: imx: bx50v3: Configure phy-mode to eliminate a warning

    Set `phy-mode' on network switch CPU ports to eliminate a warning:
      mv88e6085 gpio-0:00: OF node /mdio-gpio/switch@0/ports/port@4 of CPU port 4 lacks the required "phy-mode" property

Update commit message by Frank

[3/5] ARM: dts: imx: b850v3: Use alphabetical sorting
      commit: be700cabe4c485ef629f8087c43183cf106f7e5b
[4/5] ARM: dts: imx: b850v3: Define GPIO line names
      commit: 26ad38fce6d8ef50316ea59f1ba3f2811b11a16a

[5/5] ARM: dts: imx: b850v3: Disable usdhc4

    ARM: dts: imx: b850v3: Disable unused usdhc4

    Disable the unused interface, to fix print an error message during boot:
      mmc3: Failed to initialize a non-removable card

Update commit message by Frank

Best regards,
--
Frank Li <Frank.Li@nxp.com>