[PATCH] ARM: dts: BCM53573: Fix address of Luxul XAP-1440's Ethernet PHY
Andrew Lunn
andrew at lunn.ch
Mon Oct 6 09:09:45 PDT 2025
On Thu, Oct 02, 2025 at 09:48:52PM +0200, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal at milecki.pl>
>
> Luxul XAP-1440 has BCM54210E PHY at address 25.
>
> Fixes: 44ad82078069 ("ARM: dts: BCM53573: Fix Ethernet info for Luxul devices")
> Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
> ---
> arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts b/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts
> index ac44c745bdf8..a39a021a3910 100644
> --- a/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts
> +++ b/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts
> @@ -55,8 +55,8 @@ &gmac0 {
> mdio {
> /delete-node/ switch at 1e;
>
> - bcm54210e: ethernet-phy at 0 {
> - reg = <0>;
> + bcm54210e: ethernet-phy at 25 {
> + reg = <25>;
Does this really not work, or is it relying on the PHY responding to 0
as a broadcast address?
Thanks
Andrew
More information about the linux-arm-kernel
mailing list