Force GCC device nodes to have the name 'clock-controller'. Several platforms used 'gcc' here. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> --- Documentation/devicetree/bindings/clock/qcom,gcc-nopd.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-nopd.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-nopd.yaml index a941e75a930a..fa9a3d3a3c67 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc-nopd.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,gcc-nopd.yaml @@ -14,7 +14,12 @@ description: | Common bindings for Qualcomm global clock control module providing the clocks and resets. +select: false + properties: + $nodename: + pattern: "^clock-controller@[0-9a-f]+$" + '#clock-cells': const: 1 -- 2.39.2