dts: bindings: remove setting use-prop-label in st,stm32-ccm

We set 'use-prop-label' incorrectly in the st,stm32-ccm binding file.
This property is meant to generate names based on there being a label
property set in the node.  For st,stm32-ccm nodes we don't ever set
labels and the binding file doesn't specify a label.  So remove setting
'use-prop-label'.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-10-24 00:03:23 -05:00 committed by Kumar Gala
commit 365dc19bc4

View file

@ -20,6 +20,5 @@ properties:
category: required
base_label: CCM
use-property-label: yes
...