Message ID | 20200817022746.3115005-1-cphealy@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: vfxxx: Add syscon compatible with ocotp | expand |
Hi Chris, On Sun, Aug 16, 2020 at 11:28 PM Chris Healy <cphealy@gmail.com> wrote: > > From: Chris Healy <cphealy@gmail.com> > > Add syscon compatibility with Vybrid ocotp node. This is required to > access the UID. > > Signed-off-by: Chris Healy <cphealy@gmail.com> Would a Fixes tag be appropriate here so that it can be backported to older stable kernels?
On Wed, Aug 19, 2020 at 3:08 PM Fabio Estevam <festevam@gmail.com> wrote: > > Hi Chris, > > On Sun, Aug 16, 2020 at 11:28 PM Chris Healy <cphealy@gmail.com> wrote: > > > > From: Chris Healy <cphealy@gmail.com> > > > > Add syscon compatibility with Vybrid ocotp node. This is required to > > access the UID. > > > > Signed-off-by: Chris Healy <cphealy@gmail.com> > > Would a Fixes tag be appropriate here so that it can be backported to > older stable kernels? Good point, I will add that in v2.
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi index 0fe03aa0367f..2259d11af721 100644 --- a/arch/arm/boot/dts/vfxxx.dtsi +++ b/arch/arm/boot/dts/vfxxx.dtsi @@ -495,7 +495,7 @@ edma1: dma-controller@40098000 { }; ocotp: ocotp@400a5000 { - compatible = "fsl,vf610-ocotp"; + compatible = "fsl,vf610-ocotp", "syscon"; reg = <0x400a5000 0x1000>; clocks = <&clks VF610_CLK_OCOTP>; };