diff options
author | John Crispin <john@openwrt.org> | 2015-10-26 09:01:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-26 09:01:05 +0000 |
commit | bf28fb50bf705fdd12f749c57abce1796b8c1024 (patch) | |
tree | ea7c899e5461e9a403c8f17543cbe66f89ba2925 /target/linux/brcm2708/patches-4.1/0162-BCM270X_DT-README-add-note-on-indentation.patch | |
parent | 63a50eeba30cb773e7abbd71c5e0727171ea740a (diff) | |
download | upstream-bf28fb50bf705fdd12f749c57abce1796b8c1024.tar.gz upstream-bf28fb50bf705fdd12f749c57abce1796b8c1024.tar.bz2 upstream-bf28fb50bf705fdd12f749c57abce1796b8c1024.zip |
brcm2708: update 4.1 patches
As usual, this patches were taken (and rebased) from
https://github.com/raspberrypi/linux/commits/rpi-4.1.y
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47258
Diffstat (limited to 'target/linux/brcm2708/patches-4.1/0162-BCM270X_DT-README-add-note-on-indentation.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.1/0162-BCM270X_DT-README-add-note-on-indentation.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.1/0162-BCM270X_DT-README-add-note-on-indentation.patch b/target/linux/brcm2708/patches-4.1/0162-BCM270X_DT-README-add-note-on-indentation.patch new file mode 100644 index 0000000000..8e0578c42d --- /dev/null +++ b/target/linux/brcm2708/patches-4.1/0162-BCM270X_DT-README-add-note-on-indentation.patch @@ -0,0 +1,22 @@ +From 27932f3c0031925c59b6f6787dbe8c4b379bbb11 Mon Sep 17 00:00:00 2001 +From: Phil Elwell <phil@raspberrypi.org> +Date: Wed, 19 Aug 2015 11:38:10 +0100 +Subject: [PATCH 162/203] BCM270X_DT: README - add note on indentation + +--- + arch/arm/boot/dts/overlays/README | 4 ++++ + 1 file changed, 4 insertions(+) + +--- a/arch/arm/boot/dts/overlays/README ++++ b/arch/arm/boot/dts/overlays/README +@@ -74,6 +74,10 @@ behaviour. See the list of overlays belo + The Overlay and Parameter Reference + =================================== + ++N.B. When editing this file, please preserve the indentation levels to make it simple to parse ++programmatically. NO HARD TABS. ++ ++ + Name: <The base DTB> + Info: Configures the base Raspberry Pi hardware + Load: <loaded automatically> |