From: MD Danish Anwar <danishanwar@ti.com>
To: <conor+dt@kernel.org>, <krzk+dt@kernel.org>, <robh@kernel.org>,
<ssantosh@kernel.org>, <nm@ti.com>,
Vignesh Raghavendra <vigneshr@ti.com>
Cc: <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <s-anna@ti.com>,
<kristo@kernel.org>, <srk@ti.com>,
Roger Quadros <rogerq@kernel.org>, <danishanwar@ti.com>
Subject: [PATCH 0/2] [PATCH 0/2] Add Clocks to ICSSG
Date: Thu, 7 Nov 2024 16:15:55 +0530 [thread overview]
Message-ID: <20241107104557.1442800-1-danishanwar@ti.com> (raw)
This series adds clocks for ICSSG for AM64x.
PATCH 1/2 Adds the dt binding necessary to add clocks to the device tree.
It adds the `clocks`, `assigned-clocks` and `assigned-clock-parents` in
the dt binding of ICSSG node.
PATCH 2/2 Adds the required clock to the ICSSG nodes. It also changes the
clock used from clock 20 (ICSSG_ICLK) to clock 0 (ICSSG_CORE). This patch
adds the clock-names, assigned-clocks and assigned-clock-parents to icssg nodes.
There is no additonal driver changes needed for this binding change.
MD Danish Anwar (2):
dt-bindings: soc: ti: pruss: Add clocks for ICSSG
arm64: dts: ti: k3-am64-main: Switch ICSSG clock to core clock
.../devicetree/bindings/soc/ti/ti,pruss.yaml | 11 +++++++++++
arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 12 ++++++++++--
2 files changed, 21 insertions(+), 2 deletions(-)
base-commit: 5b913f5d7d7fe0f567dea8605f21da6eaa1735fb
--
2.34.1
WARNING: multiple messages have this Message-ID (diff)
From: MD Danish Anwar <danishanwar@ti.com>
To: <conor+dt@kernel.org>, <krzk+dt@kernel.org>, <robh@kernel.org>,
<ssantosh@kernel.org>, <nm@ti.com>,
Vignesh Raghavendra <vigneshr@ti.com>
Cc: srk@ti.com, devicetree@vger.kernel.org, kristo@kernel.org,
linux-kernel@vger.kernel.org, danishanwar@ti.com,
Roger Quadros <rogerq@kernel.org>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] [PATCH 0/2] Add Clocks to ICSSG
Date: Thu, 7 Nov 2024 16:15:55 +0530 [thread overview]
Message-ID: <20241107104557.1442800-1-danishanwar@ti.com> (raw)
This series adds clocks for ICSSG for AM64x.
PATCH 1/2 Adds the dt binding necessary to add clocks to the device tree.
It adds the `clocks`, `assigned-clocks` and `assigned-clock-parents` in
the dt binding of ICSSG node.
PATCH 2/2 Adds the required clock to the ICSSG nodes. It also changes the
clock used from clock 20 (ICSSG_ICLK) to clock 0 (ICSSG_CORE). This patch
adds the clock-names, assigned-clocks and assigned-clock-parents to icssg nodes.
There is no additonal driver changes needed for this binding change.
MD Danish Anwar (2):
dt-bindings: soc: ti: pruss: Add clocks for ICSSG
arm64: dts: ti: k3-am64-main: Switch ICSSG clock to core clock
.../devicetree/bindings/soc/ti/ti,pruss.yaml | 11 +++++++++++
arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 12 ++++++++++--
2 files changed, 21 insertions(+), 2 deletions(-)
base-commit: 5b913f5d7d7fe0f567dea8605f21da6eaa1735fb
--
2.34.1
next reply other threads:[~2024-11-07 10:46 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 10:45 MD Danish Anwar [this message]
2024-11-07 10:45 ` [PATCH 0/2] [PATCH 0/2] Add Clocks to ICSSG MD Danish Anwar
2024-11-07 10:45 ` [PATCH 1/2] dt-bindings: soc: ti: pruss: Add clocks for ICSSG MD Danish Anwar
2024-11-07 10:45 ` MD Danish Anwar
2024-11-07 11:31 ` Krzysztof Kozlowski
2024-11-07 11:31 ` Krzysztof Kozlowski
2024-11-07 11:36 ` MD Danish Anwar
2024-11-07 11:36 ` MD Danish Anwar
2024-11-07 11:44 ` Krzysztof Kozlowski
2024-11-07 11:44 ` Krzysztof Kozlowski
2024-11-07 11:46 ` MD Danish Anwar
2024-11-07 11:46 ` MD Danish Anwar
2024-11-07 11:58 ` MD Danish Anwar
2024-11-07 11:58 ` MD Danish Anwar
2024-11-07 12:21 ` Krzysztof Kozlowski
2024-11-07 12:21 ` Krzysztof Kozlowski
2024-11-08 12:19 ` Anwar, Md Danish
2024-11-08 12:19 ` Anwar, Md Danish
2024-11-08 12:30 ` Krzysztof Kozlowski
2024-11-08 12:30 ` Krzysztof Kozlowski
2024-11-08 12:34 ` Anwar, Md Danish
2024-11-08 12:34 ` Anwar, Md Danish
2024-11-07 10:45 ` [PATCH 2/2] arm64: dts: ti: k3-am64-main: Switch ICSSG clock to core clock MD Danish Anwar
2024-11-07 10:45 ` MD Danish Anwar
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=20241107104557.1442800-1-danishanwar@ti.com \
--to=danishanwar@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=rogerq@kernel.org \
--cc=s-anna@ti.com \
--cc=srk@ti.com \
--cc=ssantosh@kernel.org \
--cc=vigneshr@ti.com \
/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.