mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
20ea6adbf1
Build system: x86_64 Build-tested: bcm2708, bcm2709, bcm2710, bcm2711 Run-tested: bcm2708/RPiB+, bcm2709/RPi3B, bcm2710/RPi3B, bcm2711/RPi4B Signed-off-by: Marty Jones <mj8263788@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From 242dda559ca7f40342fb4266c3114e4e1d1d6269 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Wed, 2 Feb 2022 09:11:20 +0000
|
|
Subject: [PATCH] overlays: README: Deprecate vc4-kms-kippah-7inch
|
|
|
|
The vc4-kms-kippah-7inch overlay has been replaced by the container
|
|
overlay vc4-kms-dpi-panel, using the "kippah-7inch" parameter. The
|
|
original overlay has been retained for now to avoid breaking
|
|
existing installations, but that doesn't make it any less deprecated,
|
|
so update the README accordingly.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 6 ++----
|
|
1 file changed, 2 insertions(+), 4 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -3737,10 +3737,8 @@ Params: <None>
|
|
|
|
|
|
Name: vc4-kms-kippah-7inch
|
|
-Info: Enable the Adafruit DPI Kippah with the 7" Ontat panel attached.
|
|
- Requires vc4-kms-v3d to be loaded.
|
|
-Load: dtoverlay=vc4-kms-kippah-7inch
|
|
-Params: <None>
|
|
+Info: This overlay is now deprecated - see vc4-kms-dpi-panel,kippah-7inch
|
|
+Load: <Deprecated>
|
|
|
|
|
|
Name: vc4-kms-v3d
|