ARM: tegra: apalis-tk1: shorten temperature-sensor node
Shorten temperature-sensor node to just temp-sensor as suggested in the binding documentation. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
94c3847dc5
commit
6253f88572
|
@ -1745,7 +1745,7 @@
|
|||
* TMP451 temperature sensor
|
||||
* Note: THERM_N directly connected to AS3722 PMIC THERM
|
||||
*/
|
||||
temperature-sensor@4c {
|
||||
temp-sensor@4c {
|
||||
compatible = "ti,tmp451";
|
||||
reg = <0x4c>;
|
||||
interrupt-parent = <&gpio>;
|
||||
|
|
|
@ -1775,7 +1775,7 @@
|
|||
* TMP451 temperature sensor
|
||||
* Note: THERM_N directly connected to AS3722 PMIC THERM
|
||||
*/
|
||||
temperature-sensor@4c {
|
||||
temp-sensor@4c {
|
||||
compatible = "ti,tmp451";
|
||||
reg = <0x4c>;
|
||||
interrupt-parent = <&gpio>;
|
||||
|
|
Loading…
Reference in New Issue