On 07/28/2015 05:53 AM, Srinivas Kandagatla wrote:I will fix this in next version.
+
+ sdcc4_pwrseq:pwrseq {
Missing space here between label and node name.
Good spot and suggestion. I will do that in next version.+ compatible = "mmc-pwrseq-simple";
+ reset-gpios = <&pm8921_gpio 43 GPIO_ACTIVE_LOW>;
+ };
+
Also this node is not part of the SoC so it should be in the root,
possibly under some sort of power-sequences node so that all the
sequences are grouped in one place.
--