Skip to content

Commit 2a6838d

Browse files
chealyShawn Guo
authored andcommitted
ARM: dts: vfxxx: Add syscon compatible with OCOTP
Add syscon compatibility with Vybrid OCOTP node. This is required to access the UID. Fixes: fa8d20c ("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> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent c5e4606 commit 2a6838d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/vfxxx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
};
496496

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

0 commit comments

Comments
 (0)