FROMLIST v3 arm64: dts: qcom: milos: Add GX clock controller
Add a node for the GX clock controller, which provides a power domain to consumers. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
This commit is contained in:
parent
e346b56bab
commit
070cf521f6
1 changed files with 10 additions and 0 deletions
|
|
@ -1592,6 +1592,16 @@
|
|||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
|
||||
gxclkctl: clock-controller@3d64000 {
|
||||
compatible = "qcom,milos-gxclkctl";
|
||||
reg = <0x0 0x03d64000 0x0 0x6000>;
|
||||
|
||||
power-domains = <&rpmhpd RPMHPD_GFX>,
|
||||
<&gpucc GPU_CC_CX_GDSC>;
|
||||
|
||||
#power-domain-cells = <1>;
|
||||
};
|
||||
|
||||
gpucc: clock-controller@3d90000 {
|
||||
compatible = "qcom,milos-gpucc";
|
||||
reg = <0x0 0x03d90000 0x0 0x9800>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue