summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <paul@betafive.co.uk>2019-07-25 21:20:40 +0100
committerPaul Barker <paul@betafive.co.uk>2019-07-25 21:20:40 +0100
commit580e248b29ce3f669527f93b9f51c75c2c4da4ac (patch)
treea66ac58071b7db9167762c3d42417e65c79fd2c9
parentca13d79422280f2f5e725c559cfe56a96fa93269 (diff)
downloadmeta-raspberrypi-580e248b29ce3f669527f93b9f51c75c2c4da4ac.tar.gz
linux-raspberrypi: Backport device tree rename to 4.14 kernel
Signed-off-by: Paul Barker <paul@betafive.co.uk>
-rw-r--r--recipes-kernel/linux/files/0002-Rename-Pi-Zero-W-device-tree.patch34
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.14.bb1
2 files changed, 35 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/0002-Rename-Pi-Zero-W-device-tree.patch b/recipes-kernel/linux/files/0002-Rename-Pi-Zero-W-device-tree.patch
new file mode 100644
index 0000000..e0cc5ec
--- /dev/null
+++ b/recipes-kernel/linux/files/0002-Rename-Pi-Zero-W-device-tree.patch
@@ -0,0 +1,34 @@
1From 9f1b0a3a19d1fd4cc48aa6b7ebe88933278cc69a Mon Sep 17 00:00:00 2001
2From: Paul Barker <paul@betafive.co.uk>
3Date: Thu, 25 Jul 2019 21:14:36 +0100
4Subject: [PATCH] Rename Pi Zero W device tree
5
6Upstream-status: Backport (6f91b5dbfdb62a434571a73f2dc15181963e3bea,
7 file rename only)
8Signed-off-by: Paul Barker <paul@betafive.co.uk>
9---
10 arch/arm/boot/dts/Makefile | 2 +-
11 .../boot/dts/{bcm2708-rpi-0-w.dts => bcm2708-rpi-zero-w.dts} | 0
12 2 files changed, 1 insertion(+), 1 deletion(-)
13 rename arch/arm/boot/dts/{bcm2708-rpi-0-w.dts => bcm2708-rpi-zero-w.dts} (100%)
14
15diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
16index 37982e8e3a30..b693bd37c472 100644
17--- a/arch/arm/boot/dts/Makefile
18+++ b/arch/arm/boot/dts/Makefile
19@@ -5,7 +5,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += \
20 bcm2708-rpi-b.dtb \
21 bcm2708-rpi-b-plus.dtb \
22 bcm2708-rpi-cm.dtb \
23- bcm2708-rpi-0-w.dtb \
24+ bcm2708-rpi-zero-w.dtb \
25 bcm2709-rpi-2-b.dtb \
26 bcm2710-rpi-3-b.dtb \
27 bcm2710-rpi-3-b-plus.dtb \
28diff --git a/arch/arm/boot/dts/bcm2708-rpi-0-w.dts b/arch/arm/boot/dts/bcm2708-rpi-zero-w.dts
29similarity index 100%
30rename from arch/arm/boot/dts/bcm2708-rpi-0-w.dts
31rename to arch/arm/boot/dts/bcm2708-rpi-zero-w.dts
32--
332.22.0
34
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.14.bb b/recipes-kernel/linux/linux-raspberrypi_4.14.bb
index 6563918..838a551 100644
--- a/recipes-kernel/linux/linux-raspberrypi_4.14.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_4.14.bb
@@ -4,6 +4,7 @@ SRCREV = "6b5c4a2508403839af29ef44059d04acbe0ee204"
4SRC_URI = " \ 4SRC_URI = " \
5 git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y \ 5 git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y \
6 file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ 6 file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \
7 file://0002-Rename-Pi-Zero-W-device-tree.patch \
7 " 8 "
8 9
9require linux-raspberrypi.inc 10require linux-raspberrypi.inc