i2S-6ULL: add ADC1 controller and regulator for reference 3v3
This commit is contained in:
@ -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 = <®_vref_3v3>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user