diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-30 00:06:43 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-30 00:06:43 +0300 |
commit | e5bae74338b37fb88d33d7c18acb694670c24b09 (patch) | |
tree | c0004f75d1f2dbf19648720dd6dfeeb522c62f5f | |
parent | fdddcfd9c93c6db006004fa5ba7fd9380e721c3f (diff) | |
download | linux-e5bae74338b37fb88d33d7c18acb694670c24b09.tar.xz |
Revert "arm64: dts: sdm845: Add interconnect provider DT nodes"
This reverts commit ae0037dbfc5eaa3d2ec8bdae6e7923cdce886062.
Andy writes:
I'd prefer in this instance that this patch get dropped from
char-misc. I have too much stuff in flight with some additional
patches coming in to mess with this right now. And we don't
have clients rdy anyway for this so let's wait till next cycle
on this one.
Reported-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 5179cb94c95b..c27cbd3bcb0a 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -8,7 +8,6 @@ #include <dt-bindings/clock/qcom,dispcc-sdm845.h> #include <dt-bindings/clock/qcom,gcc-sdm845.h> #include <dt-bindings/clock/qcom,rpmh.h> -#include <dt-bindings/interconnect/qcom,sdm845.h> #include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/phy/phy-qcom-qusb2.h> #include <dt-bindings/reset/qcom,sdm845-aoss.h> @@ -1603,11 +1602,6 @@ compatible = "qcom,sdm845-rpmh-clk"; #clock-cells = <1>; }; - - rsc_hlos: interconnect { - compatible = "qcom,sdm845-rsc-hlos"; - #interconnect-cells = <1>; - }; }; intc: interrupt-controller@17a00000 { |