diff options
author | Harald Geyer <harald@ccbib.org> | 2018-03-15 12:25:06 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-03-19 17:12:25 -0400 |
commit | 11239fe6a06e38a58de61d6d798afd014e770a01 (patch) | |
tree | 39d7e360c9fb0be8194cf4de4d905d8402cb844d | |
parent | 494d836762e0ede6d0bf28ca89ccba786eeb65c5 (diff) |
arm64: dts: allwinner: a64: Add i2c0 pins
Add the proper pin group node to reference in board files.
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index 1b6dc31e7d91..64e452a758fa 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | |||
@@ -309,6 +309,11 @@ | |||
309 | interrupt-controller; | 309 | interrupt-controller; |
310 | #interrupt-cells = <3>; | 310 | #interrupt-cells = <3>; |
311 | 311 | ||
312 | i2c0_pins: i2c0_pins { | ||
313 | pins = "PH0", "PH1"; | ||
314 | function = "i2c0"; | ||
315 | }; | ||
316 | |||
312 | i2c1_pins: i2c1_pins { | 317 | i2c1_pins: i2c1_pins { |
313 | pins = "PH2", "PH3"; | 318 | pins = "PH2", "PH3"; |
314 | function = "i2c1"; | 319 | function = "i2c1"; |