mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
0171157d45
The patches were generated from the RPi repo with the following command: git format-patch v6.6.44..rpi-6.6.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From 3c319a466a1c718f66c471a9d5ec60de6de44612 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Fri, 2 Aug 2024 10:41:28 +0100
|
|
Subject: [PATCH 1207/1215] dtoverlays: Document display_[width|height] on
|
|
hd44780-lcd overlay
|
|
|
|
The default values defining a 16x2 display weren't documented,
|
|
so add them.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -1752,9 +1752,9 @@ Params: pin_d4 GPIO pin
|
|
pin_bl Optional pin for enabling/disabling the
|
|
display backlight. (default disabled)
|
|
|
|
- display_height Height of the display in characters
|
|
+ display_height Height of the display in characters (default 2)
|
|
|
|
- display_width Width of the display in characters
|
|
+ display_width Width of the display in characters (default 16)
|
|
|
|
|
|
Name: hdmi-backlight-hwhack-gpio
|