]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8qxp-mek: add phandle ocotp mac-address for fec
authorFrank Li <Frank.Li@nxp.com>
Wed, 29 Oct 2025 19:54:43 +0000 (15:54 -0400)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Nov 2025 09:57:32 +0000 (17:57 +0800)
Add phandle to the OCOTP mac-address nodes so the FEC can obtain a fixed
MAC address specific to each board.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qxp-mek.dts

index 5175503d2debc921eeed81116716926bf0020f08..f92f40fa5da816c4455fc250792b34be5d7bceaf 100644 (file)
        pinctrl-0 = <&pinctrl_fec1>;
        phy-mode = "rgmii-id";
        phy-handle = <&ethphy0>;
+       nvmem-cells = <&fec_mac0>;
+       nvmem-cell-names = "mac-address";
        fsl,magic-packet;
        status = "okay";