On Fri, 09 Apr 2021 18:19:50 +0200, Dafna Hirschfeld wrote: > ChromeOS EC ANX7688 is a display bridge that converts HDMI 2.0 to > DisplayPort 1.3 Ultra-HDi (4096x2160p60). It is an Analogix ANX7688 chip > which is connected to and operated by the ChromeOS Embedded Controller > (See google,cros-ec.yaml). It is accessed using I2C tunneling through > the EC and therefore its node should be a child of an EC I2C tunnel node > (See google,cros-ec-i2c-tunnel.yaml). > > ChromOS EC ANX7688 is found on Acer Chromebook R13 (elm) > > Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@xxxxxxxxxxxxx> > --- > .../bridge/google,cros-ec-anx7688.yaml | 82 +++++++++++++++++++ > 1 file changed, 82 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/bridge/google,cros-ec-anx7688.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>