2021-09-25 20:17:41

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH V2 0/4] arm64: dts: ti: k3-j721e/j7200: Introduce EVM compatible

Hi,

This is prep work for potentially introducing new platforms for
j721e/j7200 and brings these evms on par with AM65 and AM64 usage
models as well for consistency.

Changes since v1:
* Modified the series so that backward compatibility is still maintained
* No more conflict or dependence with [1].
* Added consistency to am642/am654 platforms as well.

V1: https://lore.kernel.org/all/[email protected]/

Jan: This series will probably conflict with [2] - I'd rather we did
this cleanup before we introduce new platform patches, lets see if a
rebase and repost may be needed.

Nishanth Menon (4):
dt-bindings: arm: ti: Add missing compatibles for j721e/j7200 evms
dt-bindings: arm: ti: am642/am654: Allow for SoC only compatibles
arm64: dts: ti: k3-j721e-common-proc-board: Add j721e-evm compatible
arm64: dts: ti: k3-j7200-common-proc-board: Add j7200-evm compatible

.../devicetree/bindings/arm/ti/k3.yaml | 35 +++++++++++++------
.../dts/ti/k3-j7200-common-proc-board.dts | 3 ++
.../dts/ti/k3-j721e-common-proc-board.dts | 3 ++
3 files changed, 30 insertions(+), 11 deletions(-)

[1] https://lore.kernel.org/all/[email protected]/
[2] https://lore.kernel.org/all/336ade4715b3d2f5f83c3ed8f3fa2989f5699578.1631708830.git.jan.kiszka@siemens.com/
--
2.32.0


2021-09-25 20:18:17

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH V2 3/4] arm64: dts: ti: k3-j721e-common-proc-board: Add j721e-evm compatible

Add j721e-evm compatible to the board to allow the board to distinguish
itself from other platforms that are pending to be added.

Signed-off-by: Nishanth Menon <[email protected]>
---

Changes in V2:
* no change

V1: https://lore.kernel.org/all/[email protected]/

arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
index 8bd02d9e28ad..dc2bc67f9f48 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
@@ -12,6 +12,9 @@
#include <dt-bindings/phy/phy-cadence.h>

/ {
+ compatible = "ti,j721e-evm", "ti,j721e";
+ model = "Texas Instruments J721e EVM";
+
chosen {
stdout-path = "serial2:115200n8";
bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000";
--
2.32.0

2021-09-27 14:29:55

by Suman Anna

[permalink] [raw]
Subject: Re: [PATCH V2 3/4] arm64: dts: ti: k3-j721e-common-proc-board: Add j721e-evm compatible

On 9/25/21 3:14 PM, Nishanth Menon wrote:
> Add j721e-evm compatible to the board to allow the board to distinguish
> itself from other platforms that are pending to be added.
>
> Signed-off-by: Nishanth Menon <[email protected]>

Acked-by: Suman Anna <[email protected]>

> ---
>
> Changes in V2:
> * no change
>
> V1: https://lore.kernel.org/all/[email protected]/
>
> arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> index 8bd02d9e28ad..dc2bc67f9f48 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> @@ -12,6 +12,9 @@
> #include <dt-bindings/phy/phy-cadence.h>
>
> / {
> + compatible = "ti,j721e-evm", "ti,j721e";
> + model = "Texas Instruments J721e EVM";
> +
> chosen {
> stdout-path = "serial2:115200n8";
> bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000";
>

2021-10-05 22:57:21

by Nishanth Menon

[permalink] [raw]
Subject: Re: (subset) [PATCH V2 0/4] arm64: dts: ti: k3-j721e/j7200: Introduce EVM compatible

On Sat, 25 Sep 2021 15:14:26 -0500, Nishanth Menon wrote:
> This is prep work for potentially introducing new platforms for
> j721e/j7200 and brings these evms on par with AM65 and AM64 usage
> models as well for consistency.
>
> Changes since v1:
> * Modified the series so that backward compatibility is still maintained
> * No more conflict or dependence with [1].
> * Added consistency to am642/am654 platforms as well.
>
> [...]

Hi Nishanth Menon,

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

[1/4] dt-bindings: arm: ti: Add missing compatibles for j721e/j7200 evms
commit: c4d269c95545929263bdd06392d4ef4791363bda
[3/4] arm64: dts: ti: k3-j721e-common-proc-board: Add j721e-evm compatible
commit: c47eebaf4d76d995104e811b040d196082b880fd
[4/4] arm64: dts: ti: k3-j7200-common-proc-board: Add j7200-evm compatible
commit: 2cf3213d2331526f00ca31a5b00450e920a03908


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