arm64: dts: rockchip: rk3528: Add trim configure for tsadc

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: I9f3c5a3be522228e1cbc3c7c9075561ea4bc9bfc
This commit is contained in:
Finley Xiao
2023-07-25 11:22:00 +08:00
committed by Tao Huang
parent 4aa87e5793
commit 81a1028bb7

View File

@@ -1916,6 +1916,8 @@
rockchip,hw-tshut-temp = <120000>;
rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
nvmem-cells = <&cpu_tsadc_trim_l>, <&cpu_tsadc_trim_h>;
nvmem-cell-names = "trim_l", "trim_h";
status = "disabled";
};
@@ -2316,6 +2318,12 @@
dmc_opp_info: dmc-opp-info@3e {
reg = <0x3e 0x6>;
};
cpu_tsadc_trim_l: cpu-tsadc-trim-l@44 {
reg = <0x44 0x1>;
};
cpu_tsadc_trim_h: cpu-tsadc-trim-h@45 {
reg = <0x45 0x1>;
};
};
dmac: dma-controller@ffd60000 {