summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/patches/linux-4.4/0003-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch
diff options
context:
space:
mode:
authorAlexander Aring <aar@pengutronix.de>2016-01-25 22:00:32 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-06-06 20:39:04 +0200
commitad1b49dc80baebc51a7a04c5b07b7b1ae983bf73 (patch)
tree756aab6a0bb3f74a4b875bc9e0477bc9445ac75e /configs/platform-rpi/patches/linux-4.4/0003-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch
parentb506b0058fabee97c3507205464de9aad620214c (diff)
downloadDistroKit-ad1b49dc80baebc51a7a04c5b07b7b1ae983bf73.tar.gz
DistroKit-ad1b49dc80baebc51a7a04c5b07b7b1ae983bf73.tar.xz
config: initial import rpi
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi/patches/linux-4.4/0003-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch')
-rw-r--r--configs/platform-rpi/patches/linux-4.4/0003-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/configs/platform-rpi/patches/linux-4.4/0003-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch b/configs/platform-rpi/patches/linux-4.4/0003-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch
new file mode 100644
index 0000000..062781e
--- /dev/null
+++ b/configs/platform-rpi/patches/linux-4.4/0003-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch
@@ -0,0 +1,25 @@
+From: Eric Anholt <eric@anholt.net>
+Date: Tue, 21 Apr 2015 09:42:21 -0700
+Subject: [PATCH] dt-bindings: Add root properties for Raspberry Pi 2
+
+Signed-off-by: Eric Anholt <eric@anholt.net>
+Signed-off-by: Alexander Aring <alex.aring@gmail.com>
+---
+ 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 c78576bb7729..11d3056dc2bd 100644
+--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
++++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
+@@ -26,6 +26,10 @@ Raspberry Pi Model B+
+ Required root node properties:
+ compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
+
++Raspberry Pi 2 Model B
++Required root node properties:
++compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
++
+ Raspberry Pi Compute Module
+ Required root node properties:
+ compatible = "raspberrypi,compute-module", "brcm,bcm2835";