* Balaji T K <balajitk@xxxxxx> [131121 06:21]: > Add pbias-supply to mmc1/sd card. ... > --- a/arch/arm/boot/dts/dra7-evm.dts > +++ b/arch/arm/boot/dts/dra7-evm.dts > @@ -261,6 +261,7 @@ > &mmc1 { > status = "okay"; > vmmc-supply = <&ldo1_reg>; > + pbias-supply = <&pbias_regulator>; > bus-width = <4>; > }; You may not need to patch this in at all. I think the PBIAS is there only for the first slot and it's hardwired so it's always there. If that's the case, then you can just always request it. Or use the compatible flag if needed. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html