Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1376820 > unrolled thread
| Started by | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| First post | 2016-04-12 16:00 +0200 |
| Last post | 2016-04-12 16:00 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v2 0/4] STi DT updates Peter Griffin <peter.griffin@linaro.org> - 2016-04-12 16:00 +0200
[PATCH v2 2/4] ARM: DT: STiH407: Add i2c12 pin definition Peter Griffin <peter.griffin@linaro.org> - 2016-04-12 16:00 +0200
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2016-04-12 16:00 +0200 |
| Subject | [PATCH v2 0/4] STi DT updates |
| Message-ID | <rn71g-8gZ-5@gated-at.bofh.it> |
Hi Maxime / Patrice / Srini,
This series adds some more alternate pin configurations which were missing
upstream, the DT config for SSC12, and also a DT node for the at24c256 eeprom
to better describe the hardware on the I2C bus.
As at23c256 can now be accessed via nvmem framework it will allow stmmac driver to
be updated to obtain MAC address directlry from the eeprom.
regards,
Peter.
Changes in v2:
- Add better patch description for 'STiH407: Add DT node for at24c256 eeprom'
(Lee)
- Rebase on v4.6-rc3 (Peter)
Peter Griffin (4):
ARM: DT: STiH407: Add UART RTS/CTS pin configuration
ARM: DT: STiH407: Add i2c12 pin definition
ARM: DT: STiH407: Add node for i2c12 controller
ARM: STi: DT: STiH407: Add DT node for at24c256 eeprom
arch/arm/boot/dts/stih407-family.dtsi | 13 ++++++
arch/arm/boot/dts/stih407-pinctrl.dtsi | 82 ++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/stihxxx-b2120.dtsi | 9 ++++
3 files changed, 104 insertions(+)
--
1.9.1
[toc] | [next] | [standalone]
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2016-04-12 16:00 +0200 |
| Subject | [PATCH v2 2/4] ARM: DT: STiH407: Add i2c12 pin definition |
| Message-ID | <rn71i-8gZ-41@gated-at.bofh.it> |
| In reply to | #1376820 |
Add DT pinctrl definitions for SSC12 controller.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
arch/arm/boot/dts/stih407-pinctrl.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi
index 87e75bf..e647751 100644
--- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
@@ -203,6 +203,15 @@
};
};
+ i2c12 {
+ pinctrl_i2c12_default: i2c12-default {
+ st,pins {
+ sda = <&pio3 6 ALT2 BIDIR>;
+ scl = <&pio3 7 ALT2 BIDIR>;
+ };
+ };
+ };
+
keyscan {
pinctrl_keyscan: keyscan {
st,pins {
--
1.9.1
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web