On Thu, Oct 22, 2020 at 9:36 AM Rob Clark <[email protected]> wrote:
>
> From: Rob Clark <[email protected]>
>
> Looks like thru some sort of mid-air collision, updating the # of
> interconnect cells for the display was missed.
>
> Fixes: e23b1220a2460 ("arm64: dts: qcom: sc7180: Increase the number of 
> interconnect cells")
> Signed-off-by: Rob Clark <[email protected]>

Georgi pointed out that Doug already sent this patch:

https://lore.kernel.org/linux-arm-msm/20201001141838.1.I08054d1d976eed64ffa1b0e21d568e0dc6040b54@changeid/


> ---
>  arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi 
> b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> index 6678f1e8e3958..a02776ce77a10 100644
> --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> @@ -2811,7 +2811,7 @@ mdss: mdss@ae00000 {
>                         interrupt-controller;
>                         #interrupt-cells = <1>;
>
> -                       interconnects = <&mmss_noc MASTER_MDP0 &mc_virt 
> SLAVE_EBI1>;
> +                       interconnects = <&mmss_noc MASTER_MDP0 0 &mc_virt 
> SLAVE_EBI1 0>;
>                         interconnect-names = "mdp0-mem";
>
>                         iommus = <&apps_smmu 0x800 0x2>;
> --
> 2.26.2
>

Reply via email to