diff mbox series

ARM: dts: vfxxx: Add syscon compatible with ocotp

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

Commit Message

Chris Healy Aug. 17, 2020, 2:27 a.m. UTC
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>
---
 arch/arm/boot/dts/vfxxx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fabio Estevam Aug. 19, 2020, 10:08 p.m. UTC | #1
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?
Chris Healy Aug. 20, 2020, 2:37 a.m. UTC | #2
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 mbox series

Patch

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>;
 			};