What is the correct Linux pin control configuration for ANA0 and ANA1 on TFBGA361?
I have a design based on the STM32MP157C (technically the Octavo SiP) which simulatenously uses PA0, PA1, ANA0, and ANA1. While measuring analog signals on the device, I'm noticing that the CPU is biasing the ANA0 and ANA1 signals -- based on a measurement across a filter resistor which has a higher voltage on the CPU side than on the measurement side.
CubeMX did not generate any special pin control definitions for my use of ANA0 and ANA1; but I'm suspcious that there's either a pull up I need to disable, or the ANAx_SEL bits in SYSCFG_PMCR are not being set correctly.
What pin control settings, or ADC configuration settings, should be present in the device tree for best performance of the ANA0 and ANA1 pins?
