arm64: dts: qcom: msm8994: Fix BLSP[12]_DMA channels count
[ Upstream commit 1ae438d26b ]
MSM8994 actually features 24 DMA channels for each BLSP,
fix it!
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220319174645.340379-14-konrad.dybcio@somainline.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
c400439adc
commit
7e391ec939
1 changed files with 2 additions and 2 deletions
|
|
@ -316,7 +316,7 @@
|
|||
#dma-cells = <1>;
|
||||
qcom,ee = <0>;
|
||||
qcom,controlled-remotely;
|
||||
num-channels = <18>;
|
||||
num-channels = <24>;
|
||||
qcom,num-ees = <4>;
|
||||
};
|
||||
|
||||
|
|
@ -412,7 +412,7 @@
|
|||
#dma-cells = <1>;
|
||||
qcom,ee = <0>;
|
||||
qcom,controlled-remotely;
|
||||
num-channels = <18>;
|
||||
num-channels = <24>;
|
||||
qcom,num-ees = <4>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue