devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings
@ 2023-08-10  8:18 Dhruva Gole
  2023-08-10 17:51 ` reidt
  2023-08-10 22:59 ` Nishanth Menon
  0 siblings, 2 replies; 3+ messages in thread
From: Dhruva Gole @ 2023-08-10  8:18 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo
  Cc: linux-arm-kernel, devicetree, linux-kernel, Dhruva Gole,
	Andrew Davis

Fix these fss node warnings that dtbs_check throws:

fss@47000000: $nodename:0: 'fss@47000000' does not match
'^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'

By renaming fss to bus.

Cc: Nishant Menon <nm@ti.com>
Suggested-by: Andrew Davis <afd@ti.com>
Signed-off-by: Dhruva Gole <d-gole@ti.com>
---

Based on:
commit 21ef7b1e17d039053edaeaf41142423810572741 (tag: next-20230809, linux-next/master)

 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi         | 2 +-
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
index 7b1f94a89eca..bc95ae05a386 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
@@ -274,7 +274,7 @@ m_can1: can@40568000 {
 		status = "disabled";
 	};
 
-	fss: fss@47000000 {
+	fss: bus@47000000 {
 		compatible = "simple-bus";
 		#address-cells = <2>;
 		#size-cells = <2>;
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
index c1b6f8d7d189..15269cdc7f86 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
@@ -335,7 +335,7 @@ wkup_i2c0: i2c@42120000 {
 		status = "disabled";
 	};
 
-	fss: fss@47000000 {
+	fss: bus@47000000 {
 		compatible = "simple-bus";
 		reg = <0x0 0x47000000 0x0 0x100>;
 		#address-cells = <2>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings
  2023-08-10  8:18 [PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings Dhruva Gole
@ 2023-08-10 17:51 ` reidt
  2023-08-10 22:59 ` Nishanth Menon
  1 sibling, 0 replies; 3+ messages in thread
From: reidt @ 2023-08-10 17:51 UTC (permalink / raw)
  To: Dhruva Gole
  Cc: Nishanth Menon, Vignesh Raghavendra, Tero Kristo,
	linux-arm-kernel, devicetree, linux-kernel, Andrew Davis

On 13:48-20230810, Dhruva Gole wrote:
> Fix these fss node warnings that dtbs_check throws:
> 
> fss@47000000: $nodename:0: 'fss@47000000' does not match
> '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
> 
> By renaming fss to bus.
> 
> Cc: Nishant Menon <nm@ti.com>
> Suggested-by: Andrew Davis <afd@ti.com>
> Signed-off-by: Dhruva Gole <d-gole@ti.com>
> ---
>
Reviewed-by: Reid Tonking <reidt@ti.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings
  2023-08-10  8:18 [PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings Dhruva Gole
  2023-08-10 17:51 ` reidt
@ 2023-08-10 22:59 ` Nishanth Menon
  1 sibling, 0 replies; 3+ messages in thread
From: Nishanth Menon @ 2023-08-10 22:59 UTC (permalink / raw)
  To: Vignesh Raghavendra, Tero Kristo, Dhruva Gole
  Cc: Nishanth Menon, linux-arm-kernel, devicetree, linux-kernel,
	Andrew Davis

Hi Dhruva Gole,

On Thu, 10 Aug 2023 13:48:47 +0530, Dhruva Gole wrote:
> Fix these fss node warnings that dtbs_check throws:
> 
> fss@47000000: $nodename:0: 'fss@47000000' does not match
> '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
> 
> By renaming fss to bus.
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you for volunteering and doing the cleanup!

[1/1] arm64: dts: ti: k3-*: fix fss node dtbs check warnings
      commit: 8ea3fc2bea6bccaa18e21febdcd311566a078612

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-10 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10  8:18 [PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings Dhruva Gole
2023-08-10 17:51 ` reidt
2023-08-10 22:59 ` Nishanth Menon

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).