mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Add boot_config support for khaje
Add boot_config reg reading support from nvmem cell to check if the boot device is emmc or ufs. Change-Id: I44fc13359cfa44f67f31ee9885bf280d777a3da9
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
ffb41aed11
commit
99995f8e4b
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user