From: Kuldeep Singh <singh.kuldeep87k@gmail.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh+dt@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 1/4] ARM: dts: integratorap: Update spi node properties
Date: Fri, 11 Mar 2022 16:06:32 +0530 [thread overview]
Message-ID: <20220311103635.39849-2-singh.kuldeep87k@gmail.com> (raw)
In-Reply-To: <20220311103635.39849-1-singh.kuldeep87k@gmail.com>
As per spi pl022 binding, SPI clock name is "sspclk" and not "spiclk".
Fix it.
Also, update ssp node name to spi to enable spi bindings check.
Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
---
v2:
- Remove ssp alias
- Rebase to tip
arch/arm/boot/dts/integratorap-im-pd1.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/integratorap-im-pd1.dts b/arch/arm/boot/dts/integratorap-im-pd1.dts
index d47bfb66d069..4c22e4436271 100644
--- a/arch/arm/boot/dts/integratorap-im-pd1.dts
+++ b/arch/arm/boot/dts/integratorap-im-pd1.dts
@@ -178,12 +178,12 @@ uart@200000 {
clock-names = "uartclk", "apb_pclk";
};
- ssp@300000 {
+ spi@300000 {
compatible = "arm,pl022", "arm,primecell";
reg = <0x00300000 0x1000>;
interrupts-extended = <&impd1_vic 3>;
clocks = <&impd1_sspclk>, <&sysclk>;
- clock-names = "spiclk", "apb_pclk";
+ clock-names = "sspclk", "apb_pclk";
};
impd1_gpio0: gpio@400000 {
--
2.25.1
next prev parent reply other threads:[~2022-03-11 10:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-11 10:36 [PATCH v2 0/4] DT fixes for pl022 for Arm realview, versatile platforms Kuldeep Singh
2022-03-11 10:36 ` Kuldeep Singh [this message]
2022-03-11 10:36 ` [PATCH v2 2/4] ARM: dts: realview: Update spi clock name Kuldeep Singh
2022-03-11 10:36 ` [PATCH v2 3/4] ARM: dts: versatile: " Kuldeep Singh
2022-03-11 10:36 ` [PATCH v2 4/4] ARM: dts: ste-dbx: " Kuldeep Singh
2022-03-12 5:26 ` [PATCH v2 0/4] DT fixes for pl022 for Arm realview, versatile platforms Kuldeep Singh
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=20220311103635.39849-2-singh.kuldeep87k@gmail.com \
--to=singh.kuldeep87k@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).