fix a typo in I2C1 DTS

This commit is contained in:
Martin Ayotte 2016-08-02 11:02:51 -04:00
parent f5e0214b87
commit fd7887f213

View File

@ -136,7 +136,7 @@ index 8e7d38c..06aa68c 100644
+ reg = <0x01c2b000 0x400>;
+ interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c2_pins_a>;
+ pinctrl-0 = <&i2c1_pins_a>;
+ clocks = <&bus_gates 97>;
+ resets = <&apb2_rst 1>;
+ status = "disabled";