From: Tomer Maimon <tmaimon77@gmail.com>
To: openbmc@lists.ozlabs.org
Cc: Joel Stanley <joel@jms.id.au>, Tomer Maimon <tmaimon77@gmail.com>
Subject: [dev-5.7 v1 2/4] dts: npcm7xx: modify FIU's clock names
Date: Sun, 13 Sep 2020 12:51:24 +0300 [thread overview]
Message-ID: <20200913095126.119727-2-tmaimon77@gmail.com> (raw)
In-Reply-To: <20200913095126.119727-1-tmaimon77@gmail.com>
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
index 58899ccba505..bd7daa334f6c 100644
--- a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
+++ b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
@@ -232,8 +232,8 @@
#size-cells = <0>;
reg = <0xfb000000 0x1000>, <0x80000000 0x10000000>;
reg-names = "control", "memory";
- clocks = <&clk NPCM7XX_CLK_AHB>;
- clock-names = "clk_ahb";
+ clocks = <&clk NPCM7XX_CLK_SPI0>;
+ clock-names = "clk_spi0";
status = "disabled";
};
@@ -243,8 +243,8 @@
#size-cells = <0>;
reg = <0xc0000000 0x1000>, <0xA0000000 0x20000000>;
reg-names = "control", "memory";
- clocks = <&clk NPCM7XX_CLK_AHB>;
- clock-names = "clk_ahb";
+ clocks = <&clk NPCM7XX_CLK_SPI3>;
+ clock-names = "clk_spi3";
pinctrl-names = "default";
pinctrl-0 = <&spi3_pins>;
status = "disabled";
@@ -256,8 +256,8 @@
#size-cells = <0>;
reg = <0xfb001000 0x1000>, <0xf8000000 0x2000000>;
reg-names = "control", "memory";
- clocks = <&clk NPCM7XX_CLK_AHB>;
- clock-names = "clk_ahb";
+ clocks = <&clk NPCM7XX_CLK_SPIX>;
+ clock-names = "clk_spix";
status = "disabled";
};
--
2.22.0
next prev parent reply other threads:[~2020-09-13 10:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-13 9:51 [dev-5.7 v1 1/4] net: npcm-emc: modify check mac_address function Tomer Maimon
2020-09-13 9:51 ` Tomer Maimon [this message]
2020-09-13 9:51 ` [dev-5.7 v1 3/4] dts: npcm7xx: remove direct read mapping in FIU Tomer Maimon
2020-09-13 9:51 ` [dev-5.7 v1 4/4] dts: npcm7xx: add reset support Tomer Maimon
2020-09-14 10:40 ` [dev-5.7 v1 1/4] net: npcm-emc: modify check mac_address function Joel Stanley
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=20200913095126.119727-2-tmaimon77@gmail.com \
--to=tmaimon77@gmail.com \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.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 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.