On Sun, Sep 11, 2016 at 3:30 PM, Jagan Teki <jagannadh.t...@gmail.com> 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.