dab5a44067
n As usual these patches were extracted and rebased from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
22 lines
771 B
Diff
22 lines
771 B
Diff
From 862c54a1bf9ea4dd964747946b098e1287c016d4 Mon Sep 17 00:00:00 2001
|
|
From: Georgii Staroselskii <gosha371@gmail.com>
|
|
Date: Wed, 7 Dec 2016 15:10:27 +0300
|
|
Subject: [PATCH] BCM270X_DT: overlays/*-overlay.dtb -> overlays/*.dtbo (#1752)
|
|
|
|
We now create overlays as .dtbo files.
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -61,7 +61,7 @@ this becomes a line in config.txt:
|
|
|
|
dtoverlay=lirc-rpi
|
|
|
|
-This causes the file /boot/overlays/lirc-rpi-overlay.dtb to be loaded. By
|
|
+This causes the file /boot/overlays/lirc-rpi.dtbo to be loaded. By
|
|
default it will use GPIOs 17 (out) and 18 (in), but this can be modified using
|
|
DT parameters:
|
|
|