[PATCH v2 4/4] ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators
Lee Jones
lee.jones at linaro.org
Wed May 21 02:29:13 PDT 2014
> Adds additional nodes to support GPLDO1-6 and VBUS regulators which
> are now supported in the bcm590xx regulator driver.
>
> Signed-off-by: Matt Porter <mporter at linaro.org>
> ---
> arch/arm/boot/dts/bcm59056.dtsi | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
I'm not going to apply this with the rest of the set. It will have to
go in via your normal arch/arm route.
> diff --git a/arch/arm/boot/dts/bcm59056.dtsi b/arch/arm/boot/dts/bcm59056.dtsi
> index dfadaaa..066adfb 100644
> --- a/arch/arm/boot/dts/bcm59056.dtsi
> +++ b/arch/arm/boot/dts/bcm59056.dtsi
> @@ -70,5 +70,26 @@
>
> vsr_reg: vsr {
> };
> +
> + gpldo1_reg: gpldo1 {
> + };
What do these empty nodes do in any case?
Don't you at least need a status property in there or something?
> + gpldo2_reg: gpldo2 {
> + };
> +
> + gpldo3_reg: gpldo3 {
> + };
> +
> + gpldo4_reg: gpldo4 {
> + };
> +
> + gpldo5_reg: gpldo5 {
> + };
> +
> + gpldo6_reg: gpldo6 {
> + };
> +
> + vbus_reg: vbus {
> + };
> };
> };
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
More information about the linux-arm-kernel
mailing list