dt-bindings: cpufreq: qcom-hw: Make reg-names a required property

The property reg-names is required after the addition of the OSM
programming sequence, as that mandates specifying different register
domains; to avoid confusion and improve devicetree readability,
specifying the regions names was made mandatory.
This commit is contained in:
AngeloGioacchino Del Regno 2021-06-17 23:05:40 +02:00 committed by Jami Kettunen
parent c53501d155
commit 85a644a841

View file

@ -95,6 +95,7 @@ else:
required:
- compatible
- reg
- reg-names
- clocks
- clock-names
- '#freq-domain-cells'