Re: [U-Boot] [PATCH 04/33] dm: syscon: Don't require a regmap for PCI devices

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present it is not possible to use the syscon devices for PCI devices > since a regmap is required. Since PCI uses a 3-cell address the conversion > of the 'reg' property to an address always fails. In any case, the regmap > is not useful

[U-Boot] [PATCH 04/33] dm: syscon: Don't require a regmap for PCI devices

2019-01-21 Thread Simon Glass
At present it is not possible to use the syscon devices for PCI devices since a regmap is required. Since PCI uses a 3-cell address the conversion of the 'reg' property to an address always fails. In any case, the regmap is not useful with PCI since devices are accessed through the PCI bus which