diff options
author | Steve Lin <steven.lin1@broadcom.com> | 2017-03-15 23:59:35 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-03-18 19:40:03 +0300 |
commit | a7996761d1dacbac10c892c16faa90dfe46affcd (patch) | |
tree | 661da46d19e85a5040b09a1571a11e4c3b883ef6 /arch/arm/boot/dts/bcm953012hr.dts | |
parent | d6661da842bbeec2082b7263c9e682792e7951a9 (diff) | |
download | linux-a7996761d1dacbac10c892c16faa90dfe46affcd.tar.xz |
ARM: dts: BCM953012HR: Add ethernet aliases
Adding ethernet aliases. These are used, for example, by bootloaders,
to modify the MAC addresses in the device tree.
Signed-off-by: Steve Lin <steven.lin1@broadcom.com>
Acked-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm953012hr.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm953012hr.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm953012hr.dts b/arch/arm/boot/dts/bcm953012hr.dts index 85f9b0b872ac..766aa711d54b 100644 --- a/arch/arm/boot/dts/bcm953012hr.dts +++ b/arch/arm/boot/dts/bcm953012hr.dts @@ -41,6 +41,9 @@ aliases { serial0 = &uart0; + ethernet0 = &gmac0; + ethernet1 = &gmac1; + ethernet2 = &gmac2; }; chosen { |