Просмотр исходного кода

ipq806x: fix wrong definition for tsense calib

We have only 11 sensors on ipq806x. Fix the reg property
to load the right amount of data instead of the entire
space.

Tested-by: Stefan Lippers-Hollmann <[email protected]> [nbg6817/ipq8065]
Signed-off-by: Ansuel Smith <[email protected]>
Ansuel Smith 6 лет назад
Родитель
Сommit
b04ccdb1e8

+ 2 - 2
target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064.dtsi

@@ -577,10 +577,10 @@
 			#size-cells = <1>;
 			status = "okay";
 			tsens_calib: calib@400 {
-				reg = <0x400 0x10>;
+				reg = <0x400 0xb>;
 			};
 			tsens_backup: backup@410 {
-				reg = <0x410 0x10>;
+				reg = <0x410 0xb>;
 			};
 			speedbin_efuse: speedbin@0c0 {
 				reg = <0x0c0 0x4>;