Message ID | 20200419121808.440780-1-bryan.odonoghue@linaro.org |
---|---|
Headers | show |
Series | Add Qualcomm MSM8939 GCC binding and driver | expand |
Quoting Bryan O'Donoghue (2020-04-19 05:18:06) > diff --git a/include/dt-bindings/clock/qcom,gcc-msm8939.h b/include/dt-bindings/clock/qcom,gcc-msm8939.h > new file mode 100644 > index 000000000000..f9ac936590f3 > --- /dev/null > +++ b/include/dt-bindings/clock/qcom,gcc-msm8939.h > @@ -0,0 +1,215 @@ > +/* SPDX-License-Identifier: GPL-2.0+ */ > +/* > + * Copyright 2020 Linaro Limited > + * > + * This software is licensed under the terms of the GNU General Public > + * License version 2, as published by the Free Software Foundation, and > + * may be copied, distributed, and modified under those terms. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. Please remove the boiler plate that SPDX already covers. > diff --git a/include/dt-bindings/reset/qcom,gcc-msm8939.h b/include/dt-bindings/reset/qcom,gcc-msm8939.h > new file mode 100644 > index 000000000000..a8c8135ce24d > --- /dev/null > +++ b/include/dt-bindings/reset/qcom,gcc-msm8939.h > @@ -0,0 +1,119 @@ > +/* SPDX-License-Identifier: GPL-2.0+ */ > +/* > + * Copyright 2020 Linaro Limited > + * > + * This software is licensed under the terms of the GNU General Public > + * License version 2, as published by the Free Software Foundation, and > + * may be copied, distributed, and modified under those terms. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. Same.