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:
Max Merchel 2026-02-20 15:30:02 +01:00 committed by Frank Li
parent b3d9c14e61
commit e65d9599d2
2 changed files with 4 additions and 4 deletions

View File

@ -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>;

View File

@ -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>;