powerpc: fsl_law: Add definition for first PCIe target interface
authorPali Rohár <pali@kernel.org>
Sun, 1 May 2022 15:45:58 +0000 (17:45 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 20 Jun 2022 01:18:26 +0000 (09:18 +0800)
commit02c8fbdb8d41cfa81e2df990da8151ea93bb2f7e
treee221b329001355911829a3541a43ec146760e1f0
parent20fb58fc5a1c83ee0085b2e9f7ecda8b761a5592
powerpc: fsl_law: Add definition for first PCIe target interface

Header file asm/fsl_law.h already provides correct definition for second
and third PCIe controller (LAW_TRGT_IF_PCIE_2 and LAW_TRGT_IF_PCIE_3). But
is missing definition for the first PCIe controller (LAW_TRGT_IF_PCIE_1).

Note that existing definition for LAW_TRGT_IF_PCIE_2 and LAW_TRGT_IF_PCIE_3
are slightly complicated, but are really correct for P2020 platform.

Signed-off-by: Pali Rohár <pali@kernel.org>
arch/powerpc/include/asm/fsl_law.h