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 f660d49d1a
commit b232c0dfd0

View file

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