ARM: dts: stm32: dk1: activate adc used for usb power check

The ADC is deactivated in kernel but U-Boot uses ADC measurements
on adc1 channels 18 and 19 for USB power check.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Change-Id: I90ae4ebf67c39de79927bd586c3614e4279c2a33
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/134895
Reviewed-by: CITOOLS <smet-aci-reviews@lists.codex.cro.st.com>
Reviewed-by: CIBUILD <smet-aci-builds@lists.codex.cro.st.com>
This commit is contained in:
Patrick Delaunay
2019-06-03 14:55:18 +02:00
parent b17bf20445
commit b09e8d7430

View File

@ -33,6 +33,10 @@
};
};
&adc {
status = "okay";
};
&clk_hse {
st,digbypass;
};