diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-08-21 10:54:34 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-08-21 19:07:07 +0200 |
commit | 8299d1f057439f94c6a4412e2e5c5082b82a30c9 (patch) | |
tree | 1bf678d61f11f7394493be464c7876e496f7faed /target/linux/bcm27xx/patches-5.10/950-0461-dt-binding-display-bcm2711-hdmi-Add-CEC-and-hotplug-.patch | |
parent | 33b6885975ce376ff075362b7f0890326043111b (diff) | |
download | upstream-8299d1f057439f94c6a4412e2e5c5082b82a30c9.tar.gz upstream-8299d1f057439f94c6a4412e2e5c5082b82a30c9.tar.bz2 upstream-8299d1f057439f94c6a4412e2e5c5082b82a30c9.zip |
bcm27xx: add kernel 5.10 support
Rebased RPi foundation patches on linux 5.10.59, removed applied and reverted
patches, wireless patches and defconfig patches.
bcm2708: boot tested on RPi B+ v1.2
bcm2709: boot tested on RPi 4B v1.1 4G
bcm2711: boot tested on RPi 4B v1.1 4G
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.10/950-0461-dt-binding-display-bcm2711-hdmi-Add-CEC-and-hotplug-.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.10/950-0461-dt-binding-display-bcm2711-hdmi-Add-CEC-and-hotplug-.patch | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0461-dt-binding-display-bcm2711-hdmi-Add-CEC-and-hotplug-.patch b/target/linux/bcm27xx/patches-5.10/950-0461-dt-binding-display-bcm2711-hdmi-Add-CEC-and-hotplug-.patch new file mode 100644 index 0000000000..dd989dfb9c --- /dev/null +++ b/target/linux/bcm27xx/patches-5.10/950-0461-dt-binding-display-bcm2711-hdmi-Add-CEC-and-hotplug-.patch @@ -0,0 +1,51 @@ +From d08cc5b251941721372910b4f7d0fdafced25d45 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> +--- + .../bindings/display/brcm,bcm2711-hdmi.yaml | 20 ++++++++++++++++++- + 1 file changed, 19 insertions(+), 1 deletion(-) + +--- a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml ++++ b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml +@@ -53,6 +53,24 @@ properties: + - const: audio + - const: cec + ++ interrupts: ++ items: ++ - description: CEC TX interrupt ++ - description: CEC RX interrupt ++ - description: CEC stuck at low interrupt ++ - description: Wake-up interrupt ++ - description: Hotplug connected interrupt ++ - description: Hotplug removed interrupt ++ ++ interrupt-names: ++ items: ++ - const: cec-tx ++ - const: cec-rx ++ - const: cec-low ++ - const: wakeup ++ - const: hpd-connected ++ - const: hpd-removed ++ + ddc: + allOf: + - $ref: /schemas/types.yaml#/definitions/phandle +@@ -90,7 +108,7 @@ required: + - resets + - ddc + +-additionalProperties: false ++unevaluatedProperties: false + + examples: + - | |