2022-04-30 11:39:18

by Rahul T R

[permalink] [raw]
Subject: [PATCH v5 0/2] DSS: Add support for DisplayPort

The following series of patches enables DisplayPort on
j721e-evm

v2:
- use phandle with a parameter to refer clocks insted of
sub nodes in serdes_wiz node
- move phy link node to board DTS file

v3:
- Fix the regulator node name as per the DT spec
- Use Macro for GPIO type

v4:
- Move adding of phy link nodes from 2/2 to 1/2, to fix dtbs checks warnings
- Add leading zeros to align reg property addresses and sizes
- Add empty ports for mhdp node in dtsi file to fix dtbs checks warnings

v5:
- Fix a typo in regulator name

boot logs:
https://gist.githubusercontent.com/ravi-rahul/1bdbc3f77ab381e486c8394650c2e85d/raw/2327c9894c3236950a00f4511ae668ac4399b71e/j7_DP_upstream.log

kernel patch verify report:
https://gist.githubusercontent.com/ravi-rahul/a982fef3fae03ec0dbdd5cb475a4cb25/raw/9ef482f96fa351cff7980e4340e9bcb8471ec3ab/report-kernel-patch-verify.txt

Tomi Valkeinen (2):
arm64: dts: ti: k3-j721e-*: add DP & DP PHY
arm64: dts: ti: k3-j721e-common-proc-board: add DP to j7 evm

.../dts/ti/k3-j721e-common-proc-board.dts | 77 ++++++++++++++++++-
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 75 +++++++++++++++++-
arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 16 ++++
3 files changed, 162 insertions(+), 6 deletions(-)

--
2.17.1


2022-05-07 07:37:19

by Aradhya Bhatia

[permalink] [raw]
Subject: Re: [PATCH v5 0/2] DSS: Add support for DisplayPort


On 29/04/22 16:56, Rahul T R wrote:
> The following series of patches enables DisplayPort on
> j721e-evm
>
> v2:
> - use phandle with a parameter to refer clocks insted of
> sub nodes in serdes_wiz node
> - move phy link node to board DTS file
>
> v3:
> - Fix the regulator node name as per the DT spec
> - Use Macro for GPIO type
>
> v4:
> - Move adding of phy link nodes from 2/2 to 1/2, to fix dtbs checks warnings
> - Add leading zeros to align reg property addresses and sizes
> - Add empty ports for mhdp node in dtsi file to fix dtbs checks warnings
>
> v5:
> - Fix a typo in regulator name
>
> boot logs:
> https://gist.githubusercontent.com/ravi-rahul/1bdbc3f77ab381e486c8394650c2e85d/raw/2327c9894c3236950a00f4511ae668ac4399b71e/j7_DP_upstream.log
>
> kernel patch verify report:
> https://gist.githubusercontent.com/ravi-rahul/a982fef3fae03ec0dbdd5cb475a4cb25/raw/9ef482f96fa351cff7980e4340e9bcb8471ec3ab/report-kernel-patch-verify.txt
>
> Tomi Valkeinen (2):
> arm64: dts: ti: k3-j721e-*: add DP & DP PHY
> arm64: dts: ti: k3-j721e-common-proc-board: add DP to j7 evm
>
> .../dts/ti/k3-j721e-common-proc-board.dts | 77 ++++++++++++++++++-
> arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 75 +++++++++++++++++-
> arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 16 ++++
> 3 files changed, 162 insertions(+), 6 deletions(-)
>

Reviewed-by: Aradhya Bhatia <[email protected]>

2022-05-09 01:30:54

by Vignesh Raghavendra

[permalink] [raw]
Subject: Re: [PATCH v5 0/2] DSS: Add support for DisplayPort

Hi Rahul T R,

On Fri, 29 Apr 2022 16:56:37 +0530, Rahul T R wrote:
> The following series of patches enables DisplayPort on
> j721e-evm
>
> v2:
> - use phandle with a parameter to refer clocks insted of
> sub nodes in serdes_wiz node
> - move phy link node to board DTS file
>
> [...]

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

[1/2] arm64: dts: ti: k3-j721e-*: add DP & DP PHY
commit: 92c996f4ceabd5780bb7678138267db0a1e1a00e
[2/2] arm64: dts: ti: k3-j721e-common-proc-board: add DP to j7 evm
commit: 8f984f60f2f1fa109f9ae8c9194b6989f6675c1d

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