Message ID | 20191207224740.24536-3-matthias.bgg@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm/arm64: mediatek: Fix mmsys device probing | expand |
Hi Matthias, On 7/12/19 23:47, matthias.bgg@kernel.org wrote: > From: Matthias Brugger <mbrugger@suse.com> > > MediaTek mt7623 uses the mt2701 binings as fallback. typo s/binings/bindings/ > Document this in the binding description. > > Signed-off-by: Matthias Brugger <mbrugger@suse.com> > --- > .../devicetree/bindings/display/mediatek/mediatek,disp.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt > index c71c8a4b73ff..a747895574f1 100644 > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt > @@ -42,6 +42,8 @@ Required properties (all function blocks): > "mediatek,<chip>-disp-od" - overdrive > "mediatek,<chip>-mmsys", "syscon" - provide clocks and components management > the supported chips are mt2701, mt2712 and mt8173. > + For mt7623, compatible must be: > + "mediatek,mt7623-<component>" , "mediatek,mt2701-<component>" > > - reg: Physical base address and length of the function block register space > - interrupts: The interrupt signal from the function block (required, except for >
On Sat, 7 Dec 2019 23:47:30 +0100, matthias.bgg@kernel.org wrote: > From: Matthias Brugger <mbrugger@suse.com> > > MediaTek mt7623 uses the mt2701 binings as fallback. > Document this in the binding description. > > Signed-off-by: Matthias Brugger <mbrugger@suse.com> > --- > .../devicetree/bindings/display/mediatek/mediatek,disp.txt | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt index c71c8a4b73ff..a747895574f1 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt @@ -42,6 +42,8 @@ Required properties (all function blocks): "mediatek,<chip>-disp-od" - overdrive "mediatek,<chip>-mmsys", "syscon" - provide clocks and components management the supported chips are mt2701, mt2712 and mt8173. + For mt7623, compatible must be: + "mediatek,mt7623-<component>" , "mediatek,mt2701-<component>" - reg: Physical base address and length of the function block register space - interrupts: The interrupt signal from the function block (required, except for