Message ID | 20200821212102.137991-2-cphealy@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,1/2] dt-bindings: nvmem: Add syscon to Vybrid OCOTP driver | expand |
On Fri, Aug 21, 2020 at 02:21:02PM -0700, Chris Healy wrote: > From: Chris Healy <cphealy@gmail.com> > > Add syscon compatibility with Vybrid OCOTP node. This is required to > access the UID. > > Fixes: fa8d20c8dbb77 ("ARM: dts: vfxxx: Add node corresponding to OCOTP") > Cc: stable@vger.kernel.org > Reviewed-by: Fabio Estevam <festevam@gmail.com> > Reviewed-by: Stefan Agner <stefan@agner.ch> > Signed-off-by: Chris Healy <cphealy@gmail.com> Applied, thanks.
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>; };