On Fri, 5 Apr 2024 at 11:17, Jayesh Choudhary <j-choudh...@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-choudh...@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/bc39e06778168a34bb4e0a34fbee4edbde4414d8 > > > > 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 > [0]: > <https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/commit/?id=1339c374a4c10f184d2bb4c6dadd3155f9260599> > [2]: > <https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/commit/?id=4dd9e11aa40f6d7bb2bd4993a8ddf17c935c9686> > [3]: > <https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/commit/?id=ec136bb18fcc85d32787530bc065bd97ee3bba60> > > -Jayesh > > > > -Sumit > > > >> Signed-off-by: Jayesh Choudhary <j-choudh...@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: > > [...]