Re: [PATCH] ARM: dts: am3517-evm: Create dummy regulator to squelch noise

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Adam Ford <aford173@xxxxxxxxx> [180619 15:44]:
> There are several peripherals who generate some extra noise when
> they don't have a regulator assigned to them.  This patch
> creates a dummy regulator to reduce the noise.
> 
> Signed-off-by: Adam Ford <aford173@xxxxxxxxx>
> 
> diff --git a/arch/arm/boot/dts/am3517-evm.dts b/arch/arm/boot/dts/am3517-evm.dts
> index d7eb6ad76c29..0d56c3f56a6d 100644
> --- a/arch/arm/boot/dts/am3517-evm.dts
> +++ b/arch/arm/boot/dts/am3517-evm.dts
> @@ -31,6 +31,13 @@
>                  regulator-max-microvolt = <3300000>;
>          };
>  
> +	dummy_reg: dummy_reg {
> +		compatible = "regulator-fixed";
> +		regulator-name = "dummy_reg";
> +		regulator-min-microvolt = <3300000>;
> +		regulator-max-microvolt = <3300000>;
> +	};
> +

How about just rename it to something like reg_3v3 instead of dummy?
Then if you find some GPIO or PMIC register controlling it you don't
have to change the naming again?

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux