Re: [PATCH] usb: typec: mux: intel: Fix DP_HPD_LVL bit field

2020-05-10 Thread Benson Leung
Hi Prashant, On Sun, May 10, 2020 at 01:31:43PM -0700, Prashant Malani wrote: > According to the PMC Type C Subsystem (TCSS) Mux programming guide rev > 0.6, the PMC HPD request LVL bit field is bit 5. > Fix the definition here to match the programming guide. > > Since this bit field is

[PATCH] usb: typec: mux: intel: Fix DP_HPD_LVL bit field

2020-05-10 Thread Prashant Malani
According to the PMC Type C Subsystem (TCSS) Mux programming guide rev 0.6, the PMC HPD request LVL bit field is bit 5. Fix the definition here to match the programming guide. Since this bit field is changing, explicitly define a field for the HPD_HIGH mode data bit. Signed-off-by: Prashant