commit | 135d994ec01739b464c1a6ba88d25484b76b1d8f | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Wed Jan 05 10:50:20 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 24 16:03:27 2022 -0500 |
tree | 8b4cb2674e8482a742a02b6681ce9430ea8bbd3b | |
parent | 7002657949bf5df17cf4ac4b1fa89e9a9c7c2891 [diff] |
pci: iproc: Set all 24 bits of PCI class code 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: Pali Rohár <pali@kernel.org> Acked-by: Roman Bacik <roman.bacik@broadcom.com>