[PATCH 1/3] dt-bindings: imx6q-pcie: Handle various clock configurations

Marek Vasut marex at denx.de
Thu Nov 3 09:07:47 PDT 2022


On 11/3/22 04:24, Rob Herring wrote:
> 
> On Wed, 02 Nov 2022 22:57:27 +0100, Marek Vasut wrote:
>> The i.MX SoCs have various clock configurations routed into the PCIe IP,
>> the list of clock is below. Document all those configurations in the DT
>> binding document.
>>
>> All SoCs: pcie, pcie_bus
>> 6QDL, 7D: + pcie_phy
>> 6SX:      + pcie_phy          pcie_inbound_axi
>> 8MQ:      + pcie_phy pcie_aux
>> 8MM, 8MP: +          pcie_aux
>>
>> Signed-off-by: Marek Vasut <marex at denx.de>
>> ---
>> Cc: Fabio Estevam <festevam at gmail.com>
>> Cc: Lucas Stach <l.stach at pengutronix.de>
>> Cc: Richard Zhu <hongxing.zhu at nxp.com>
>> Cc: Rob Herring <robh+dt at kernel.org>
>> Cc: Shawn Guo <shawnguo at kernel.org>
>> Cc: linux-arm-kernel at lists.infradead.org
>> Cc: NXP Linux Team <linux-imx at nxp.com>
>> To: devicetree at vger.kernel.org
>> ---
>>   .../bindings/pci/fsl,imx6q-pcie.yaml          | 74 +++++++++++++++++--
>>   1 file changed, 69 insertions(+), 5 deletions(-)
>>
> 
> Running 'make dtbs_check' with the schema in this patch gives the
> following warnings. Consider if they are expected or the schema is
> incorrect. These may not be new warnings.
> 
> Note that it is not yet a requirement to have 0 warnings for dtbs_check.
> This will change in the future.
> 
> Full log is available here: https://patchwork.ozlabs.org/patch/
> 
> 
> pcie at 1ffc000: Unevaluated properties are not allowed ('disable-gpio' was unexpected)
> 	arch/arm/boot/dts/imx6dl-emcon-avari.dtb
> 	arch/arm/boot/dts/imx6q-emcon-avari.dtb

This part is unrelated to this patch.

> pcie at 33800000: clock-names:1: 'pcie_bus' was expected
> 	arch/arm64/boot/dts/freescale/imx8mm-beacon-kit.dtb

This and all the clock related goop should be solved by this series:

[PATCH 1/3] arm64: dts: imx8mm: Deduplicate PCIe clock-names property

Once that lands, this could land too without any errors anymore.

[...]




More information about the linux-arm-kernel mailing list