diff --git a/qcom/kera.dtsi b/qcom/kera.dtsi index 6113449d..99fc1841 100644 --- a/qcom/kera.dtsi +++ b/qcom/kera.dtsi @@ -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"; diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index c8757118..c80eaec6 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -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 { xo_board: xo_board { compatible = "fixed-clock";