Commit 2a6838d5 authored by Chris Healy's avatar Chris Healy Committed by Shawn Guo
Browse files

ARM: dts: vfxxx: Add syscon compatible with OCOTP



Add syscon compatibility with Vybrid OCOTP node. This is required to
access the UID.

Fixes: fa8d20c8 ("ARM: dts: vfxxx: Add node corresponding to OCOTP")
Cc: stable@vger.kernel.org
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Reviewed-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarChris Healy <cphealy@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c5e46066
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -495,7 +495,7 @@
			};

			ocotp: ocotp@400a5000 {
				compatible = "fsl,vf610-ocotp";
				compatible = "fsl,vf610-ocotp", "syscon";
				reg = <0x400a5000 0x1000>;
				clocks = <&clks VF610_CLK_OCOTP>;
			};