From ec568cce420f92c807bec61ddd70b4a1923ccac4 Mon Sep 17 00:00:00 2001 From: Arulpandiyan Vadivel Date: Tue, 30 Apr 2019 21:14:22 +0530 Subject: [PATCH] MLK-21554-1 ARM: dts: imx6sll: Add ocotp support Add ocotp support to imx6sll board which helps to fix lowbus freq issues. Signed-off-by: Arulpandiyan Vadivel Signed-off-by: Shrikant Bobade --- arch/arm/boot/dts/imx6sll.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi index f09f74bdd195..5fde4310deed 100644 --- a/arch/arm/boot/dts/imx6sll.dtsi +++ b/arch/arm/boot/dts/imx6sll.dtsi @@ -846,7 +846,7 @@ ocotp: ocotp-ctrl@21bc000 { #address-cells = <1>; #size-cells = <1>; - compatible = "fsl,imx6sll-ocotp", "syscon"; + compatible = "fsl,imx6sll-ocotp", "fsl,imx6q-ocotp", "syscon"; reg = <0x021bc000 0x4000>; clocks = <&clks IMX6SLL_CLK_OCOTP>; -- 2.17.1