On Thu, 27 Feb 2025 19:03:43 +0800 Kever Yang <kever.yang@xxxxxxxxxxxxxx> wrote: > From: Simon Xue <xxm@xxxxxxxxxxxxxx> > > rk3562 is using v2 saradc with 8 channels. > > Signed-off-by: Simon Xue <xxm@xxxxxxxxxxxxxx> > Signed-off-by: Kever Yang <kever.yang@xxxxxxxxxxxxxx> > --- > > Changes in v2: None > > drivers/iio/adc/rockchip_saradc.c | 24 +++++++++++++++++++++++- > 1 file changed, 23 insertions(+), 1 deletion(-) > > diff --git a/drivers/iio/adc/rockchip_saradc.c b/drivers/iio/adc/rockchip_saradc.c > index a29e54754c8f..9995f95bafe0 100644 > --- a/drivers/iio/adc/rockchip_saradc.c > +++ b/drivers/iio/adc/rockchip_saradc.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > * Rockchip Successive Approximation Register (SAR) A/D Converter > - * Copyright (C) 2014 ROCKCHIP, Inc. > + * Copyright (C) 2014 Rockchip Electronics Co., Ltd. This 'fixup' should have been mentioned in the patch description. Not that important though so I'll leave it this time.