2023-08-10 09:54:18

by Dhruva Gole

[permalink] [raw]
Subject: [PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings

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 <[email protected]>
Suggested-by: Andrew Davis <[email protected]>
Signed-off-by: Dhruva Gole <[email protected]>
---

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



2023-08-10 19:18:44

by reidt

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings

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 <[email protected]>
> Suggested-by: Andrew Davis <[email protected]>
> Signed-off-by: Dhruva Gole <[email protected]>
> ---
>
Reviewed-by: Reid Tonking <[email protected]>

2023-08-10 23:52:30

by Nishanth Menon

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings

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