Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: adc: rockchip-saradc: Allow use of a power-domain

The SARADC controller in most Rockchip SoCs are part of power domains
that are always powered on, i.e. PD_BUS or PD_PERI. These always powered
on power domains have typically not been described in the device tree.

Because these power domains have been left out of the device tree there
has not been any real need to properly describe the power domain of the
SARADC controller.

On RK3528 the SARADC controller is part of the PD_VPU power domain.

Add support to describe an optional power-domains for the SARADC
controller in Rockchip SoCs.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250723085654.2273324-4-jonas@kwiboo.se
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Jonas Karlman and committed by
Jonathan Cameron
83d76bf0 d75c7021

+3
+3
Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml
··· 47 47 - const: saradc 48 48 - const: apb_pclk 49 49 50 + power-domains: 51 + maxItems: 1 52 + 50 53 resets: 51 54 maxItems: 1 52 55