On Thu, Jan 17, 2019 at 02:58:53PM +0000, Charles Keepax wrote: > +Example: > + > +lochnagar: lochnagar@22 { > + compatible = "cirrus,lochnagar2"; > + reg = <0x22>; > + > + reset-gpios = <&gpio0 55 0>; > + present-gpios = <&gpio0 60 0>; > + > + lochnagar-clk { > + compatible = "cirrus,lochnagar2-clk"; > + ... > + }; > + > + lochnagar-pinctrl { > + compatible = "cirrus,lochnagar-pinctrl"; > + ... > + }; > + > + lochnagar-regulator { > + compatible = "cirrus,lochnagar-regulator"; > + ... Sorry just realised this entry in the example is a hang over from earlier versions of the regulator code and needs to go apologies I will respin the series. Thanks, Charles