diff mbox series

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

Message ID 20190520032020.7920-2-peng.fan@nxp.com (mailing list archive)
State RFC
Headers show
Series [RFC,1/2] dt-bindings: imx-ocotp: Add fusable-node property | expand

Commit Message

Peng Fan May 20, 2019, 3:06 a.m. UTC
Add fusable-node property for OCOTP

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

Patch

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;