On Thu, Oct 24, 2019 at 12:38:50AM +0200, Heiko Stuebner wrote: > This adds a yaml binding for the external dsi phy found on Rockchip > socs of the px30, rk3128 and rk3368 variants. > > Signed-off-by: Heiko Stuebner <heiko@xxxxxxxxx> > --- > .../bindings/phy/rockchip,px30-dsi-dphy.yaml | 75 +++++++++++++++++++ > 1 file changed, 75 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > > diff --git a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > new file mode 100644 > index 000000000000..c2e1a998a766 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > @@ -0,0 +1,75 @@ > +# SPDX-License-Identifier: GPL-2.0 (GPL-2.0-only OR BSD-2-Clause) for new bindings. Otherwise, Reviewed-by: Rob Herring <robh@xxxxxxxxxx>