[PATCH v2 0/2] Add support for DP and HDMI on j721e-sk

Rahul T R posted 2 patches 4 years ago
arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 123 ++++++++++++++++++++++++-
1 file changed, 119 insertions(+), 4 deletions(-)
[PATCH v2 0/2] Add support for DP and HDMI on j721e-sk
Posted by Rahul T R 4 years ago
The following series of patches enables DisplayPort and
HDMI on j721e-sk

v2:
   - Fix name for dpi1 dss endpoint

This series depends on
https://lore.kernel.org/all/20220429112639.13004-1-r-ravikumar@ti.com/
which adds required nodes in the SoC dtsi file

boot logs:
   https://gist.githubusercontent.com/ravi-rahul/d2e139d8ff9446ede003291a6a3e8be5/raw/ed51498efe7f7bc4848dffb27e2b37e0beb7a94d/j7_sk_DP_HDMI_boot.log

kernel patch verify report:
   https://gist.githubusercontent.com/ravi-rahul/1e2350b53ac7d6ba7694373c0b3bbb44/raw/f09f75821610b42ad1f8b4bf3e5ef7843de0c76e/report-kernel-patch-verify-sk-dp-hdmi.txt

Rahul T R (2):
  arm64: dts: ti: k3-j721e-sk: Enable DisplayPort
  arm64: dts: ti: k3-j721e-sk: Enable HDMI

 arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 123 ++++++++++++++++++++++++-
 1 file changed, 119 insertions(+), 4 deletions(-)

-- 
2.17.1
Re: [PATCH v2 0/2] Add support for DP and HDMI on j721e-sk
Posted by Vignesh Raghavendra 4 years ago
Hi Rahul T R,
 
On Thu, 5 May 2022 14:37:07 +0530, Rahul T R wrote:
> The following series of patches enables DisplayPort and
> HDMI on j721e-sk
> 
> v2:
>    - Fix name for dpi1 dss endpoint
> 
> This series depends on
> https://lore.kernel.org/all/20220429112639.13004-1-r-ravikumar@ti.com/
> which adds required nodes in the SoC dtsi file
> 
> [...]
 
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
 
[1/2] arm64: dts: ti: k3-j721e-sk: Enable DisplayPort
      commit: d4f3c8a169ab82b91ba1e10a495e900477a75cf5
[2/2] arm64: dts: ti: k3-j721e-sk: Enable HDMI
      commit: 7d4686fc3c2ad9bfd1eaf3c54515d6469e542578
 
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
--
Vignesh
Re: [PATCH v2 0/2] Add support for DP and HDMI on j721e-sk
Posted by Aradhya Bhatia 4 years ago
On 05/05/22 14:37, Rahul T R wrote:
> The following series of patches enables DisplayPort and
> HDMI on j721e-sk
> 
> v2:
>    - Fix name for dpi1 dss endpoint
> 
> This series depends on
> https://lore.kernel.org/all/20220429112639.13004-1-r-ravikumar@ti.com/
> which adds required nodes in the SoC dtsi file
> 
> boot logs:
>    https://gist.githubusercontent.com/ravi-rahul/d2e139d8ff9446ede003291a6a3e8be5/raw/ed51498efe7f7bc4848dffb27e2b37e0beb7a94d/j7_sk_DP_HDMI_boot.log
> 
> kernel patch verify report:
>    https://gist.githubusercontent.com/ravi-rahul/1e2350b53ac7d6ba7694373c0b3bbb44/raw/f09f75821610b42ad1f8b4bf3e5ef7843de0c76e/report-kernel-patch-verify-sk-dp-hdmi.txt
> 
> Rahul T R (2):
>   arm64: dts: ti: k3-j721e-sk: Enable DisplayPort
>   arm64: dts: ti: k3-j721e-sk: Enable HDMI
> 
>  arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 123 ++++++++++++++++++++++++-
>  1 file changed, 119 insertions(+), 4 deletions(-)
> 

Reviewed-by: Aradhya Bhatia <a-bhatia1@ti.com>