2021-05-10 14:56:25

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH 0/4] arm64: dts: ti: k3-*: Fixup nodes to exposed to be non-compliant with yaml

Hi,

Series of minor fixups for v5.13-rc1 for compliance exposed by yaml
conversion in the series:
https://lore.kernel.org/linux-arm-kernel/[email protected]/#t

Minimal testing performed on k3 platforms.

If possible, will be good to get in 5.13 window.

Nishanth Menon (4):
arm64: dts: ti: k3-*: Rename the TI-SCI clocks node name
arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI node
arm64: dts: ti: k3-am65-wakeup: Drop un-necessary properties from dmsc
node
arm64: dts: ti: k3-*: Rename the TI-SCI node

arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 4 ++--
arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 10 +++++-----
arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 4 ++--
arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)

--
2.31.0


2021-05-10 14:56:25

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH 2/4] arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI node

Lets add the TISCI debug region to TI-SCI region in line with TI-SCI
documentation[1]. While at it, lets rename the node to indicate the
address usage.

[1] http://downloads.ti.com/tisci/esd/latest/4_trace/trace.html

Signed-off-by: Nishanth Menon <[email protected]>
---
arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
index 2ae1f9214b8a..444842a2d556 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
@@ -6,7 +6,7 @@
*/

&cbass_wakeup {
- dmsc: dmsc {
+ dmsc: dmsc@44083000 {
compatible = "ti,am654-sci";
ti,host-id = <12>;
#address-cells = <1>;
@@ -18,6 +18,9 @@ dmsc: dmsc {
mboxes= <&secure_proxy_main 11>,
<&secure_proxy_main 13>;

+ reg-names = "debug_messages";
+ reg = <0x44083000 0x1000>;
+
k3_pds: power-controller {
compatible = "ti,sci-pm-domain";
#power-domain-cells = <2>;
--
2.31.0

2021-05-11 07:19:59

by Tero Kristo

[permalink] [raw]
Subject: Re: [PATCH 0/4] arm64: dts: ti: k3-*: Fixup nodes to exposed to be non-compliant with yaml

On 10/05/2021 17:50, Nishanth Menon wrote:
> Hi,
>
> Series of minor fixups for v5.13-rc1 for compliance exposed by yaml
> conversion in the series:
> https://lore.kernel.org/linux-arm-kernel/[email protected]/#t
>
> Minimal testing performed on k3 platforms.
>
> If possible, will be good to get in 5.13 window.
>
> Nishanth Menon (4):
> arm64: dts: ti: k3-*: Rename the TI-SCI clocks node name
> arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI node
> arm64: dts: ti: k3-am65-wakeup: Drop un-necessary properties from dmsc
> node
> arm64: dts: ti: k3-*: Rename the TI-SCI node
>
> arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 4 ++--
> arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 10 +++++-----
> arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 4 ++--
> arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 4 ++--
> 4 files changed, 11 insertions(+), 11 deletions(-)
>

For the whole series:

Reviewed-by: Tero Kristo <[email protected]>

2021-05-14 20:10:40

by Nishanth Menon

[permalink] [raw]
Subject: Re: [PATCH 0/4] arm64: dts: ti: k3-*: Fixup nodes to exposed to be non-compliant with yaml

On Mon, 10 May 2021 09:50:29 -0500, Nishanth Menon wrote:
> Series of minor fixups for v5.13-rc1 for compliance exposed by yaml
> conversion in the series:
> https://lore.kernel.org/linux-arm-kernel/[email protected]/#t
>
> Minimal testing performed on k3 platforms.
>
> If possible, will be good to get in 5.13 window.
>
> [...]

Hi Nishanth Menon,

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

[1/4] arm64: dts: ti: k3-*: Rename the TI-SCI clocks node name
commit: a0812885fa7a1074c8003484b8176ffe28d5df68
[2/4] arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI node
commit: 830454bbd628330c3779c3de637b709dae790da0
[3/4] arm64: dts: ti: k3-am65-wakeup: Drop un-necessary properties from dmsc node
commit: 421c06b8761abd7d953148f5b955b4149df9846e
[4/4] arm64: dts: ti: k3-*: Rename the TI-SCI node
commit: 9d3c9378f96a95f15881ee3373d2c2f773273fc2


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] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D