Message ID | 20231218110543.64044-3-fusibrandon13@gmail.com |
---|---|
State | New |
Headers | show |
Series | cpufreq support for the D1 | expand |
diff --git a/Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml b/Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml index 51f62c3ae..fddaa3216 100644 --- a/Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml +++ b/Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml @@ -23,7 +23,9 @@ allOf: properties: compatible: - const: allwinner,sun50i-h6-operating-points + enum: + - allwinner,sun50i-h6-operating-points + - allwinner,sun20i-d1-operating-points nvmem-cells: description: |
Add binding for D1 CPU OPPs. Signed-off-by: Brandon Cheo Fusi <fusibrandon13@gmail.com> --- .../bindings/opp/allwinner,sun50i-h6-operating-points.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)