Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18154697 authored by Meng Wang's avatar Meng Wang
Browse files

dt-bindings: soc: qcom: Add dt-bindings for FSA4480 I2C device



This is a snapshot of driver support for FSA4480 I2C device as of
msm-4.14 commit '96e8162852225049d0a6afcc57dd49c48b8bf170'(Add
driver for FSA4480 I2C device).

Change-Id: I0afb4d49b4b514dda5a95a1f9b171eadc2975a0e
Signed-off-by: default avatarMeng Wang <mengw@codeaurora.org>
parent daa4379b
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc.

Fairchild FSA4480 Device

This device is used for switching orientation of USB-C analog
and for display. It uses I2C communication to set the registers
to configure the switches inside the FSA4480 chip to change
orientation and also to set SBU1/SBU2 connections of USB-C.

Required properties:
 - compatible:          Should be "qcom,fsa4480-i2c".
 - reg:                 I2C device address of the device

Example:
	fsa4480: fsa4480@43 {
		compatible = "qcom,fsa4480-i2c";
		reg = <0x43>;
	};