[RFC 2/2] ARM: dts: imx6ull/z: add fusable-node property

From: Peng Fan
Date: Sun May 19 2019 - 23:09:02 EST


Add fusable-node property for OCOTP

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
arch/arm/boot/dts/imx6ull.dtsi | 7 +++++++
arch/arm/boot/dts/imx6ulz.dtsi | 6 ++++++
2 files changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
index 22e4a307fa59..b616ed6ee4bf 100644
--- a/arch/arm/boot/dts/imx6ull.dtsi
+++ b/arch/arm/boot/dts/imx6ull.dtsi
@@ -32,6 +32,13 @@

&ocotp {
compatible = "fsl,imx6ull-ocotp", "syscon";
+
+ fusable-node = <&tsc 0xc 22
+ &can1 0xc 26
+ &can2 0xc 27
+ &usdhc1 0x10 4
+ &usdhc2 0x10 5
+ >;
};

&usdhc1 {
diff --git a/arch/arm/boot/dts/imx6ulz.dtsi b/arch/arm/boot/dts/imx6ulz.dtsi
index 0b5f1a763567..8edd9008e38b 100644
--- a/arch/arm/boot/dts/imx6ulz.dtsi
+++ b/arch/arm/boot/dts/imx6ulz.dtsi
@@ -19,6 +19,12 @@
};
};

+&ocotp {
+ fusable-node = <&usdhc1 0x10 4
+ &usdhc2 0x10 5
+ >;
+};
+
/delete-node/ &adc1;
/delete-node/ &ecspi3;
/delete-node/ &ecspi4;
--
2.16.4