Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1616304

[PATCH v4 3/6] ARM: dts: sun4i: Add can0_pins_a pinctrl settings

From Patrick Menschel <menschel.p@posteo.de>
Newsgroups linux.kernel
Subject [PATCH v4 3/6] ARM: dts: sun4i: Add can0_pins_a pinctrl settings
Date 2017-04-04 20:40 +0200
Message-ID <tsBx0-ao-11@gated-at.bofh.it> (permalink)
References <tsBx0-ao-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The A10 SoC has an on-board CAN controller. This patch adds the
pinctrl settings for pins PH20 and PH21.

This patch is adapted from the description in
Documentation/devicetree/bindings/net/can/sun4i_can.txt

Signed-off-by: Patrick Menschel <menschel.p@posteo.de>
---
 arch/arm/boot/dts/sun4i-a10.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi
index 4d8eaf2..e72d67d 100644
--- a/arch/arm/boot/dts/sun4i-a10.dtsi
+++ b/arch/arm/boot/dts/sun4i-a10.dtsi
@@ -974,6 +974,11 @@
 			#interrupt-cells = <3>;
 			#gpio-cells = <3>;
 
+			can0_pins_a: can0@0 {
+				pins = "PH20", "PH21";
+				function = "can";
+			};
+
 			emac_pins_a: emac0@0 {
 				pins = "PA0", "PA1", "PA2",
 				       "PA3", "PA4", "PA5", "PA6",
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/6] ARM: dts: sunxi: Add CAN node and can0_pins_a pinctrl settings Patrick Menschel <menschel.p@posteo.de> - 2017-04-04 20:40 +0200
  [PATCH v4 3/6] ARM: dts: sun4i: Add can0_pins_a pinctrl settings Patrick Menschel <menschel.p@posteo.de> - 2017-04-04 20:40 +0200
  [PATCH v4 5/6] ARM: dts: sun7i: Add CAN node Patrick Menschel <menschel.p@posteo.de> - 2017-04-04 20:40 +0200
  [PATCH v4 6/6] ARM: dts: sun7i: Add can0_pins_a pinctrl settings Patrick Menschel <menschel.p@posteo.de> - 2017-04-04 20:40 +0200
  [PATCH v4 1/6] ARM: dts: sun4i: fix device node ordering Patrick Menschel <menschel.p@posteo.de> - 2017-04-04 20:40 +0200
  [PATCH v4 2/6] ARM: dts: sun4i: Add CAN node Patrick Menschel <menschel.p@posteo.de> - 2017-04-04 20:40 +0200
  [PATCH v4 4/6] ARM: dts: sun7i: fix device node ordering Patrick Menschel <menschel.p@posteo.de> - 2017-04-04 20:40 +0200
  Re: [PATCH v4 0/6] ARM: dts: sunxi: Add CAN node and can0_pins_a  pinctrl settings Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-05 08:30 +0200

csiph-web