]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
BCM270X_DT: Add SMSC ethernet controller to DT
authorPhil Elwell <phil@raspberrypi.org>
Fri, 17 Feb 2017 09:47:11 +0000 (09:47 +0000)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 8 Aug 2017 12:51:58 +0000 (14:51 +0200)
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 <phil@raspberrypi.org>
arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
arch/arm/boot/dts/bcm2708-rpi-b.dts
arch/arm/boot/dts/bcm2709-rpi-2-b.dts
arch/arm/boot/dts/bcm2710-rpi-3-b.dts

index 360da5c928dc5599b0d2a9055728087604c6b189..0b66ac9f25a5f7ae51f3d0666cfcb908f85e1d24 100644 (file)
@@ -1,6 +1,7 @@
 /dts-v1/;
 
 #include "bcm2708.dtsi"
+#include "bcm283x-rpi-smsc9514.dtsi"
 
 / {
        model = "Raspberry Pi Model B+";
index 9c49659ab246bce0656f3514f3b924bc4826b421..e99e9d999e4142060c41eb47b93c8ac70a30f384 100644 (file)
@@ -1,6 +1,7 @@
 /dts-v1/;
 
 #include "bcm2708.dtsi"
+#include "bcm283x-rpi-smsc9512.dtsi"
 
 / {
        model = "Raspberry Pi Model B";
index 19c83823420fc3cc20a01d07091100cb8720ff4d..20674f250af922e9f9a43e3e8b13aee42e3930be 100644 (file)
@@ -1,6 +1,7 @@
 /dts-v1/;
 
 #include "bcm2709.dtsi"
+#include "bcm283x-rpi-smsc9514.dtsi"
 
 / {
        model = "Raspberry Pi 2 Model B";
index 12764a3495b2372ffaf47e32ea0d21326ca83686..2a5b512d3e1acb17c6a40bf9d370f22279c4d552 100644 (file)
@@ -5,6 +5,7 @@
 #endif
 
 #include "bcm2710.dtsi"
+#include "bcm283x-rpi-smsc9514.dtsi"
 
 / {
        model = "Raspberry Pi 3 Model B";