Re: [PATCH u-boot-pci] pci: iproc: Set all 24 bits of PCI class code

2022-01-25 Thread Tom Rini
On Wed, Jan 05, 2022 at 10:50:20AM +0100, Pali Rohár wrote: > Register 0x43c in its low 24 bits contains PCI class code. > > Update code to set all 24 bits of PCI class code and not only upper 16 bits > of PCI class code. > > Use standard U-Boot macro (PCI_CLASS_BRIDGE_PCI << 8) for

Re: [PATCH u-boot-pci] pci: iproc: Set all 24 bits of PCI class code

2022-01-05 Thread Roman Bacik
On Wed, Jan 5, 2022 at 1:50 AM Pali Rohár wrote: > > Register 0x43c in its low 24 bits contains PCI class code. > > Update code to set all 24 bits of PCI class code and not only upper 16 bits > of PCI class code. > > Use standard U-Boot macro (PCI_CLASS_BRIDGE_PCI << 8) for constructing all >

[PATCH u-boot-pci] pci: iproc: Set all 24 bits of PCI class code

2022-01-05 Thread Pali Rohár
Register 0x43c in its low 24 bits contains PCI class code. Update code to set all 24 bits of PCI class code and not only upper 16 bits of PCI class code. Use standard U-Boot macro (PCI_CLASS_BRIDGE_PCI << 8) for constructing all 24-bits of PCI class for PCI bridge Normal decode. Signed-off-by: