LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: sun7i: add pinctrl for CAN in PA bank
@ 2019-02-20 14:25 Mans Rullgard
  2019-02-20 14:25 ` [PATCH 2/3] ARM: dts: sun7i: add pinctrl for EMAC in PH bank Mans Rullgard
  2019-02-20 14:25 ` [PATCH 3/3] ARM: dts: sun7i: add /omit-if-no-ref/ tags to pin group nodes Mans Rullgard
  0 siblings, 2 replies; 4+ messages in thread
From: Mans Rullgard @ 2019-02-20 14:25 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai; +Cc: linux-arm-kernel, linux-kernel

This adds pinctrl settings for the CAN controller using pins
PA16 and PA17.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 arch/arm/boot/dts/sun7i-a20.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 76d0c961f01e..4528c91ef837 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -757,6 +757,12 @@
 			#interrupt-cells = <3>;
 			#gpio-cells = <3>;
 
+			/omit-if-no-ref/
+			can_pa_pins: can-pa-pins {
+				pins = "PA16", "PA17";
+				function = "can";
+			};
+
 			can_ph_pins: can-ph-pins {
 				pins = "PH20", "PH21";
 				function = "can";
-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-20 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20 14:25 [PATCH 1/3] ARM: dts: sun7i: add pinctrl for CAN in PA bank Mans Rullgard
2019-02-20 14:25 ` [PATCH 2/3] ARM: dts: sun7i: add pinctrl for EMAC in PH bank Mans Rullgard
2019-02-20 14:25 ` [PATCH 3/3] ARM: dts: sun7i: add /omit-if-no-ref/ tags to pin group nodes Mans Rullgard
2019-02-20 15:15   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).