ARM: tegra: apalis-tk1: add local-mac-address property
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 1 Sep 2018 13:04:46 +0000 (15:04 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Sep 2018 14:50:33 +0000 (16:50 +0200)
Add empty local-mac-address property to be filled in by boot loader
(e.g. U-Boot).

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi
arch/arm/boot/dts/tegra124-apalis.dtsi

index 573aaa5..09e3641 100644 (file)
                        phys = <&{/padctl@7009f000/pads/pcie/lanes/pcie-2}>;
                        phy-names = "pcie-0";
                        status = "okay";
+
+                       pcie@0 {
+                               reg = <0 0 0 0 0>;
+                               local-mac-address = [00 00 00 00 00 00];
+                       };
                };
        };
 
index 0f0d4a4..5e7ae5e 100644 (file)
                        phys = <&{/padctl@7009f000/pads/pcie/lanes/pcie-2}>;
                        phy-names = "pcie-0";
                        status = "okay";
+
+                       pcie@0 {
+                               reg = <0 0 0 0 0>;
+                               local-mac-address = [00 00 00 00 00 00];
+                       };
                };
        };