Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38918b72 authored by Markus Pargmann's avatar Markus Pargmann Committed by Shawn Guo
Browse files

ARM: dts: imx27 phyCARD-S, i2c ADC device node

parent b9d6bfaa
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,18 @@
			};
			};
		};
		};
	};
	};

	regulators {
		compatible = "simple-bus";

		reg_3v3: 3v3 {
			compatible = "regulator-fixed";
			regulator-name = "3V3";
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			regulator-always-on;
		};
	};
};
};


&fb {
&fb {
@@ -48,6 +60,12 @@
		compatible = "nxp,pcf8563";
		compatible = "nxp,pcf8563";
		reg = <0x51>;
		reg = <0x51>;
	};
	};

	adc@64 {
		compatible = "maxim,max1037";
		vcc-supply = <&reg_3v3>;
		reg = <0x64>;
	};
};
};


&owire {
&owire {