[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <47e696ace4cc28566fea88d73d857902434ce48e.camel@mediatek.com>
Date: Tue, 1 Nov 2022 12:06:23 +0000
From: Jianjun Wang (王建军)
<Jianjun.Wang@...iatek.com>
To: "frank-w@...lic-files.de" <frank-w@...lic-files.de>
CC: "linux-mediatek@...ts.infradead.org"
<linux-mediatek@...ts.infradead.org>,
"robh+dt@...nel.org" <robh+dt@...nel.org>,
"linux@...web.de" <linux@...web.de>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"robh@...nel.org" <robh@...nel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"krzysztof.kozlowski+dt@...aro.org"
<krzysztof.kozlowski+dt@...aro.org>,
"matthias.bgg@...il.com" <matthias.bgg@...il.com>,
"linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>,
Ryder Lee <Ryder.Lee@...iatek.com>,
"bhelgaas@...gle.com" <bhelgaas@...gle.com>
Subject: Re: Aw: Re: [PATCH v2 1/2] dt-bindings: PCI: mediatek-gen3: add SoC
based clock config
Hi Frank,
On Fri, 2022-10-28 at 18:42 +0200, Frank Wunderlich wrote:
> Hi
> > Gesendet: Freitag, 28. Oktober 2022 um 11:24 Uhr
> > Von: "Jianjun Wang" <jianjun.wang@...iatek.com>
> > An: "Frank Wunderlich" <linux@...web.de>,
> > linux-mediatek@...ts.infradead.org
> > Cc: "Frank Wunderlich" <frank-w@...lic-files.de>, "Ryder Lee" <
> > ryder.lee@...iatek.com>, "Bjorn Helgaas" <bhelgaas@...gle.com>,
> > "Rob Herring" <robh+dt@...nel.org>, "Krzysztof Kozlowski" <
> > krzysztof.kozlowski+dt@...aro.org>, "Matthias Brugger" <
> > matthias.bgg@...il.com>, linux-pci@...r.kernel.org,
> > devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
> > linux-arm-kernel@...ts.infradead.org, "Rob Herring" <
> > robh@...nel.org>
> > Betreff: Re: [PATCH v2 1/2] dt-bindings: PCI: mediatek-gen3: add
> > SoC based clock config
> >
> > Hi Frank,
> >
> > After apply this patch, we found some dtbs_check error with the
> > following patch which adds the PCIe node for MT8195:
> >
> >
https://lore.kernel.org/linux-pci/20221020111925.30002-3-tinghan.shen@mediatek.com/
> >
> > arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r2.dtb:
> > pcie@...f0000
> > : clock-names: 5: 'top_133m' was expected
> > From schema: Documentation/devicetree/bindings/pci/mediatek-
> > pcie-
> > gen3.yaml
> > arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r2.dtb:
> > pcie@...f8000
> > : clock-names: 5: 'top_133m' was expected
> > From schema: Documentation/devicetree/bindings/pci/mediatek-
> > pcie-
> > gen3.yaml
> >
> > Did you get the same error when adding the PCIe node for MT7986?
>
> i'm sure i had tested the yaml and did not get any error, but on my
> retest i get same error for mt7986 too...
>
> maybe the right way is to remove the contains in the mediatek,mt8192-
> pcie if condition (to match only if this condition is no fallback),
> then it is clean for me. Can you test it with your patches?
Sorry for the late response, I have tested with the patch for MT8195,
and it works, thanks!
>
> allOf:
> - $ref: /schemas/pci/pci-bus.yaml#
> - if:
> properties:
> compatible:
> #contains:
> const: mediatek,mt8192-pcie
> then:
> properties:
> clock-names:
> items:
> - const: pl_250m
> - const: tl_26m
> - const: tl_96m
> - const: tl_32k
> - const: peri_26m
> - const: top_133m
>
>
> regards Frank
>
> regards Frank
Powered by blists - more mailing lists