Message ID | cad4f70cd009ba82e39c623485389c021992762e.1674137304.git.daniel@makrotopia.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | add support for clocks on MT7981 SoC | expand |
Il 19/01/23 15:11, Daniel Golle ha scritto: > Add compatible strings for MT7981 to existing binding documenation > at mediatek,apmixedsys.yaml and mediatek,topckgen.yaml. > > Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com> > Signed-off-by: Daniel Golle <daniel@makrotopia.org> dt-bindings: clock: Add apmixedsys/topckgen compatibles for MT7981 looks better as a title... :-) Regards, Angelo > --- > Documentation/devicetree/bindings/clock/mediatek,apmixedsys.yaml | 1 + > Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml | 1 + > 2 files changed, 2 insertions(+) >
diff --git a/Documentation/devicetree/bindings/clock/mediatek,apmixedsys.yaml b/Documentation/devicetree/bindings/clock/mediatek,apmixedsys.yaml index 731bfe0408c20..dae25dba4ba69 100644 --- a/Documentation/devicetree/bindings/clock/mediatek,apmixedsys.yaml +++ b/Documentation/devicetree/bindings/clock/mediatek,apmixedsys.yaml @@ -20,6 +20,7 @@ properties: - enum: - mediatek,mt6797-apmixedsys - mediatek,mt7622-apmixedsys + - mediatek,mt7981-apmixedsys - mediatek,mt7986-apmixedsys - mediatek,mt8135-apmixedsys - mediatek,mt8173-apmixedsys diff --git a/Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml b/Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml index 81531b5b0db79..0fdf564148334 100644 --- a/Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml +++ b/Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml @@ -35,6 +35,7 @@ properties: - mediatek,mt6779-topckgen - mediatek,mt6795-topckgen - mediatek,mt7629-topckgen + - mediatek,mt7981-topckgen - mediatek,mt7986-topckgen - mediatek,mt8167-topckgen - mediatek,mt8183-topckgen