Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91a55d31 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

ARM: dts: msm: Add eMMC slave node on sdm670



Add eMMC slave node to the bus topology so that clients
can vote for the bandwidth on sdm670.
Also add the new eMMC salve id for the same.

Change-Id: I2f71ced04546a550a41a2a95624b90eeb6601d6d
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent cc8c86a2
Loading
Loading
Loading
Loading
+18 −8
Original line number Diff line number Diff line
@@ -713,10 +713,10 @@
				&slv_qhs_ipa &slv_qhs_cpr_cx
				&slv_qhs_a1_noc_cfg &slv_qhs_aoss
				&slv_qhs_prng &slv_qhs_vsense_ctrl_cfg
				&slv_qhs_qupv3_south &slv_qhs_spdm
				&slv_qhs_crypto0_cfg &slv_qhs_pimem_cfg
				&slv_qhs_tlmm_north &slv_qhs_clk_ctl
				&slv_qhs_imem_cfg>;
				&slv_qhs_emmc_cfg &slv_qhs_qupv3_south
				&slv_qhs_spdm &slv_qhs_crypto0_cfg
				&slv_qhs_pimem_cfg &slv_qhs_tlmm_north
				&slv_qhs_clk_ctl &slv_qhs_imem_cfg>;
			qcom,bus-dev = <&fab_config_noc>;
			qcom,bcms = <&bcm_cn0>;
		};
@@ -741,10 +741,11 @@
				&slv_qhs_usb3_0 &slv_qhs_ipa
				&slv_qhs_cpr_cx &slv_qhs_a1_noc_cfg
				&slv_qhs_aoss &slv_qhs_prng
				&slv_qhs_vsense_ctrl_cfg &slv_qhs_qupv3_south
				&slv_qhs_spdm &slv_qhs_crypto0_cfg
				&slv_qhs_pimem_cfg &slv_qhs_tlmm_north
				&slv_qhs_clk_ctl &slv_qhs_imem_cfg>;
				&slv_qhs_vsense_ctrl_cfg &slv_qhs_emmc_cfg
				&slv_qhs_qupv3_south &slv_qhs_spdm
				&slv_qhs_crypto0_cfg &slv_qhs_pimem_cfg
				&slv_qhs_tlmm_north &slv_qhs_clk_ctl
				&slv_qhs_imem_cfg>;
			qcom,bus-dev = <&fab_config_noc>;
			qcom,bcms = <&bcm_cn0>;
		};
@@ -1379,6 +1380,15 @@
			qcom,bcms = <&bcm_cn0>;
		};

		slv_qhs_emmc_cfg:slv-qhs-emmc-cfg {
			cell-id = <MSM_BUS_SLAVE_EMMC_CFG>;
			label = "slv-qhs-emmc-cfg";
			qcom,buswidth = <4>;
			qcom,agg-ports = <1>;
			qcom,bus-dev = <&fab_config_noc>;
			qcom,bcms = <&bcm_cn0>;
		};

		slv_qhs_glm:slv-qhs-glm {
			cell-id = <MSM_BUS_SLAVE_GLM>;
			label = "slv-qhs-glm";
+2 −1
Original line number Diff line number Diff line
@@ -606,7 +606,8 @@
#define	MSM_BUS_SLAVE_ANOC_SNOC 779
#define	MSM_BUS_SLAVE_ANOC_IPA 780
#define	MSM_BUS_SLAVE_EMAC_CFG 781
#define	MSM_BUS_SLAVE_LAST 782
#define	MSM_BUS_SLAVE_EMMC_CFG 782
#define	MSM_BUS_SLAVE_LAST 783

#define	MSM_BUS_SLAVE_EBI_CH0_DISPLAY 20512
#define	MSM_BUS_SLAVE_LLCC_DISPLAY 20513