Message ID | 5f400b3a15cab5dd071e4a129d38cb21e7123b78.1547054308.git.saiprakash.ranjan@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add coresight support for SDM845 | expand |
Hi, On Wed, Jan 9, 2019 at 9:48 AM Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org> wrote: > > Remove the duplicate inclusion of qcom,gcc-sdm845.h > mistakenly introduced by commit 6e17f8140521 ("arm64: > dts: sdm845: add prng-ee node"). > > Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org> > --- > arch/arm64/boot/dts/qcom/sdm845.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi > index 03683179b8f7..8dced99f875e 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi > @@ -12,7 +12,6 @@ > #include <dt-bindings/phy/phy-qcom-qusb2.h> > #include <dt-bindings/reset/qcom,sdm845-aoss.h> > #include <dt-bindings/soc/qcom,rpmh-rsc.h> > -#include <dt-bindings/clock/qcom,gcc-sdm845.h> This was on my TODO list, but you beat me to it. This could land any time and is completely separate from the other patches in this series. Reviewed-by: Douglas Anderson <dianders@chromium.org>
Hi Doug, On 1/10/2019 4:27 AM, Doug Anderson wrote: > > This was on my TODO list, but you beat me to it. This could land any > time and is completely separate from the other patches in this series. > > Reviewed-by: Douglas Anderson <dianders@chromium.org> > Thanks for the review. Sorry I missed keeping you and Bjorn in CC.
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 03683179b8f7..8dced99f875e 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -12,7 +12,6 @@ #include <dt-bindings/phy/phy-qcom-qusb2.h> #include <dt-bindings/reset/qcom,sdm845-aoss.h> #include <dt-bindings/soc/qcom,rpmh-rsc.h> -#include <dt-bindings/clock/qcom,gcc-sdm845.h> / { interrupt-parent = <&intc>;
Remove the duplicate inclusion of qcom,gcc-sdm845.h mistakenly introduced by commit 6e17f8140521 ("arm64: dts: sdm845: add prng-ee node"). Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org> --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 1 - 1 file changed, 1 deletion(-)