
On Fri, 5 Apr 2024 at 11:17, Jayesh Choudhary j-choudhary@ti.com wrote:
Hello Sumit,
On 05/04/24 10:27, Sumit Garg wrote:
Hi Jayesh,
On Thu, 4 Apr 2024 at 14:30, Jayesh Choudhary j-choudhary@ti.com wrote:
j722s dts support that needs to be pulled from devicetree-rebasing tree. The whole series depends on this support.
Which devicetree-rebasing tag does this patch depend upon? v6.8-dts has already made its way to U-Boot mainline [1].
[1] https://source.denx.de/u-boot/u-boot/-/commit/bc39e06778168a34bb4e0a34fbee4e...
These patches are on top of the next branch (same commit) The required patches[0][2][3] are in tag v6.9-rc1-dts.
Okay, the next sync is expected to happen when U-Boot next branch opens again and I suppose during that time frame only Linux kernel v6.9 will be released. If you are targeting the U-Boot July release then you have to opt out of OF_UPSTREAM.
-Sumit
-Jayesh
-Sumit
Signed-off-by: Jayesh Choudhary j-choudhary@ti.com
dts/upstream/Bindings/arm/ti/k3.yaml | 6 + dts/upstream/src/arm64/ti/k3-j722s-evm.dts | 383 +++++++++++++++++++++ dts/upstream/src/arm64/ti/k3-j722s.dtsi | 89 +++++ dts/upstream/src/arm64/ti/k3-pinctrl.h | 3 + 4 files changed, 481 insertions(+) create mode 100644 dts/upstream/src/arm64/ti/k3-j722s-evm.dts create mode 100644 dts/upstream/src/arm64/ti/k3-j722s.dtsi
diff --git a/dts/upstream/Bindings/arm/ti/k3.yaml b/dts/upstream/Bindings/arm/ti/k3.yaml index c6506bccfe..d526723484 100644 --- a/dts/upstream/Bindings/arm/ti/k3.yaml +++ b/dts/upstream/Bindings/arm/ti/k3.yaml @@ -123,6 +123,12 @@ properties: - ti,j721s2-evm - const: ti,j721s2
- description: K3 J722S SoC and Boards
items:
- enum:
- ti,j722s-evm
- const: ti,j722s
- description: K3 J784s4 SoC items: - enum:
[...]