Commit 461f1f67 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

ARM: dts: imx6qdl-mba6: Add missing supply regulator for lm75 and at24

Fixes the warnings:
at24 0-0057: supply vcc not found, using dummy regulator
lm75 0-0049: supply vs not found, using dummy regulator
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0d0e727f
...@@ -15,6 +15,7 @@ &i2c1 { ...@@ -15,6 +15,7 @@ &i2c1 {
lm75: temperature-sensor@49 { lm75: temperature-sensor@49 {
compatible = "national,lm75"; compatible = "national,lm75";
reg = <0x49>; reg = <0x49>;
vs-supply = <&reg_mba6_3p3v>;
}; };
m24c64_57: eeprom@57 { m24c64_57: eeprom@57 {
...@@ -23,6 +24,7 @@ m24c64_57: eeprom@57 { ...@@ -23,6 +24,7 @@ m24c64_57: eeprom@57 {
pagesize = <32>; pagesize = <32>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
vcc-supply = <&reg_mba6_3p3v>;
mba_mac_address: mac-address@20 { mba_mac_address: mac-address@20 {
reg = <0x20 0x6>; reg = <0x20 0x6>;
......
...@@ -25,6 +25,7 @@ &i2c3 { ...@@ -25,6 +25,7 @@ &i2c3 {
lm75: temperature-sensor@49 { lm75: temperature-sensor@49 {
compatible = "national,lm75"; compatible = "national,lm75";
reg = <0x49>; reg = <0x49>;
vs-supply = <&reg_mba6_3p3v>;
}; };
m24c64_57: eeprom@57 { m24c64_57: eeprom@57 {
...@@ -33,6 +34,7 @@ m24c64_57: eeprom@57 { ...@@ -33,6 +34,7 @@ m24c64_57: eeprom@57 {
pagesize = <32>; pagesize = <32>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
vcc-supply = <&reg_mba6_3p3v>;
mba_mac_address: mac-address@20 { mba_mac_address: mac-address@20 {
reg = <0x20 0x6>; reg = <0x20 0x6>;
......
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