On Sun, Sep 11, 2016 at 3:30 PM, Jagan Teki <jagannadh.teki@xxxxxxxxx> wrote: > + reg_3p3v: regulator-3p3v { > + compatible = "regulator-fixed"; > + regulator-name = "3P3V"; > + regulator-min-microvolt = <3300000>; > + regulator-max-microvolt = <3300000>; > + regulator-boot-on; > + regulator-always-on; You should remove " regulator-boot-on" and "regulator-always-on" as the reg_3p3v regulator is controlled by the can nodes. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html