Message ID | 20190808085522.21950-4-narmstrong@baylibre.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | drm/meson: convert bindings to YAML schemas | expand |
On Thu, Aug 8, 2019 at 10:55 AM Neil Armstrong <narmstrong@baylibre.com> wrote: > > The amlogic,meson-dw-hdmi.txt and amlogic,meson-vpu.txt has been > converted to YAML schemas, update MAINTAINERS to match them again. > > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 6426db5198f0..c55c18531cd1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5318,8 +5318,8 @@ L: linux-amlogic@lists.infradead.org > W: http://linux-meson.com/ > S: Supported > F: drivers/gpu/drm/meson/ > -F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt > -F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt > +F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml > +F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml > F: Documentation/gpu/meson.rst > T: git git://anongit.freedesktop.org/drm/drm-misc > > -- > 2.22.0 > Reviewed-by: Maxime Jourdan <mjourdan@baylibre.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 6426db5198f0..c55c18531cd1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5318,8 +5318,8 @@ L: linux-amlogic@lists.infradead.org W: http://linux-meson.com/ S: Supported F: drivers/gpu/drm/meson/ -F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt -F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt +F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml +F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml F: Documentation/gpu/meson.rst T: git git://anongit.freedesktop.org/drm/drm-misc
The amlogic,meson-dw-hdmi.txt and amlogic,meson-vpu.txt has been converted to YAML schemas, update MAINTAINERS to match them again. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)