i2S-6ULL: add ADC1 controller and regulator for reference 3v3

This commit is contained in:
SteveChen
2018-01-15 22:29:06 +08:00
parent 4ae60cc024
commit 80a55f326d

View File

@ -31,6 +31,19 @@
};
};
regulators:regulators {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <0>;
reg_vref_3v3: regulator@1 {
compatible = "regulator-fixed";
regulator-name = "VREF_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
};
pxp_v4l2 {
compatible = "fsl,imx6ul-pxp-v4l2", "fsl,imx6sx-pxp-v4l2", "fsl,imx6sl-pxp-v4l2";
status = "okay";
@ -569,3 +582,8 @@
&wdog2 {
status = "disabled";
};
&adc1 {
vref-supply = <&reg_vref_3v3>;
status = "disabled";
};