Skip to content

Commit

Permalink
BCM270X_DT: Add SMSC ethernet controller to DT
Browse files Browse the repository at this point in the history
With an ethernet node in the DT, a suitable firmware can populate the
local-mac-address property, removing the need for a downstream patch
to the driver to read its MAC address from a module parameter.

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
Phil Elwell authored and popcornmix committed Feb 20, 2017
1 parent bfd3cca commit b58e9d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/dts-v1/;

#include "bcm2708.dtsi"
#include "bcm283x-rpi-smsc9514.dtsi"

/ {
model = "Raspberry Pi Model B+";
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm2708-rpi-b.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/dts-v1/;

#include "bcm2708.dtsi"
#include "bcm283x-rpi-smsc9512.dtsi"

/ {
model = "Raspberry Pi Model B";
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm2709-rpi-2-b.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/dts-v1/;

#include "bcm2709.dtsi"
#include "bcm283x-rpi-smsc9514.dtsi"

/ {
model = "Raspberry Pi 2 Model B";
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm2710-rpi-3-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#endif

#include "bcm2710.dtsi"
#include "bcm283x-rpi-smsc9514.dtsi"

/ {
model = "Raspberry Pi 3 Model B";
Expand Down

0 comments on commit b58e9d6

Please sign in to comment.