mirror of https://gitee.com/openkylin/linux.git
ARM: tegra: colibri_t20: annotate/rename lm95245 temperature sensor
Rename and annotate LM95245 temperature sensor more in-line with our other device trees. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
9b41e68af9
commit
df2be1ae62
|
@ -584,7 +584,8 @@ ldo_rtc {
|
|||
};
|
||||
};
|
||||
|
||||
temperature-sensor@4c {
|
||||
/* LM95245 temperature sensor */
|
||||
temp-sensor@4c {
|
||||
compatible = "national,lm95245";
|
||||
reg = <0x4c>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue