The patch series https://lwn.net/Articles/825325/ wrongly added clock bindings into reset bindings. This is caught by kernel test robot <lkp@xxxxxxxxx> after it got merged into the clk-next tree. To avoid these kind of future mistakes it is better we split up the reset bindings from clock bindings. Since the clock patches in https://lwn.net/Articles/825325/ are applied to clk-next it would be better if all the changes in this series to go through clk-next. Sivaprakash Murugesan (4): clk: qcom: ipq8074: remove gcc reset bindings reset: qcom: ipq8074: Add ipq8074 gcc resets arm64: dts: ipq8074: include reset bindings clk: qcom: ipq8074: include gcc reset bindings arch/arm64/boot/dts/qcom/ipq8074.dtsi | 1 + drivers/clk/qcom/gcc-ipq8074.c | 1 + include/dt-bindings/clock/qcom,gcc-ipq8074.h | 139 +------------------------- include/dt-bindings/reset/qcom,gcc-ipq8074.h | 141 +++++++++++++++++++++++++++ 4 files changed, 146 insertions(+), 136 deletions(-) create mode 100644 include/dt-bindings/reset/qcom,gcc-ipq8074.h -- 2.7.4