mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: qcom: Add the qrng node for the Auto VM direwolf platforms"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
b4f04f2490
@@ -19,3 +19,7 @@
|
||||
memory-region = <&secure_display_memory>;
|
||||
};
|
||||
};
|
||||
|
||||
&qcom_rng_ee3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -157,6 +157,24 @@
|
||||
compatible = "qcom,iommu-dma";
|
||||
memory-region = <&system_cma>;
|
||||
};
|
||||
|
||||
qcom_rng_ee3: qrng@10d3000 {
|
||||
compatible = "qcom,msm-rng";
|
||||
reg = <0x10d3000 0x1000>;
|
||||
qcom,no-qrng-config;
|
||||
clocks = <&dummycc RPMH_HWKM_CLK>;
|
||||
clock-names = "km_clk_src";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qcom_rng_ee4: qrng@10d4000 {
|
||||
compatible = "qcom,msm-rng";
|
||||
reg = <0x10d4000 0x1000>;
|
||||
qcom,no-qrng-config;
|
||||
clocks = <&dummycc RPMH_HWKM_CLK>;
|
||||
clock-names = "km_clk_src";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
®ulator {
|
||||
|
||||
Reference in New Issue
Block a user