Commit 409fd3f1 authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

arm64: qcom: dts: drop legacy property #stream-id-cells



Property #stream-id-cells is legacy leftover and isn't currently
documented nor used.

Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211208184707.100716-1-david@ixit.cz
parent 2bf0038f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -962,7 +962,6 @@ hdmi_phy: hdmi-phy@9a0600 {

		gpu: gpu@b00000 {
			compatible = "qcom,adreno-530.2", "qcom,adreno";
			#stream-id-cells = <16>;

			reg = <0x00b00000 0x3f000>;
			reg-names = "kgsl_3d0_reg_memory";
+0 −1
Original line number Diff line number Diff line
@@ -1446,7 +1446,6 @@ adreno_gpu: gpu@5000000 {
			iommus = <&adreno_smmu 0>;
			operating-points-v2 = <&gpu_opp_table>;
			power-domains = <&rpmpd MSM8998_VDDMX>;
			#stream-id-cells = <16>;
			status = "disabled";

			gpu_opp_table: opp-table {
+0 −1
Original line number Diff line number Diff line
@@ -1952,7 +1952,6 @@ glink-edge {

		gpu: gpu@5000000 {
			compatible = "qcom,adreno-618.0", "qcom,adreno";
			#stream-id-cells = <16>;
			reg = <0 0x05000000 0 0x40000>, <0 0x0509e000 0 0x1000>,
				<0 0x05061000 0 0x800>;
			reg-names = "kgsl_3d0_reg_memory", "cx_mem", "cx_dbgc";
+0 −1
Original line number Diff line number Diff line
@@ -1753,7 +1753,6 @@ lpass_ag_noc: interconnect@3c40000 {

		gpu: gpu@3d00000 {
			compatible = "qcom,adreno-635.0", "qcom,adreno";
			#stream-id-cells = <16>;
			reg = <0 0x03d00000 0 0x40000>,
			      <0 0x03d9e000 0 0x1000>,
			      <0 0x03d61000 0 0x800>;
+0 −1
Original line number Diff line number Diff line
@@ -1019,7 +1019,6 @@ sd-cd {

		adreno_gpu: gpu@5000000 {
			compatible = "qcom,adreno-508.0", "qcom,adreno";
			#stream-id-cells = <16>;

			reg = <0x05000000 0x40000>;
			reg-names = "kgsl_3d0_reg_memory";
Loading