ARM: dts: msm: Add qfprom node for kera and tuna
Add qfprom node for kera and tuna. Change-Id: I2fc32aebc58b6793cb9be896b4dd1dc8734a05a8 Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
This commit is contained in:
@@ -906,6 +906,15 @@
|
||||
#size-cells = <1>;
|
||||
read-only;
|
||||
ranges;
|
||||
feat_conf6: feat_conf6@0118 {
|
||||
reg = <0x0118 0x4>;
|
||||
};
|
||||
};
|
||||
|
||||
qfprom_sys: qfprom@0 {
|
||||
compatible = "qcom,qfprom-sys";
|
||||
nvmem-cells = <&feat_conf6>;
|
||||
nvmem-cell-names = "feat_conf6";
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
@@ -1460,6 +1460,15 @@
|
||||
#size-cells = <1>;
|
||||
read-only;
|
||||
ranges;
|
||||
feat_conf6: feat_conf6@0118 {
|
||||
reg = <0x0118 0x4>;
|
||||
};
|
||||
};
|
||||
|
||||
qfprom_sys: qfprom@0 {
|
||||
compatible = "qcom,qfprom-sys";
|
||||
nvmem-cells = <&feat_conf6>;
|
||||
nvmem-cell-names = "feat_conf6";
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
Reference in New Issue
Block a user