On Thu, 10 Aug 2023 19:54:18 +0800, Luo Jie wrote: > QCA8386/QCA8084 includes the clock & reset controller that is > accessed by MDIO bus. Two work modes are supported, qca8386 works > as switch mode, qca8084 works as PHY mode. > > Signed-off-by: Luo Jie <quic_luoj@xxxxxxxxxxx> > --- > .../bindings/clock/qcom,qca8k-nsscc.yaml | 79 ++++++++++++++ > include/dt-bindings/clock/qcom,qca8k-nsscc.h | 101 ++++++++++++++++++ > include/dt-bindings/reset/qcom,qca8k-nsscc.h | 75 +++++++++++++ > 3 files changed, 255 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,qca8k-nsscc.yaml > create mode 100644 include/dt-bindings/clock/qcom,qca8k-nsscc.h > create mode 100644 include/dt-bindings/reset/qcom,qca8k-nsscc.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>