Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sa8775p: add the QUPv3 #0 and #3 node

Add zeroth and third instance of the QUPv3 engine to the sa8775p.dtsi.

Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230526133122.16443-2-quic_shazhuss@quicinc.com

authored by

Shazad Hussain and committed by
Bjorn Andersson
07e3e172 c77612a0

+26
+26
arch/arm64/boot/dts/qcom/sa8775p.dtsi
··· 548 548 }; 549 549 }; 550 550 551 + qupv3_id_0: geniqup@9c0000 { 552 + compatible = "qcom,geni-se-qup"; 553 + reg = <0x0 0x9c0000 0x0 0x6000>; 554 + #address-cells = <2>; 555 + #size-cells = <2>; 556 + ranges; 557 + clock-names = "m-ahb", "s-ahb"; 558 + clocks = <&gcc GCC_QUPV3_WRAP_0_M_AHB_CLK>, 559 + <&gcc GCC_QUPV3_WRAP_0_S_AHB_CLK>; 560 + iommus = <&apps_smmu 0x403 0x0>; 561 + status = "disabled"; 562 + }; 563 + 551 564 qupv3_id_1: geniqup@ac0000 { 552 565 compatible = "qcom,geni-se-qup"; 553 566 reg = <0x0 0x00ac0000 0x0 0x6000>; ··· 603 590 power-domains = <&rpmhpd SA8775P_CX>; 604 591 status = "disabled"; 605 592 }; 593 + }; 594 + 595 + qupv3_id_3: geniqup@bc0000 { 596 + compatible = "qcom,geni-se-qup"; 597 + reg = <0x0 0xbc0000 0x0 0x6000>; 598 + #address-cells = <2>; 599 + #size-cells = <2>; 600 + ranges; 601 + clock-names = "m-ahb", "s-ahb"; 602 + clocks = <&gcc GCC_QUPV3_WRAP_3_M_AHB_CLK>, 603 + <&gcc GCC_QUPV3_WRAP_3_S_AHB_CLK>; 604 + iommus = <&apps_smmu 0x43 0x0>; 605 + status = "disabled"; 606 606 }; 607 607 608 608 ufs_mem_hc: ufs@1d84000 {