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


Groups > linux.kernel > #1350512 > unrolled thread

[PATCH 1/2] dt-bindings: Add root properties for Raspberry Pi 3

Started byEric Anholt <eric@anholt.net>
First post2016-03-04 19:40 +0100
Last post2016-03-17 13:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/2] dt-bindings: Add root properties for Raspberry Pi 3 Eric Anholt <eric@anholt.net> - 2016-03-04 19:40 +0100
    Re: [PATCH 1/2] dt-bindings: Add root properties for Raspberry Pi 3 Rob Herring <robh@kernel.org> - 2016-03-17 13:00 +0100

#1350512 — [PATCH 1/2] dt-bindings: Add root properties for Raspberry Pi 3

FromEric Anholt <eric@anholt.net>
Date2016-03-04 19:40 +0100
Subject[PATCH 1/2] dt-bindings: Add root properties for Raspberry Pi 3
Message-ID<r92NR-2s2-71@gated-at.bofh.it>
Signed-off-by: Eric Anholt <eric@anholt.net>
---
 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";
-- 
2.7.0

[toc] | [next] | [standalone]


#1359777

FromRob Herring <robh@kernel.org>
Date2016-03-17 13:00 +0100
Message-ID<rdEKS-6X2-29@gated-at.bofh.it>
In reply to#1350512
On Fri, Mar 04, 2016 at 10:39:28AM -0800, Eric Anholt wrote:
> Signed-off-by: Eric Anholt <eric@anholt.net>
> ---
>  Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 4 ++++
>  1 file changed, 4 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web