On Wed, 29 Jan 2025 12:03:03 +0100, Angelo Dureghello wrote: > From: Guillaume Stols <gstols@xxxxxxxxxxxx> > > A new compatible is added to reflect the specialized version of the HDL. > We use the parallel interface to write the ADC's registers, and > accessing this interface requires to use ADI_AXI_REG_CONFIG_RD, > ADI_AXI_REG_CONFIG_WR and ADI_AXI_REG_CONFIG_CTRL in a custom fashion. > > Signed-off-by: Guillaume Stols <gstols@xxxxxxxxxxxx> > Co-developed-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx> > Signed-off-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx> > --- > .../devicetree/bindings/iio/adc/adi,axi-adc.yaml | 70 +++++++++++++++++++++- > 1 file changed, 69 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>