]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: vfxxx: Add syscon compatible with OCOTP
authorChris Healy <cphealy@gmail.com>
Fri, 21 Aug 2020 21:21:02 +0000 (14:21 -0700)
committerShawn Guo <shawnguo@kernel.org>
Sun, 23 Aug 2020 03:13:27 +0000 (11:13 +0800)
Add syscon compatibility with Vybrid OCOTP node. This is required to
access the UID.

Fixes: 50bb155f25d54 ("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>
arch/arm/boot/dts/vfxxx.dtsi

index 0fe03aa0367f236ce964b1438e5c760a233bf3d1..2259d11af721e8d90acea7ca0de3df971b66dd91 100644 (file)
                        };
 
                        ocotp: ocotp@400a5000 {
-                               compatible = "fsl,vf610-ocotp";
+                               compatible = "fsl,vf610-ocotp", "syscon";
                                reg = <0x400a5000 0x1000>;
                                clocks = <&clks VF610_CLK_OCOTP>;
                        };