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


Groups > linux.kernel > #1411607 > unrolled thread

[PATCH 04/32] dt-bindings: Add root properties for Raspberry Pi 3

Started byGerd Hoffmann <kraxel@redhat.com>
First post2016-06-02 00:00 +0200
Last post2016-06-02 00:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 04/32] dt-bindings: Add root properties for Raspberry Pi 3 Gerd Hoffmann <kraxel@redhat.com> - 2016-06-02 00:00 +0200

#1411607 — [PATCH 04/32] dt-bindings: Add root properties for Raspberry Pi 3

FromGerd Hoffmann <kraxel@redhat.com>
Date2016-06-02 00:00 +0200
Subject[PATCH 04/32] dt-bindings: Add root properties for Raspberry Pi 3
Message-ID<rFmld-5Hs-47@gated-at.bofh.it>
From: Eric Anholt <eric@anholt.net>

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
index 11d3056..6ffe087 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
@@ -30,6 +30,10 @@ Raspberry Pi 2 Model B
 Required root node properties:
 compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
 
+Raspberry Pi 3 Model B
+Required root node properties:
+compatible = "raspberrypi,3-model-b", "brcm,bcm2837";
+
 Raspberry Pi Compute Module
 Required root node properties:
 compatible = "raspberrypi,compute-module", "brcm,bcm2835";
-- 
1.8.3.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web