diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-10-29 09:55:23 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2018-11-05 12:37:41 -0800 |
commit | f60d405a870f9c194a6e3001612d9e8556493440 (patch) | |
tree | 3eefadacdbd3fc9f10850764f73ec706d77b03a3 /arch/arm/boot/dts/bcm958625hr.dts | |
parent | ca3a6e705cad10662827093d5426abe078861793 (diff) | |
download | blackbird-obmc-linux-f60d405a870f9c194a6e3001612d9e8556493440.tar.gz blackbird-obmc-linux-f60d405a870f9c194a6e3001612d9e8556493440.zip |
ARM: dts: NSP: Move aliases to bcm-nsp.dtsi
All boards replicate the aliases node, move the aliases node to
bcm-nsp.dtsi and add all the serial and ethernet ports such that a boot
program like u-boot can populate MAC addresses accordingly.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958625hr.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958625hr.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/bcm958625hr.dts b/arch/arm/boot/dts/bcm958625hr.dts index a53a2f629d74..cf226b02141f 100644 --- a/arch/arm/boot/dts/bcm958625hr.dts +++ b/arch/arm/boot/dts/bcm958625hr.dts @@ -39,10 +39,6 @@ model = "NorthStar Plus SVK (BCM958625HR)"; compatible = "brcm,bcm58625", "brcm,nsp"; - aliases { - serial0 = &uart0; - }; - chosen { stdout-path = "serial0:115200n8"; }; |