mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-09-21 02:59:23 +00:00
Removed the following patches because they were upstreamed: bcm27xx/patches-5.15/950-0020-drm-probe-helper-Create-a-HPD-IRQ-event-helper-for-a.patch [0] bcm47xx/patches-5.15/701-bgmac-reduce-max-frame-size-to-support-just-MTU-1500.patch [1] bcm53xx/patches-5.15/700-bgmac-reduce-max-frame-size-to-support-just-MTU-1500.patch [1] Manually adapted the following patches: bcm27xx/patches-5.15/950-0151-usb-add-plumbing-for-updating-interrupt-endpoint-int.patch bcm27xx/patches-5.15/950-0600-xhci-quirks-add-link-TRB-quirk-for-VL805.patch [0]: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.15.y&id=5211d75e2cb75cb129602247e79058f26afb4104 [1]: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.15.y&id=3ce32a9fb1d210f1e8384ebbfc336b64d3c131bd Link: https://github.com/openwrt/openwrt/pull/18012 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
27 lines
877 B
Diff
27 lines
877 B
Diff
From 8c0e1c141dfba089992f63b5d58218240d009ad7 Mon Sep 17 00:00:00 2001
|
|
From: Maxime Ripard <maxime@cerno.tech>
|
|
Date: Mon, 11 Jan 2021 15:23:07 +0100
|
|
Subject: [PATCH] dt-binding: display: bcm2711-hdmi: Add CEC and
|
|
hotplug interrupts
|
|
|
|
The CEC and hotplug interrupts were missing when that binding was
|
|
introduced, let's add them in now that we've figured out how it works.
|
|
|
|
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|
Acked-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
.../devicetree/bindings/display/brcm,bcm2711-hdmi.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml
|
|
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml
|
|
@@ -108,7 +108,7 @@ required:
|
|
- resets
|
|
- ddc
|
|
|
|
-additionalProperties: false
|
|
+unevaluatedProperties: false
|
|
|
|
examples:
|
|
- |
|