On Fri, Apr 24, 2020 at 6:26 AM Ricardo Cañuelo <ricardo.canuelo@xxxxxxxxxxxxx> 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 > define them) > > Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@xxxxxxxxxxxxx> > --- > This binding is meant to be used in conjunction with > Documentation/bindings/display/rockchip/analogix_dp-rockchip.txt > and > Documentation/bindings/display/exynos/exynos_dp.txt > > I was careful to define the bindings to be flexible enough for both > cases, since the properties might be slightly different depending > on the SoC. > > Tested with > make dt_binding_check ARCH=arm64 DT_SCHEMA_FILES=<...analogix_dp.yaml> > make dtbs_check ARCH=arm64 DT_SCHEMA_FILES=<...analogix_dp.yaml> > > .../bindings/display/bridge/analogix_dp.txt | 51 -------- > .../bindings/display/bridge/analogix_dp.yaml | 120 ++++++++++++++++++ > 2 files changed, 120 insertions(+), 51 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/bridge/analogix_dp.txt > create mode 100644 Documentation/devicetree/bindings/display/bridge/analogix_dp.yaml [...] > diff --git a/Documentation/devicetree/bindings/display/bridge/analogix_dp.yaml b/Documentation/devicetree/bindings/display/bridge/analogix_dp.yaml > new file mode 100644 > index 000000000000..a29a79d92c4b > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/bridge/analogix_dp.yaml > @@ -0,0 +1,120 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/bridge/analogix_dp.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Analogix Display Port bridge bindings > + > +maintainers: > + - Yakir Yang <ykk@xxxxxxxxxxxxxx> And this email address bounces, so find a new maintainer. Rob