Message ID | 20230126085321.87267-3-angelogioacchino.delregno@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MediaTek Frequency Hopping: MT6795/8173/92/95 | expand |
On 26/01/2023 09:53, AngeloGioacchino Del Regno wrote: > MT6795, MT8173, MT8192 and MT8195 support Frequency Hopping: add the > compatibles for them. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 26/01/2023 09:53, AngeloGioacchino Del Regno wrote: > MT6795, MT8173, MT8192 and MT8195 support Frequency Hopping: add the > compatibles for them. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > --- ... but you already had here an ack. Best regards, Krzysztof
Il 26/01/23 16:32, Krzysztof Kozlowski ha scritto: > On 26/01/2023 09:53, AngeloGioacchino Del Regno wrote: >> MT6795, MT8173, MT8192 and MT8195 support Frequency Hopping: add the >> compatibles for them. >> >> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> >> --- > > ... but you already had here an ack. > Honest thanks for that. I'm sorry for missing it. Regards, Angelo > Best regards, > Krzysztof > >
diff --git a/Documentation/devicetree/bindings/clock/mediatek,mt8186-fhctl.yaml b/Documentation/devicetree/bindings/clock/mediatek,mt8186-fhctl.yaml index cfd042ac1e14..d00327d12e1e 100644 --- a/Documentation/devicetree/bindings/clock/mediatek,mt8186-fhctl.yaml +++ b/Documentation/devicetree/bindings/clock/mediatek,mt8186-fhctl.yaml @@ -16,7 +16,12 @@ description: | properties: compatible: - const: mediatek,mt8186-fhctl + enum: + - mediatek,mt6795-fhctl + - mediatek,mt8173-fhctl + - mediatek,mt8186-fhctl + - mediatek,mt8192-fhctl + - mediatek,mt8195-fhctl reg: maxItems: 1
MT6795, MT8173, MT8192 and MT8195 support Frequency Hopping: add the compatibles for them. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> --- .../devicetree/bindings/clock/mediatek,mt8186-fhctl.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)