Re: [PATCH] dt-bindings: display: analogix_dp.txt: convert to yaml

2020-05-13 Thread Ricardo Cañuelo
Hi Rob, Thanks for reviewing the patch and I'm sorry it had so many mistakes, this was my first attempt at converting a DT binding to schema. On lun 11-05-2020 16:31:08, Rob Herring wrote: > > This binding is meant to be used in conjunction with > >

Re: [PATCH] dt-bindings: display: analogix_dp.txt: convert to yaml

2020-05-11 Thread Rob Herring
On Fri, Apr 24, 2020 at 6:26 AM Ricardo Cañuelo wrote: > > This converts the DT binding for the Analogix DP bridge used in > the Exynos 5 and Rockchip RK3288/RK3399 SoCs to yaml. > > Changes from the original binding: > - phy and phy-names aren't defined as 'required' (rk3399-evb.dts doesn't >

Re: [PATCH] dt-bindings: display: analogix_dp.txt: convert to yaml

2020-05-11 Thread Rob Herring
On Fri, Apr 24, 2020 at 01:26:34PM +0200, Ricardo Cañuelo wrote: > This converts the DT binding for the Analogix DP bridge used in > the Exynos 5 and Rockchip RK3288/RK3399 SoCs to yaml. > > Changes from the original binding: > - phy and phy-names aren't defined as 'required' (rk3399-evb.dts

[PATCH] dt-bindings: display: analogix_dp.txt: convert to yaml

2020-04-24 Thread Ricardo Cañuelo
This converts the DT binding for the Analogix DP bridge used in the Exynos 5 and Rockchip RK3288/RK3399 SoCs to yaml. Changes from the original binding: - phy and phy-names aren't defined as 'required' (rk3399-evb.dts doesn't define them) Signed-off-by: Ricardo Cañuelo --- This binding is