Re: [U-Boot] [PATCH v1] x86: tangier: Add initial ACPI support for PMIC device

2019-02-11 Thread Bin Meng
On Tue, Feb 12, 2019 at 2:18 PM Bin Meng wrote: > > On Tue, Feb 5, 2019 at 7:07 PM Andy Shevchenko > wrote: > > > > Basin Cove PMIC is connected to I2C0 bus which is hidden from the OS > > and access is going via SCU device, enumerated via PCI. > > > > For now, we add just a minimum support of

Re: [U-Boot] [PATCH v1] x86: tangier: Add initial ACPI support for PMIC device

2019-02-11 Thread Bin Meng
On Tue, Feb 5, 2019 at 7:07 PM Andy Shevchenko wrote: > > Basin Cove PMIC is connected to I2C0 bus which is hidden from the OS > and access is going via SCU device, enumerated via PCI. > > For now, we add just a minimum support of PMIC device to allow enabling, > e.g. USB OTG, in the OS. > >

[U-Boot] [PATCH v1] x86: tangier: Add initial ACPI support for PMIC device

2019-02-05 Thread Andy Shevchenko
Basin Cove PMIC is connected to I2C0 bus which is hidden from the OS and access is going via SCU device, enumerated via PCI. For now, we add just a minimum support of PMIC device to allow enabling, e.g. USB OTG, in the OS. Signed-off-by: Andy Shevchenko ---