diff options
| author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2025-07-25 08:13:30 +0200 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-08-22 11:15:08 +0800 |
| commit | eb55cf46957499b3e3b1e0c0836e48457740b2dd (patch) | |
| tree | fa2417fb7b173e60be30cde9f46f4c55efdfe66f | |
| parent | 4a3a18ce49b635c17d07657753b5405f5519f5f2 (diff) | |
ARM: dts: ls1021a: Add reg property to enet nodes
Add missing reg property to enet nodes. This fixes the dtbs_check warning:
Warning (unit_address_vs_reg): /soc/ethernet@2d10000: node has a unit name, but no reg or ranges property
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm/boot/dts/nxp/ls/ls1021a.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/ls/ls1021a.dtsi b/arch/arm/boot/dts/nxp/ls/ls1021a.dtsi index 2c39981bb94e..2f4c0e468952 100644 --- a/arch/arm/boot/dts/nxp/ls/ls1021a.dtsi +++ b/arch/arm/boot/dts/nxp/ls/ls1021a.dtsi @@ -707,6 +707,7 @@ enet0: ethernet@2d10000 { compatible = "fsl,etsec2"; + reg = <0x0 0x2d10000 0x0 0x5000>; device_type = "network"; #address-cells = <2>; #size-cells = <2>; @@ -737,6 +738,7 @@ enet1: ethernet@2d50000 { compatible = "fsl,etsec2"; + reg = <0x0 0x2d50000 0x0 0x5000>; device_type = "network"; #address-cells = <2>; #size-cells = <2>; @@ -766,6 +768,7 @@ enet2: ethernet@2d90000 { compatible = "fsl,etsec2"; + reg = <0x0 0x2d90000 0x0 0x5000>; device_type = "network"; #address-cells = <2>; #size-cells = <2>; |
