On 2022/03/30 14:23, Kunihiko Hayashi wrote:
UniPhier PCIe host controller doesn't use "snps,dw-pcie" compatible, so this is no longer needed. Remove the compatible string from the pcie node to fix the following warning. uniphier-ld20-akebi96.dtb: pcie@66000000: compatible: ['socionext,uniphier-pcie', 'snps,dw-pcie'] is too long From schema: Documentation/devicetree/bindings/pci/socionext,uniphier-pcie.yaml Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx> --- arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 2 +- arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
This patch 2 is for the devicetree and patch 1 has already been merged, so I'll post it as a new patch series along with other devicetree patches. Thank you, --- Best Regards Kunihiko Hayashi