mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: layerscape: remove undocumented fsl,ls-pcie-ep
Remove undocumented compatible string fsl,ls-pcie-ep to fix below
CHECK_DTBS warning.
arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dtb: pcie_ep@3400000: compatible: ['fsl,ls1046a-pcie-ep', 'fsl,ls-pcie-ep'] is too long
from schema $id: http://devicetree.org/schemas/pci/fsl,layerscape-pcie-ep.yaml
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
f79fbf356d
commit
d8a01abb82
|
|
@ -820,7 +820,7 @@ pcie1: pcie@3400000 {
|
|||
};
|
||||
|
||||
pcie_ep1: pcie_ep@3400000 {
|
||||
compatible = "fsl,ls1046a-pcie-ep","fsl,ls-pcie-ep";
|
||||
compatible = "fsl,ls1046a-pcie-ep";
|
||||
reg = <0x00 0x03400000 0x0 0x00100000>,
|
||||
<0x40 0x00000000 0x8 0x00000000>;
|
||||
reg-names = "regs", "addr_space";
|
||||
|
|
@ -859,7 +859,7 @@ pcie2: pcie@3500000 {
|
|||
};
|
||||
|
||||
pcie_ep2: pcie_ep@3500000 {
|
||||
compatible = "fsl,ls1046a-pcie-ep","fsl,ls-pcie-ep";
|
||||
compatible = "fsl,ls1046a-pcie-ep";
|
||||
reg = <0x00 0x03500000 0x0 0x00100000>,
|
||||
<0x48 0x00000000 0x8 0x00000000>;
|
||||
reg-names = "regs", "addr_space";
|
||||
|
|
@ -898,7 +898,7 @@ pcie3: pcie@3600000 {
|
|||
};
|
||||
|
||||
pcie_ep3: pcie_ep@3600000 {
|
||||
compatible = "fsl,ls1046a-pcie-ep", "fsl,ls-pcie-ep";
|
||||
compatible = "fsl,ls1046a-pcie-ep";
|
||||
reg = <0x00 0x03600000 0x0 0x00100000>,
|
||||
<0x50 0x00000000 0x8 0x00000000>;
|
||||
reg-names = "regs", "addr_space";
|
||||
|
|
|
|||
|
|
@ -588,7 +588,7 @@ pcie1: pcie@3400000 {
|
|||
};
|
||||
|
||||
pcie_ep1: pcie-ep@3400000 {
|
||||
compatible = "fsl,ls1088a-pcie-ep", "fsl,ls-pcie-ep";
|
||||
compatible = "fsl,ls1088a-pcie-ep";
|
||||
reg = <0x00 0x03400000 0x0 0x00100000>,
|
||||
<0x20 0x00000000 0x8 0x00000000>;
|
||||
reg-names = "regs", "addr_space";
|
||||
|
|
@ -627,7 +627,7 @@ pcie2: pcie@3500000 {
|
|||
};
|
||||
|
||||
pcie_ep2: pcie-ep@3500000 {
|
||||
compatible = "fsl,ls1088a-pcie-ep", "fsl,ls-pcie-ep";
|
||||
compatible = "fsl,ls1088a-pcie-ep";
|
||||
reg = <0x00 0x03500000 0x0 0x00100000>,
|
||||
<0x28 0x00000000 0x8 0x00000000>;
|
||||
reg-names = "regs", "addr_space";
|
||||
|
|
@ -665,7 +665,7 @@ pcie3: pcie@3600000 {
|
|||
};
|
||||
|
||||
pcie_ep3: pcie-ep@3600000 {
|
||||
compatible = "fsl,ls1088a-pcie-ep", "fsl,ls-pcie-ep";
|
||||
compatible = "fsl,ls1088a-pcie-ep";
|
||||
reg = <0x00 0x03600000 0x0 0x00100000>,
|
||||
<0x30 0x00000000 0x8 0x00000000>;
|
||||
reg-names = "regs", "addr_space";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user