Skip to content

Commit 8d15aa4

Browse files
committed
dt-bindings: display: Add a property to deal with WiFi coexistence
The RaspberryPi4 has both a WiFi chip and HDMI outputs capable of doing 4k. Unfortunately, the 1440p resolution at 60Hz has a TMDS rate on the HDMI cable right in the middle of the first Wifi channel. Add a property to our HDMI controller, that could be reused by other similar HDMI controllers, to allow the OS to take whatever measure is necessary to avoid that crosstalk. Signed-off-by: Maxime Ripard <maxime@cerno.tech> Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20201029134018.1948636-1-maxime@cerno.tech
1 parent b5dbc4d commit 8d15aa4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ properties:
7676
resets:
7777
maxItems: 1
7878

79+
wifi-2.4ghz-coexistence:
80+
type: boolean
81+
description: >
82+
Should the pixel frequencies in the WiFi frequencies range be
83+
avoided?
84+
7985
required:
8086
- compatible
8187
- reg

0 commit comments

Comments
 (0)