diff --git a/qcom/khaje.dtsi b/qcom/khaje.dtsi index 6d8a43f7..b89a9f98 100644 --- a/qcom/khaje.dtsi +++ b/qcom/khaje.dtsi @@ -2410,6 +2410,9 @@ dev-ref-clk-freq = <0>; /* 19.2 MHz */ #reset-cells = <1>; + nvmem-cells = <&boot_config>; + nvmem-cell-names = "boot_conf"; + clock-names = "core_clk", "bus_aggr_clk", @@ -3061,6 +3064,10 @@ reg = <0x6030 0x1>; bits = <0 8>; }; + + boot_config: boot_config@6070 { + reg = <0x6070 0x4>; + }; }; spmi_bus: qcom,spmi@1c40000 {