]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6qdl-tqma6: add missing labels
authorMax Merchel <Max.Merchel@ew.tq-group.com>
Fri, 20 Feb 2026 14:30:02 +0000 (15:30 +0100)
committerFrank Li <Frank.Li@nxp.com>
Mon, 6 Apr 2026 01:35:26 +0000 (21:35 -0400)
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>
arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6a.dtsi
arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6b.dtsi

index e8fd37dd88355f3bcdb309d11ec72d03815930a9..1251749a8dd003bdb36f4079fd73a8818084f7d2 100644 (file)
                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>;
index 0e404c1f62f26ae7ff51246a33c0ad05f928b731..7f526f39e0f2bd4295898abd3323c6257f1c754f 100644 (file)
                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>;