Skip to content

Commit

Permalink
devicetree: add RPi CM3 dts to arm64; mimic the RPi 3B arm64 dts impl…
Browse files Browse the repository at this point in the history
…ementation, by referring to the actual dts file in the arm directory
  • Loading branch information
Steve Pavao authored and popcornmix committed Nov 13, 2018
1 parent d213045 commit 598f344
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/broadcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-3-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b-plus.dtb
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-cm3.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-cm3.dtb

subdir-y += northstar2
subdir-y += stingray
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/broadcom/bcm2710-rpi-cm3.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#define RPI364

#include "../../../../arm/boot/dts/bcm2710-rpi-cm3.dts"

0 comments on commit 598f344

Please sign in to comment.