Message ID | 20231219-b4-qcom-common-target-v2-29-b6dd9704219e@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | Qualcomm generic board support | expand |
On 19/12/2023 17:04, Caleb Connolly wrote: > Import the headers needed for QCS404-evb. > > Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> > --- > include/dt-bindings/clock/qcom,turingcc-qcs404.h | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/include/dt-bindings/clock/qcom,turingcc-qcs404.h b/include/dt-bindings/clock/qcom,turingcc-qcs404.h > new file mode 100644 > index 000000000000..838faef57c67 > --- /dev/null > +++ b/include/dt-bindings/clock/qcom,turingcc-qcs404.h > @@ -0,0 +1,15 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +/* > + * Copyright (c) 2019, Linaro Ltd > + */ > + > +#ifndef _DT_BINDINGS_CLK_TURING_QCS404_H > +#define _DT_BINDINGS_CLK_TURING_QCS404_H > + > +#define TURING_Q6SS_Q6_AXIM_CLK 0 > +#define TURING_Q6SS_AHBM_AON_CLK 1 > +#define TURING_WRAPPER_AON_CLK 2 > +#define TURING_Q6SS_AHBS_AON_CLK 3 > +#define TURING_WRAPPER_QOS_AHBS_AON_CLK 4 > + > +#endif > Same as patch 19, with the commit id: Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
diff --git a/include/dt-bindings/clock/qcom,turingcc-qcs404.h b/include/dt-bindings/clock/qcom,turingcc-qcs404.h new file mode 100644 index 000000000000..838faef57c67 --- /dev/null +++ b/include/dt-bindings/clock/qcom,turingcc-qcs404.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (c) 2019, Linaro Ltd + */ + +#ifndef _DT_BINDINGS_CLK_TURING_QCS404_H +#define _DT_BINDINGS_CLK_TURING_QCS404_H + +#define TURING_Q6SS_Q6_AXIM_CLK 0 +#define TURING_Q6SS_AHBM_AON_CLK 1 +#define TURING_WRAPPER_AON_CLK 2 +#define TURING_Q6SS_AHBS_AON_CLK 3 +#define TURING_WRAPPER_QOS_AHBS_AON_CLK 4 + +#endif
Import the headers needed for QCS404-evb. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> --- include/dt-bindings/clock/qcom,turingcc-qcs404.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+)