From: Matthias Brugger <matthias.bgg@gmail.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: qii.wang@mediatek.com, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, jassisinghbrar@gmail.com,
houlong.wei@mediatek.com, linux-i2c@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, kernel@collabora.com,
phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH v2 02/17] arm64: dts: mediatek: mt6795: Add apmixedsys syscon node
Date: Sun, 2 Apr 2023 19:08:47 +0200 [thread overview]
Message-ID: <eef88552-64cb-b4e7-f443-bf6d7afe3ae2@gmail.com> (raw)
In-Reply-To: <20230327083647.22017-3-angelogioacchino.delregno@collabora.com>
On 27/03/2023 10:36, AngeloGioacchino Del Regno wrote:
> Add the APMIXEDSYS node, providing a syscon to the APMIXED iospace and
> also providing PLLs.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> arch/arm64/boot/dts/mediatek/mt6795.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt6795.dtsi b/arch/arm64/boot/dts/mediatek/mt6795.dtsi
> index 4d2119751572..26d640e1bfb6 100644
> --- a/arch/arm64/boot/dts/mediatek/mt6795.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt6795.dtsi
> @@ -310,6 +310,12 @@ systimer: timer@10200670 {
> clock-names = "clk13m";
> };
>
> + apmixedsys: syscon@10209000 {
> + compatible = "mediatek,mt6795-apmixedsys", "syscon";
Looks good although we have the compatible twice, in
bindings/clock/mediatek,apmixedsys.yaml and
bindings/clock/mediatek,mt6795-sys-clock.yaml
So we should see if we can merge both.
Matthias
> + reg = <0 0x10209000 0 0x1000>;
> + #clock-cells = <1>;
> + };
> +
> fhctl: clock-controller@10209f00 {
> compatible = "mediatek,mt6795-fhctl";
> reg = <0 0x10209f00 0 0x100>;
WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: qii.wang@mediatek.com, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, jassisinghbrar@gmail.com,
houlong.wei@mediatek.com, linux-i2c@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, kernel@collabora.com,
phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH v2 02/17] arm64: dts: mediatek: mt6795: Add apmixedsys syscon node
Date: Sun, 2 Apr 2023 19:08:47 +0200 [thread overview]
Message-ID: <eef88552-64cb-b4e7-f443-bf6d7afe3ae2@gmail.com> (raw)
In-Reply-To: <20230327083647.22017-3-angelogioacchino.delregno@collabora.com>
On 27/03/2023 10:36, AngeloGioacchino Del Regno wrote:
> Add the APMIXEDSYS node, providing a syscon to the APMIXED iospace and
> also providing PLLs.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> arch/arm64/boot/dts/mediatek/mt6795.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt6795.dtsi b/arch/arm64/boot/dts/mediatek/mt6795.dtsi
> index 4d2119751572..26d640e1bfb6 100644
> --- a/arch/arm64/boot/dts/mediatek/mt6795.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt6795.dtsi
> @@ -310,6 +310,12 @@ systimer: timer@10200670 {
> clock-names = "clk13m";
> };
>
> + apmixedsys: syscon@10209000 {
> + compatible = "mediatek,mt6795-apmixedsys", "syscon";
Looks good although we have the compatible twice, in
bindings/clock/mediatek,apmixedsys.yaml and
bindings/clock/mediatek,mt6795-sys-clock.yaml
So we should see if we can merge both.
Matthias
> + reg = <0 0x10209000 0 0x1000>;
> + #clock-cells = <1>;
> + };
> +
> fhctl: clock-controller@10209f00 {
> compatible = "mediatek,mt6795-fhctl";
> reg = <0 0x10209f00 0 0x100>;
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-04-02 17:08 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-27 8:36 [PATCH v2 00/17] MT6795 Helio X10 and Sony Xperia M5: DT step 2! AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 01/17] arm64: dts: mediatek: mt6795: Add Frequency Hopping Controller node AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 02/17] arm64: dts: mediatek: mt6795: Add apmixedsys syscon node AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-04-02 17:08 ` Matthias Brugger [this message]
2023-04-02 17:08 ` Matthias Brugger
2023-03-27 8:36 ` [PATCH v2 03/17] arm64: dts: mediatek: mt6795: xperia-m5: Enable Frequency Hopping AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 04/17] dt-bindings: i2c: i2c-mt65xx: Add compatible for MT6795 Helio X10 AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 05/17] arm64: dts: mediatek: mt6795: Add nodes for I2C controllers AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 06/17] arm64: dts: mediatek: mt6795: Add SoC power domains AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 07/17] dt-bindings: mailbox: mediatek,gce-mailbox: Add support for MT6795 AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-04-05 9:42 ` AngeloGioacchino Del Regno
2023-04-05 9:42 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 08/17] arm64: dts: mediatek: mt6795: Add support for the CMDQ/GCE mailbox AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 09/17] arm64: dts: mediatek: mt6795: Add MMSYS node for multimedia clocks AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 10/17] arm64: dts: mediatek: mt6795: Add VDECSYS and VENCSYS clocks AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 11/17] arm64: dts: mediatek: mt6795: Add support for IOMMU and LARBs AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 12/17] arm64: dts: mediatek: mt6795-xperia-m5: Enable I2C 0-3 busses AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 13/17] arm64: dts: mediatek: mt6795-xperia-m5: Add Synaptics RMI4 Touchscreen AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 14/17] arm64: dts: mediatek: mt6795-xperia-m5: Add Bosch BMA255 Accelerometer AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 15/17] arm64: dts: mediatek: mt6795-xperia-m5: Add Bosch BMM050 Magnetometer AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 16/17] arm64: dts: mediatek: mt6795-xperia-m5: Add Sensortek STK3310 Proximity AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-03-27 8:36 ` [PATCH v2 17/17] arm64: dts: mediatek: mt6795-xperia-m5: Add NXP PN547 NFC on I2C3 AngeloGioacchino Del Regno
2023-03-27 8:36 ` AngeloGioacchino Del Regno
2023-04-02 17:26 ` [PATCH v2 00/17] MT6795 Helio X10 and Sony Xperia M5: DT step 2! Matthias Brugger
2023-04-02 17:26 ` Matthias Brugger
2023-04-11 16:48 ` Matthias Brugger
2023-04-11 16:48 ` Matthias Brugger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=eef88552-64cb-b4e7-f443-bf6d7afe3ae2@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=devicetree@vger.kernel.org \
--cc=houlong.wei@mediatek.com \
--cc=jassisinghbrar@gmail.com \
--cc=kernel@collabora.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=phone-devel@vger.kernel.org \
--cc=qii.wang@mediatek.com \
--cc=robh+dt@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.