From: Andrew Davis <afd@ti.com>
To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
Tero Kristo <kristo@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
Andrew Davis <afd@ti.com>
Subject: [PATCH 09/11] arm64: dts: ti: k3-j7200: Make the FSS node a simple-bus
Date: Wed, 24 Jan 2024 12:47:20 -0600 [thread overview]
Message-ID: <20240124184722.150615-9-afd@ti.com> (raw)
In-Reply-To: <20240124184722.150615-1-afd@ti.com>
To do this we convert hbmc-mux to "reg-mux", then the FSS node
does not need to be a syscon, so change to "simple-bus". This
removes a DTS check warning.
Signed-off-by: Andrew Davis <afd@ti.com>
---
arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
index 60b26374ae0cc..d501bd5f02248 100644
--- a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
@@ -518,17 +518,18 @@ mcu_spi2: spi@40320000 {
status = "disabled";
};
- fss: syscon@47000000 {
- compatible = "syscon", "simple-mfd";
+ fss: bus@47000000 {
+ compatible = "simple-bus";
reg = <0x00 0x47000000 0x00 0x100>;
#address-cells = <2>;
#size-cells = <2>;
ranges;
- hbmc_mux: hbmc-mux {
- compatible = "mmio-mux";
+ hbmc_mux: mux-controller@47000004 {
+ compatible = "reg-mux";
+ reg = <0x00 0x47000004 0x00 0x4>;
#mux-control-cells = <1>;
- mux-reg-masks = <0x4 0x2>; /* HBMC select */
+ mux-reg-masks = <0x0 0x2>; /* HBMC select */
};
hbmc: hyperbus@47034000 {
--
2.39.2
next prev parent reply other threads:[~2024-01-24 18:47 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-24 18:47 [PATCH 01/11] arm64: dts: ti: k3-am64: Convert serdes_ln_ctrl node into reg-mux Andrew Davis
2024-01-24 18:47 ` [PATCH 02/11] arm64: dts: ti: k3-am65: Convert serdes_mux " Andrew Davis
2024-01-30 18:52 ` Andrew Davis
2024-01-24 18:47 ` [PATCH 03/11] arm64: dts: ti: k3-j7200: Convert serdes_ln_ctrl " Andrew Davis
2024-01-24 18:47 ` [PATCH 04/11] arm64: dts: ti: k3-j7200: Convert usb_serdes_mux " Andrew Davis
2024-01-24 18:47 ` [PATCH 05/11] arm64: dts: ti: k3-j721e: Convert serdes_ln_ctrl " Andrew Davis
2024-01-24 18:47 ` [PATCH 06/11] arm64: dts: ti: k3-j721e: Convert usb_serdes_mux " Andrew Davis
2024-01-24 18:47 ` [PATCH 07/11] arm64: dts: ti: k3-j721s2: " Andrew Davis
2024-01-24 18:47 ` [PATCH 08/11] arm64: dts: ti: k3-j721s2: Convert serdes_ln_ctrl " Andrew Davis
2024-01-24 18:47 ` Andrew Davis [this message]
2024-01-24 18:47 ` [PATCH 10/11] arm64: dts: ti: k3-am62: Make the main_conf node a simple-bus Andrew Davis
2024-01-24 18:47 ` [PATCH 11/11] arm64: dts: ti: k3-am62a: " Andrew Davis
2024-02-15 9:21 ` (subset) [PATCH 01/11] arm64: dts: ti: k3-am64: Convert serdes_ln_ctrl node into reg-mux Vignesh Raghavendra
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=20240124184722.150615-9-afd@ti.com \
--to=afd@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®