soc/intel/tigerlake: Make PCH_DEV_UART3 macro definition proper
This patch makes PCH_DEV_UART3 macro referring to _PCH_DEV() rather calling _PCH_DEVFN(). Change-Id: I7bc060c3c5f1e0a0fed194704b4940db73f46985 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39673 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
dbcb0ce5e9
commit
96cf680c3d
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
#define PCH_DEV_SLOT_SIO1 0x11
|
#define PCH_DEV_SLOT_SIO1 0x11
|
||||||
#define PCH_DEVFN_UART3 _PCH_DEVFN(SIO1, 0)
|
#define PCH_DEVFN_UART3 _PCH_DEVFN(SIO1, 0)
|
||||||
#define PCH_DEV_UART3 _PCH_DEVFN(SIO1, 0)
|
#define PCH_DEV_UART3 _PCH_DEV(SIO1, 0)
|
||||||
|
|
||||||
#define PCH_DEV_SLOT_ISH 0x12
|
#define PCH_DEV_SLOT_ISH 0x12
|
||||||
#define PCH_DEVFN_ISH _PCH_DEVFN(ISH, 0)
|
#define PCH_DEVFN_ISH _PCH_DEVFN(ISH, 0)
|
||||||
|
|
Loading…
Reference in New Issue