Skip to content

Commit 09fcebd

Browse files
derpeterhexameron
authored and
hexameron
committed
This commit adds support for RP3-B-Plus in in arch arm64 (raspberrypi#2464)
1 parent 531c818 commit 09fcebd

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 @@ endif
88
dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb
99
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-3-b.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
@@ -479,6 +479,7 @@ CONFIG_USB_NET_SR9700=m
479479
CONFIG_USB_NET_SR9800=m
480480
CONFIG_USB_NET_SMSC75XX=m
481481
CONFIG_USB_NET_SMSC95XX=y
482+
CONFIG_USB_LAN78XX=y
482483
CONFIG_USB_NET_GL620A=m
483484
CONFIG_USB_NET_NET1080=m
484485
CONFIG_USB_NET_PLUSB=m

0 commit comments

Comments
 (0)