mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
ARM: dts: imx6qdl-tqma6: add missing labels
Add the missing labels for the temperature sensor and the EEPROM. In SoM variants A and B, the components are connected to different I2C buses. These labels are needed to reference them in subsequent device trees. Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
b3d9c14e61
commit
e65d9599d2
|
|
@ -27,13 +27,13 @@ pmic: pmic@8 {
|
|||
reg = <0x08>;
|
||||
};
|
||||
|
||||
temperature-sensor@48 {
|
||||
lm75_48: temperature-sensor@48 {
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x48>;
|
||||
vs-supply = <&sw4_reg>;
|
||||
};
|
||||
|
||||
eeprom@50 {
|
||||
m24c64_50: eeprom@50 {
|
||||
compatible = "st,24c64", "atmel,24c64";
|
||||
reg = <0x50>;
|
||||
pagesize = <32>;
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@ pmic: pmic@8 {
|
|||
reg = <0x08>;
|
||||
};
|
||||
|
||||
temperature-sensor@48 {
|
||||
lm75_48: temperature-sensor@48 {
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x48>;
|
||||
vs-supply = <&sw4_reg>;
|
||||
};
|
||||
|
||||
eeprom@50 {
|
||||
m24c64_50: eeprom@50 {
|
||||
compatible = "st,24c64", "atmel,24c64";
|
||||
reg = <0x50>;
|
||||
pagesize = <32>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user