Hi, >From the discussion in [1], it looks like reconciling ACPI and DT bindings for these properties to be identical is challenging. Let's drop this patch, and move forward with the Patch 2/2 in this series [2] alone. We'll continue the discussion about how we can add these properties to devicetree bindings in a conformant way. Thanks everyone, -Prashant, [1]: https://lore.kernel.org/lkml/CAL_Jsq+ORkzHchpD0qsH97zDJzXGj3jWy8=orXSVhNQd4kr9Kg@xxxxxxxxxxxxxx/T/#t [2]: https://lkml.org/lkml/2020/5/19/1219 (Trimming text); On Tue, May 19, 2020 at 02:46:02PM -0700, Prashant Malani wrote: > Add properties for mode, orientation and USB data role switches for > Type C connectors. When available, these will allow the Type C connector > class port driver to configure the various switches according to USB PD > information (like orientation, alt mode etc.) provided by the Chrome OS > EC controller. > > Signed-off-by: Prashant Malani <pmalani@xxxxxxxxxxxx> > Acked-by: Benson Leung <bleung@xxxxxxxxxxxx> > --- > > Changes in v3: > - Fixed Acked-by tag typo. > > Changes in v2: > - Added more text to the switch descriptions, explaining their purpose, > and relation to the Type C connector class framework. > > .../bindings/chrome/google,cros-ec-typec.yaml | 40 ++++++++++++++++++- > 1 file changed, 39 insertions(+), 1 deletion(-) >