[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <trinity-ed7d279a-ec3c-41f4-95b3-8480790f82fd-1666105878851@3c-app-gmx-bap38>
Date: Tue, 18 Oct 2022 17:11:18 +0200
From: Frank Wunderlich <frank-w@...lic-files.de>
To: Frank Wunderlich <linux@...web.de>
Cc: linux-mediatek@...ts.infradead.org,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Matthias Brugger <matthias.bgg@...il.com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Sam Shih <sam.shih@...iatek.com>,
Jieyy Yang <jieyy.yang@...iatek.com>
Subject: Aw: [RFC v1 07/12] arm64: dts: mt7986: add pcie related device
nodes
Hi
> Gesendet: Montag, 17. Oktober 2022 um 12:41 Uhr
> Von: "Frank Wunderlich" <linux@...web.de>
> changes compared to sams original version:
>
> - add clock-names to pcie node
> driver does bulk handling without names, but binding requires 6 clocks
> and not only 5 we have
i got info from mtk that i can define clocks in pcie-node like this:
clocks = <&infracfg CLK_INFRA_IPCIE_PIPE_CK>,
<&infracfg CLK_INFRA_IPCIE_CK>,
<&clk40m>,
<&clk40m>,
<&infracfg CLK_INFRA_IPCIER_CK>,
<&infracfg CLK_INFRA_IPCIEB_CK>;
clock-names = "pl_250m", "tl_26m", "tl_96m",
"tl_32k", "peri_26m", "top_133m";
So i only need the binding change i've posted in this series and have clean dtbs_check.
if this is ok, i change it in next version.
regards Frank
Powered by blists - more mailing lists