Home
last modified time | relevance | path

Searched hist:"1 de20644c4127db48ab408b0070d63d6b14c5caf" (Results 1 – 1 of 1) sorted by relevance

/linux/Documentation/devicetree/bindings/i2c/
H A Dbrcm,brcmstb-i2c.yamldiff 1de20644c4127db48ab408b0070d63d6b14c5caf Mon Feb 24 10:06:04 CET 2020 Maxime Ripard <maxime@cerno.tech> dt-bindings: i2c: brcmstb: Add BCM2711 BSC/AUTO-I2C binding

The HDMI blocks in the BCM2771 have an i2c controller to retrieve the
EDID. This block is split into two parts, the BSC and the AUTO_I2C,
lying in two separate register areas.

The AUTO_I2C block has a mailbox-like interface and will take away the
BSC control from the CPU if enabled. However, the BSC is the actually
the same controller than the one supported by the brcmstb driver, and
the AUTO_I2C doesn't really bring any immediate benefit.

We can model it in the DT as a single device with two register range,
which will allow us to use or or the other in the driver without
changing anything in the DT.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>