Commit dac772cb authored by Philipp Zabel's avatar Philipp Zabel Committed by Shawn Guo

ARM: dts: imx6qdl-tqma6x: add fixed power supplies

Add fixed power supplies to the EEPROM nodes to suppress a warning:

  at24 2-0050: supply vcc not found, using dummy regulator
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4c95e736
......@@ -36,6 +36,7 @@ eeprom@50 {
compatible = "st,24c64", "atmel,24c64";
reg = <0x50>;
pagesize = <32>;
vcc-supply = <&reg_3p3v>;
};
};
......
......@@ -29,5 +29,6 @@ eeprom@50 {
compatible = "st,24c64", "atmel,24c64";
reg = <0x50>;
pagesize = <32>;
vcc-supply = <&reg_3p3v>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment