Message ID | 1371977061-9891-4-git-send-email-mpa@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
> Signed-off-by: Markus Pargmann <mpa@pengutronix.de> > --- ... > + owire: owire@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"; > + }; > + ---
On Sun, Jun 23, 2013 at 12:54:34PM +0400, Alexander Shiyan wrote: > > Signed-off-by: Markus Pargmann <mpa@pengutronix.de> > > --- > ... > > + owire: owire@10009000 { > > + compatible = "fsl,imx27-owire", "fsl,imx21-owire"; > > + reg = <0x10009000 0x1000>; > > + clocks = <&clks 35>; > > + clock-names = "ipg"; > > Clock name can be discarded here. Thanks, I fixed both, owire and memory offset. Regards, Markus > > > + status = "disabled"; > > + }; > > + > > > ---
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 10dcbd3..c6a78ba 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -110,6 +110,14 @@ clock-names = "ipg", "per"; }; + owire: owire@10009000 { + compatible = "fsl,imx27-owire", "fsl,imx21-owire"; + reg = <0x10009000 0x1000>; + clocks = <&clks 35>; + clock-names = "ipg"; + status = "disabled"; + }; + uart1: serial@1000a000 { compatible = "fsl,imx27-uart", "fsl,imx21-uart"; reg = <0x1000a000 0x1000>;
Signed-off-by: Markus Pargmann <mpa@pengutronix.de> --- Notes: Changes in v2: - Add fsl,imx27-owire as first entry in the compatibility list. arch/arm/boot/dts/imx27.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)