ARM: dts: msm: Add qfprom node for kera and tuna
Add qfprom node to kera and tuna dt. Change-Id: I420f8a099dc5124254fc9a5c129b22f69c0876a3 Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
This commit is contained in:
@@ -657,6 +657,15 @@
|
||||
restrict-access;
|
||||
};
|
||||
|
||||
qfprom: qfprom@221c8000 {
|
||||
compatible = "qcom,kera-qfprom", "qcom,qfprom";
|
||||
reg = <0x221c8000 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
read-only;
|
||||
ranges;
|
||||
};
|
||||
|
||||
clocks {
|
||||
xo_board: xo_board {
|
||||
compatible = "fixed-clock";
|
||||
|
@@ -1391,6 +1391,15 @@
|
||||
|
||||
};
|
||||
|
||||
qfprom: qfprom@221c8000 {
|
||||
compatible = "qcom,tuna-qfprom", "qcom,qfprom";
|
||||
reg = <0x221c8000 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
read-only;
|
||||
ranges;
|
||||
};
|
||||
|
||||
clocks {
|
||||
xo_board: xo_board {
|
||||
compatible = "fixed-clock";
|
||||
|
Reference in New Issue
Block a user