[meta-xilinx] [PATCH] microzed-zynq7.dts: Enabled i2c controller
Thomas Koeller
thomas at koeller.dyndns.org
Sun Aug 7 04:44:01 PDT 2016
While support for the cadence i2c controller was enabled in the kernel
configuration, it was disabled in devicetree.
Signed-off-by: Thomas Koeller <thomas at koeller.dyndns.org>
---
recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts b/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
index f0de60e..7063df8 100644
--- a/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
+++ b/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
@@ -54,6 +54,14 @@
usb-phy = <&usb_phy0>;
};
+&i2c0 {
+ status = "okay";
+};
+
+&i2c1 {
+ status = "okay";
+};
+
&qspi {
status = "okay";
primary_flash: ps7-qspi at 0 {
--
2.5.5
More information about the meta-xilinx
mailing list