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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ &i2c1 {
	lm75: temperature-sensor@49 {
		compatible = "national,lm75";
		reg = <0x49>;
		vs-supply = <&reg_mba6_3p3v>;
	};

	m24c64_57: eeprom@57 {
@@ -23,6 +24,7 @@ m24c64_57: eeprom@57 {
		pagesize = <32>;
		#address-cells = <1>;
		#size-cells = <1>;
		vcc-supply = <&reg_mba6_3p3v>;

		mba_mac_address: mac-address@20 {
			reg = <0x20 0x6>;
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ &i2c3 {
	lm75: temperature-sensor@49 {
		compatible = "national,lm75";
		reg = <0x49>;
		vs-supply = <&reg_mba6_3p3v>;
	};

	m24c64_57: eeprom@57 {
@@ -33,6 +34,7 @@ m24c64_57: eeprom@57 {
		pagesize = <32>;
		#address-cells = <1>;
		#size-cells = <1>;
		vcc-supply = <&reg_mba6_3p3v>;

		mba_mac_address: mac-address@20 {
			reg = <0x20 0x6>;