Merge "ARM: dts: msm: Add qfprom node for kera and tuna"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
90a712becc
@@ -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";
|
||||||
|
@@ -1397,6 +1397,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";
|
||||||
|
Reference in New Issue
Block a user