Message ID | 20231130171628.12257-1-johan+linaro@kernel.org |
---|---|
Headers | show |
Series | dt-bindings: iio/adc: qcom,spmi: fix up examples | expand |
On Thu, 30 Nov 2023 18:16:22 +0100 Johan Hovold <johan+linaro@kernel.org> wrote: > When reviewing the various SPMI PMIC bindings, I noticed that several > examples were incorrect and misleading and could also use some cleanup. > > This series addresses the iio/adc ones. All look fine to me. Just waiting for the DT folk to have time to take a look. > > Johan > > > Johan Hovold (6): > dt-bindings: iio/adc: qcom,spmi-iadc: fix reg description > dt-bindings: iio/adc: qcom,spmi-iadc: fix example node name > dt-bindings: iio/adc: qcom,spmi-iadc: clean up example > dt-bindings: iio/adc: qcom,spmi-rradc: clean up example > dt-bindings: iio/adc: qcom,spmi-vadc: fix example node names > dt-bindings: iio/adc: qcom,spmi-vadc: clean up examples > > .../devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml | 10 ++++++---- > .../devicetree/bindings/iio/adc/qcom,spmi-rradc.yaml | 4 ++-- > .../devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml | 9 +++++---- > 3 files changed, 13 insertions(+), 10 deletions(-) >
On Mon, 4 Dec 2023 16:25:34 +0000 Conor Dooley <conor@kernel.org> wrote: > On Mon, Dec 04, 2023 at 01:26:24PM +0000, Jonathan Cameron wrote: > > On Thu, 30 Nov 2023 18:16:22 +0100 > > Johan Hovold <johan+linaro@kernel.org> wrote: > > > > > When reviewing the various SPMI PMIC bindings, I noticed that several > > > examples were incorrect and misleading and could also use some cleanup. > > > > > > This series addresses the iio/adc ones. > > > > All look fine to me. Just waiting for the DT folk to have time to take a look. > > Yah, they all look grand to me. > Acked-by: Conor Dooley <conor.dooley@microchip.com> > > Cheers, > Conor. Applied. Thanks, J