Skip to content

Commit c617b96

Browse files
derpeterpopcornmix
authored andcommitted
This commit adds support for RP3-B-Plus in in arch arm64 (#2464)
1 parent 322bd28 commit c617b96

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
@@ -2,6 +2,7 @@
22
dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb
33
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-3-b.dtb
44
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb
5+
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b-plus.dtb
56

67
subdir-y += northstar2
78
subdir-y += stingray
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)