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:
Souradeep Chowdhury
2024-10-03 18:07:46 +05:30
parent 247da1c9cb
commit 270192d539
2 changed files with 18 additions and 0 deletions

View File

@@ -657,6 +657,15 @@
restrict-access; restrict-access;
}; };
qfprom: qfprom@221c8000 {
compatible = "qcom,kera-qfprom", "qcom,qfprom";
reg = <0x221c8000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
read-only;
ranges;
};
clocks { clocks {
xo_board: xo_board { xo_board: xo_board {
compatible = "fixed-clock"; compatible = "fixed-clock";

View File

@@ -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 { clocks {
xo_board: xo_board { xo_board: xo_board {
compatible = "fixed-clock"; compatible = "fixed-clock";