diff options
| -rw-r--r-- | recipes-kernel/linux/files/0002-Rename-Pi-Zero-W-device-tree.patch | 34 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.14.bb | 1 |
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 @@ | |||
| 1 | From 9f1b0a3a19d1fd4cc48aa6b7ebe88933278cc69a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Barker <paul@betafive.co.uk> | ||
| 3 | Date: Thu, 25 Jul 2019 21:14:36 +0100 | ||
| 4 | Subject: [PATCH] Rename Pi Zero W device tree | ||
| 5 | |||
| 6 | Upstream-status: Backport (6f91b5dbfdb62a434571a73f2dc15181963e3bea, | ||
| 7 | file rename only) | ||
| 8 | Signed-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 | |||
| 15 | diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile | ||
| 16 | index 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 \ | ||
| 28 | diff --git a/arch/arm/boot/dts/bcm2708-rpi-0-w.dts b/arch/arm/boot/dts/bcm2708-rpi-zero-w.dts | ||
| 29 | similarity index 100% | ||
| 30 | rename from arch/arm/boot/dts/bcm2708-rpi-0-w.dts | ||
| 31 | rename to arch/arm/boot/dts/bcm2708-rpi-zero-w.dts | ||
| 32 | -- | ||
| 33 | 2.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" | |||
| 4 | SRC_URI = " \ | 4 | SRC_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 | ||
| 9 | require linux-raspberrypi.inc | 10 | require linux-raspberrypi.inc |
