.../devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Add mt8189 cpufreq hw compatible in dt-bindings.
Signed-off-by: Binbin Shi <binbin.shi@mediatek.com>
---
.../devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml
index d0aecde2b89b..cff52fffc6b8 100644
--- a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml
+++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml
@@ -16,7 +16,9 @@ description:
properties:
compatible:
- const: mediatek,cpufreq-hw
+ enum:
+ - mediatek,cpufreq-hw
+ - mediatek,mt8189-cpufreq-hw
reg:
minItems: 1
--
2.45.2
On Fri, Apr 17, 2026 at 04:06:17PM +0800, Binbin Shi wrote: > Add mt8189 cpufreq hw compatible in dt-bindings. Why's this not compatible with the existing device? You've got no driver change with this so I can't even guess as why. The incompatibility should be explained in the commit message. pw-bot: changes-requested Cheers, Conor. > > Signed-off-by: Binbin Shi <binbin.shi@mediatek.com> > --- > .../devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml > index d0aecde2b89b..cff52fffc6b8 100644 > --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml > @@ -16,7 +16,9 @@ description: > > properties: > compatible: > - const: mediatek,cpufreq-hw > + enum: > + - mediatek,cpufreq-hw > + - mediatek,mt8189-cpufreq-hw > > reg: > minItems: 1 > -- > 2.45.2 >
© 2016 - 2026 Red Hat, Inc.