Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1572202

[PATCH V2] Add devicetree for the Raspberry Pi 3, for arm (32)

From Michael Zoran <mzoran@crowfest.net>
Newsgroups linux.kernel
Subject [PATCH V2] Add devicetree for the Raspberry Pi 3, for arm (32)
Date 2017-02-02 10:10 +0100
Message-ID <t6lyW-1O8-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Michael Zoran <mzoran@crowfest.net>
---
 arch/arm/boot/dts/Makefile            | 3 ++-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b.dts

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 8bd8878efe7b..72ba524df912 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -72,7 +72,8 @@ dtb-$(CONFIG_ARCH_BCM2835) += \
 	bcm2835-rpi-b-plus.dtb \
 	bcm2835-rpi-a-plus.dtb \
 	bcm2836-rpi-2-b.dtb \
-	bcm2835-rpi-zero.dtb
+	bcm2835-rpi-zero.dtb \
+	bcm2837-rpi-3-b.dtb
 dtb-$(CONFIG_ARCH_BCM_5301X) += \
 	bcm4708-asus-rt-ac56u.dtb \
 	bcm4708-asus-rt-ac68u.dtb \
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts
new file mode 100644
index 000000000000..48ad20f83255
--- /dev/null
+++ b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts
@@ -0,0 +1,2 @@
+#include "../../../arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts"
+
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH V2] Add devicetree for the Raspberry Pi 3, for arm (32) Michael Zoran <mzoran@crowfest.net> - 2017-02-02 10:10 +0100
  Re: [PATCH V2] Add devicetree for the Raspberry Pi 3, for arm (32) Eric Anholt <eric@anholt.net> - 2017-02-02 19:10 +0100

csiph-web