-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BCM270X_DT: Add SMSC ethernet controller to DT
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
1 parent
bfd3cca
commit b58e9d6
Showing
4 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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+"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters