mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
77e97abf12
Also removes random module and switches to new bcm2711 thermal driver. Boot tested on RPi 4B v1.1 4G. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From 26613c79b74224154703d75c4f2d2aa120cc2e84 Mon Sep 17 00:00:00 2001
|
|
From: Maxime Ripard <maxime@cerno.tech>
|
|
Date: Thu, 13 Feb 2020 17:07:02 +0100
|
|
Subject: [PATCH] dt-bindings: display: vc4: pv: Add BCM2711 pixel
|
|
valves
|
|
|
|
The BCM2711 comes with other pixelvalves that have different requirements
|
|
and capabilities. Let's document their compatible.
|
|
|
|
Cc: devicetree@vger.kernel.org
|
|
Reviewed-by: Rob Herring <robh+dt@kernel.org>
|
|
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|
---
|
|
.../bindings/display/brcm,bcm2835-pixelvalve0.yaml | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml
|
|
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml
|
|
@@ -15,6 +15,11 @@ properties:
|
|
- brcm,bcm2835-pixelvalve0
|
|
- brcm,bcm2835-pixelvalve1
|
|
- brcm,bcm2835-pixelvalve2
|
|
+ - brcm,bcm2711-pixelvalve0
|
|
+ - brcm,bcm2711-pixelvalve1
|
|
+ - brcm,bcm2711-pixelvalve2
|
|
+ - brcm,bcm2711-pixelvalve3
|
|
+ - brcm,bcm2711-pixelvalve4
|
|
|
|
reg:
|
|
maxItems: 1
|