* 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