mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Add hwkm node for lahaina"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
eefffe5f2a
28
bindings/firmware/qcom/hwkm.txt
Normal file
28
bindings/firmware/qcom/hwkm.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
HWKM (Hardware Key Manager)
|
||||
|
||||
The HWKM driver is a platform device driver that helps
|
||||
communicating with both the master and slave blocks of the
|
||||
hardware key manager to issue commands to perform key operations
|
||||
mainly required for storage encryption.
|
||||
|
||||
Required properties:
|
||||
- compatible : Should be "qcom,hwkm".
|
||||
- reg: Register set for both master and slaves.
|
||||
- reg-names : Identifiers for parsing master and slave regs.
|
||||
- clocks : clocks needed for operating master and the slave.
|
||||
- clock-names : name identifiers corresponding to the clocks.
|
||||
- qcom,enable-hwkm-clk: to ensure clocks can be handled by HLOS.
|
||||
- qcom,op-freq-hz: Max frequency of the listed clocks.
|
||||
|
||||
Example:
|
||||
|
||||
qcom_hwkm: hwkm@10c0000 {
|
||||
compatible = "qcom,hwkm";
|
||||
reg = <0x10c0000 0x9000>, <0x1d90000 0x9000>;
|
||||
reg-names = "km_master", "ice_slave";
|
||||
qcom,enable-hwkm-clk;
|
||||
|
||||
clock-names = "km_clk_src";
|
||||
clocks = <&clock_rpmh RPMH_HWKM_CLK>;
|
||||
qcom,op-freq-hz = <75000000>;
|
||||
};
|
||||
@@ -1451,6 +1451,17 @@
|
||||
qcom,client-id = <0x00000001>;
|
||||
};
|
||||
|
||||
qcom_hwkm: hwkm@10c0000 {
|
||||
compatible = "qcom,hwkm";
|
||||
reg = <0x10c0000 0x9000>, <0x1d90000 0x9000>;
|
||||
reg-names = "km_master", "ice_slave";
|
||||
qcom,enable-hwkm-clk;
|
||||
|
||||
clock-names = "km_clk_src";
|
||||
clocks = <&clock_rpmh RPMH_HWKM_CLK>;
|
||||
qcom,op-freq-hz = <75000000>;
|
||||
};
|
||||
|
||||
ufsphy_mem: ufsphy_mem@1d87000 {
|
||||
reg = <0x1d87000 0xe10>;
|
||||
reg-names = "phy_mem";
|
||||
|
||||
Reference in New Issue
Block a user