Skip to content

Commit

Permalink
arm: dts: ts4900: ts7970: Added RTC flags to set temperature sensing …
Browse files Browse the repository at this point in the history
…every minute, and set voltage thresholds for low battery warnings
  • Loading branch information
markfeathers committed Nov 22, 2022
1 parent 1c9df90 commit 8e6f6ed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/imx6qdl-ts4900-reve.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
isl12022: rtc@6f {
compatible = "isil,isl12022";
reg = <0x6f>;
tse-minutes = <1>;
vb75 = <2>; /* 2.25V */
vb85 = <2>; /* 2.55V */
};

gpio8: gpio@28 {
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/imx6qdl-ts4900.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
isl12022: rtc@6f {
compatible = "isil,isl12022";
reg = <0x6f>;
tse-minutes = <1>;
vb75 = <2>; /* 2.25V */
vb85 = <2>; /* 2.55V */
};

gpio8: gpio@28 {
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/imx6qdl-ts7970-revf.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@
isl12022: rtc@6f {
compatible = "isl,isl12022";
reg = <0x6f>;
tse-minutes = <1>;
vb75 = <2>; /* 2.25V */
vb85 = <2>; /* 2.55V */
};

gpio8: gpio@28 {
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/imx6qdl-ts7970.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@
isl12022: rtc@6f {
compatible = "isl,isl12022";
reg = <0x6f>;
tse-minutes = <1>;
vb75 = <2>; /* 2.25V */
vb85 = <2>; /* 2.55V */
};

gpio8: gpio@28 {
Expand Down

0 comments on commit 8e6f6ed

Please sign in to comment.