--- zzzz-none-000/linux-4.4.271/Documentation/devicetree/bindings/arm/msm/qcom,kpss-acc.txt 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/Documentation/devicetree/bindings/arm/msm/qcom,kpss-acc.txt 2023-04-19 10:22:27.000000000 +0000 @@ -21,10 +21,17 @@ the register region. An optional second element specifies the base address and size of the alias register region. +- clock-output-names: + Usage: optional + Value type: + Definition: Name of the output clock. Typically acpuX_aux where X is a + CPU number starting at 0. + Example: clock-controller@2088000 { compatible = "qcom,kpss-acc-v2"; reg = <0x02088000 0x1000>, <0x02008000 0x1000>; + clock-output-names = "acpu0_aux"; };