Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1364743
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/4] ARM: DT: STiH407: Add node for i2c12 controller |
| Date | 2016-03-25 16:40 +0100 |
| Message-ID | <rgC0a-3JW-7@gated-at.bofh.it> (permalink) |
| References | <rgC09-3JW-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add DT support for SSC12.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
arch/arm/boot/dts/stih407-family.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index 81f8121..7785f31 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -327,6 +327,19 @@
status = "disabled";
};
+ i2c@9542000 {
+ compatible = "st,comms-ssc4-i2c";
+ reg = <0x9542000 0x110>;
+ interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clk_sysin>;
+ clock-names = "ssc";
+ clock-frequency = <400000>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_i2c12_default>;
+
+ status = "disabled";
+ };
+
usb2_picophy0: phy1 {
compatible = "st,stih407-usb2-phy";
#phy-cells = <0>;
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] STi DT updates Peter Griffin <peter.griffin@linaro.org> - 2016-03-25 16:40 +0100
[PATCH 3/4] ARM: DT: STiH407: Add node for i2c12 controller Peter Griffin <peter.griffin@linaro.org> - 2016-03-25 16:40 +0100
[PATCH 1/4] ARM: DT: STiH407: Add UART RTS/CTS pin configuration Peter Griffin <peter.griffin@linaro.org> - 2016-03-25 16:40 +0100
[PATCH 4/4] ARM: STi: DT: STiH407: Add DT node for eeprom Peter Griffin <peter.griffin@linaro.org> - 2016-03-25 16:40 +0100
Re: [PATCH 4/4] ARM: STi: DT: STiH407: Add DT node for eeprom Lee Jones <lee.jones@linaro.org> - 2016-03-29 11:20 +0200
csiph-web