Message ID | 1479344899-3141-3-git-send-email-ping.bai@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Nov 17, 2016 at 09:08:19AM +0800, Bai Ping wrote: > Add ocotp node for i.MX6UL SOC. > > Signed-off-by: Bai Ping <ping.bai@nxp.com> The DTS change looks good to me. But I cannot apply it until the driver and bindings part get accepted. You should figure out who is collecting nvmem patches. It seems to be Greg Kroah-Hartman, who is not on copy. Shawn > --- > arch/arm/boot/dts/imx6ul.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi > index c5c05fd..c6f6613 100644 > --- a/arch/arm/boot/dts/imx6ul.dtsi > +++ b/arch/arm/boot/dts/imx6ul.dtsi > @@ -849,6 +849,12 @@ > reg = <0x021b0000 0x4000>; > }; > > + ocotp: ocotp-ctrl@021bc000 { > + compatible = "fsl,imx6ul-ocotp", "syscon"; > + reg = <0x021bc000 0x4000>; > + clocks = <&clks IMX6UL_CLK_OCOTP>; > + }; > + > lcdif: lcdif@021c8000 { > compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif"; > reg = <0x021c8000 0x4000>; > -- > 1.9.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On 30/12/16 02:25, Shawn Guo wrote: > On Thu, Nov 17, 2016 at 09:08:19AM +0800, Bai Ping wrote: >> Add ocotp node for i.MX6UL SOC. >> >> Signed-off-by: Bai Ping <ping.bai@nxp.com> > > The DTS change looks good to me. But I cannot apply it until the driver > and bindings part get accepted. You should figure out who is collecting > nvmem patches. It seems to be Greg Kroah-Hartman, who is not on copy. Sorry for delay in response, I will take care of the 1/3 and 2/3 nvmem patches. Thanks, srini > > Shawn > >> --- >> arch/arm/boot/dts/imx6ul.dtsi | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi >> index c5c05fd..c6f6613 100644 >> --- a/arch/arm/boot/dts/imx6ul.dtsi >> +++ b/arch/arm/boot/dts/imx6ul.dtsi >> @@ -849,6 +849,12 @@ >> reg = <0x021b0000 0x4000>; >> }; >> >> + ocotp: ocotp-ctrl@021bc000 { >> + compatible = "fsl,imx6ul-ocotp", "syscon"; >> + reg = <0x021bc000 0x4000>; >> + clocks = <&clks IMX6UL_CLK_OCOTP>; >> + }; >> + >> lcdif: lcdif@021c8000 { >> compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif"; >> reg = <0x021c8000 0x4000>; >> -- >> 1.9.1 >> >> >> _______________________________________________ >> linux-arm-kernel mailing list >> linux-arm-kernel@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Thu, Nov 17, 2016 at 09:08:19AM +0800, Bai Ping wrote: > Add ocotp node for i.MX6UL SOC. > > Signed-off-by: Bai Ping <ping.bai@nxp.com> Applied, thanks.
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index c5c05fd..c6f6613 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -849,6 +849,12 @@ reg = <0x021b0000 0x4000>; }; + ocotp: ocotp-ctrl@021bc000 { + compatible = "fsl,imx6ul-ocotp", "syscon"; + reg = <0x021bc000 0x4000>; + clocks = <&clks IMX6UL_CLK_OCOTP>; + }; + lcdif: lcdif@021c8000 { compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif"; reg = <0x021c8000 0x4000>;
Add ocotp node for i.MX6UL SOC. Signed-off-by: Bai Ping <ping.bai@nxp.com> --- arch/arm/boot/dts/imx6ul.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)