Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6de18454 authored by dawei.chien@mediatek.com's avatar dawei.chien@mediatek.com Committed by Matthias Brugger
Browse files

arm64: dts: mt8173: add node for thermal calibration



Add this for supporting thermal calibration by e-fuse data.

Signed-off-by: default avatarDawei Chien <dawei.chien@mediatek.com>
Reviewed-by: default avatarDaniel Kurtz <djkurtz@chromium.org>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 7fcef92d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -401,6 +401,11 @@
		efuse: efuse@10206000 {
			compatible = "mediatek,mt8173-efuse";
			reg = <0 0x10206000 0 0x1000>;
			#address-cells = <1>;
			#size-cells = <1>;
			thermal_calibration: calib@528 {
				reg = <0x528 0xc>;
			};
		};

		apmixedsys: clock-controller@10209000 {
@@ -574,6 +579,8 @@
			resets = <&pericfg MT8173_PERI_THERM_SW_RST>;
			mediatek,auxadc = <&auxadc>;
			mediatek,apmixedsys = <&apmixedsys>;
			nvmem-cells = <&thermal_calibration>;
			nvmem-cell-names = "calibration-data";
		};

		nor_flash: spi@1100d000 {