Skip to content

Commit 3a157c4

Browse files
derpeterpelwell
authored andcommitted
This commit adds support for RP3-B-Plus in in arch arm64 (#2464)
1 parent be97feb commit 3a157c4

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

arch/arm64/boot/dts/broadcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb
88
dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-svk.dtb
99
dtb-$(CONFIG_ARCH_VULCAN) += vulcan-eval.dtb
1010
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb
11+
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b-plus.dtb
1112

1213
dts-dirs += ../overlays
1314

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#define RPI364
2+
3+
#include "../../../../arm/boot/dts/bcm2710-rpi-3-b-plus.dts"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../arm/boot/dts/bcm283x-rpi-lan7515.dtsi

arch/arm64/configs/bcmrpi3_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ CONFIG_USB_NET_SR9700=m
482482
CONFIG_USB_NET_SR9800=m
483483
CONFIG_USB_NET_SMSC75XX=m
484484
CONFIG_USB_NET_SMSC95XX=y
485+
CONFIG_USB_LAN78XX=y
485486
CONFIG_USB_NET_GL620A=m
486487
CONFIG_USB_NET_NET1080=m
487488
CONFIG_USB_NET_PLUSB=m

0 commit comments

Comments
 (0)