> Signed-off-by: Markus Pargmann <mpa at pengutronix.de> > --- ... > + owire: owire at 10009000 { > + compatible = "fsl,imx27-owire", "fsl,imx21-owire"; > + reg = <0x10009000 0x1000>; > + clocks = <&clks 35>; > + clock-names = "ipg"; Clock name can be discarded here. > + status = "disabled"; > + }; > + ---