]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ls1021a: Add reg property to enet nodes
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 25 Jul 2025 06:13:30 +0000 (08:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 03:15:08 +0000 (11:15 +0800)
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>
arch/arm/boot/dts/nxp/ls/ls1021a.dtsi

index 2c39981bb94edf90390b58d5c30c737dbe4f9468..2f4c0e468952c78bf997f1cb8ec175ba5e29ecdf 100644 (file)
 
                enet0: ethernet@2d10000 {
                        compatible = "fsl,etsec2";
+                       reg = <0x0 0x2d10000 0x0 0x5000>;
                        device_type = "network";
                        #address-cells = <2>;
                        #size-cells = <2>;
 
                enet1: ethernet@2d50000 {
                        compatible = "fsl,etsec2";
+                       reg = <0x0 0x2d50000 0x0 0x5000>;
                        device_type = "network";
                        #address-cells = <2>;
                        #size-cells = <2>;
 
                enet2: ethernet@2d90000 {
                        compatible = "fsl,etsec2";
+                       reg = <0x0 0x2d90000 0x0 0x5000>;
                        device_type = "network";
                        #address-cells = <2>;
                        #size-cells = <2>;