From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 3/3] ARM: shmobile: henninger: add CAN0 DT support
Date: Mon, 05 Jan 2015 22:26:45 +0000 [thread overview]
Message-ID: <2483119.HjgsDbcomx@wasted.cogentembedded.com> (raw)
In-Reply-To: <1652479.NHBlqJ9OaR@wasted.cogentembedded.com>
Define the Henninger board dependent part of the CAN0 device node.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
Changes in version 4:
- refreshed the patch.
Changes in version 3:
- changed "can0_data_a" to "can0_data", removed "can_clk_d" in the
"renesas,groups" property;
- moved CAN0 node to go after all others;
- refreshed the patch.
arch/arm/boot/dts/r8a7791-henninger.dts | 11 +++++++++++
1 file changed, 11 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7791-henninger.dts
=================================--- renesas.orig/arch/arm/boot/dts/r8a7791-henninger.dts
+++ renesas/arch/arm/boot/dts/r8a7791-henninger.dts
@@ -147,6 +147,11 @@
renesas,groups = "vin0_data8", "vin0_clk";
renesas,function = "vin0";
};
+
+ can0_pins: can0 {
+ renesas,groups = "can0_data";
+ renesas,function = "can0";
+ };
};
&scif0 {
@@ -321,3 +326,9 @@
};
};
};
+
+&can0 {
+ pinctrl-0 = <&can0_pins>;
+ pinctrl-names = "default";
+ status = "okay";
+};
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 3/3] ARM: shmobile: henninger: add CAN0 DT support
Date: Tue, 06 Jan 2015 01:26:45 +0300 [thread overview]
Message-ID: <2483119.HjgsDbcomx@wasted.cogentembedded.com> (raw)
In-Reply-To: <1652479.NHBlqJ9OaR@wasted.cogentembedded.com>
Define the Henninger board dependent part of the CAN0 device node.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
Changes in version 4:
- refreshed the patch.
Changes in version 3:
- changed "can0_data_a" to "can0_data", removed "can_clk_d" in the
"renesas,groups" property;
- moved CAN0 node to go after all others;
- refreshed the patch.
arch/arm/boot/dts/r8a7791-henninger.dts | 11 +++++++++++
1 file changed, 11 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7791-henninger.dts
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7791-henninger.dts
+++ renesas/arch/arm/boot/dts/r8a7791-henninger.dts
@@ -147,6 +147,11 @@
renesas,groups = "vin0_data8", "vin0_clk";
renesas,function = "vin0";
};
+
+ can0_pins: can0 {
+ renesas,groups = "can0_data";
+ renesas,function = "can0";
+ };
};
&scif0 {
@@ -321,3 +326,9 @@
};
};
};
+
+&can0 {
+ pinctrl-0 = <&can0_pins>;
+ pinctrl-names = "default";
+ status = "okay";
+};
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: horms@verge.net.au, linux-sh@vger.kernel.org, robh+dt@kernel.org,
pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
devicetree@vger.kernel.org
Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 3/3] ARM: shmobile: henninger: add CAN0 DT support
Date: Tue, 06 Jan 2015 01:26:45 +0300 [thread overview]
Message-ID: <2483119.HjgsDbcomx@wasted.cogentembedded.com> (raw)
In-Reply-To: <1652479.NHBlqJ9OaR@wasted.cogentembedded.com>
Define the Henninger board dependent part of the CAN0 device node.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
Changes in version 4:
- refreshed the patch.
Changes in version 3:
- changed "can0_data_a" to "can0_data", removed "can_clk_d" in the
"renesas,groups" property;
- moved CAN0 node to go after all others;
- refreshed the patch.
arch/arm/boot/dts/r8a7791-henninger.dts | 11 +++++++++++
1 file changed, 11 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7791-henninger.dts
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7791-henninger.dts
+++ renesas/arch/arm/boot/dts/r8a7791-henninger.dts
@@ -147,6 +147,11 @@
renesas,groups = "vin0_data8", "vin0_clk";
renesas,function = "vin0";
};
+
+ can0_pins: can0 {
+ renesas,groups = "can0_data";
+ renesas,function = "can0";
+ };
};
&scif0 {
@@ -321,3 +326,9 @@
};
};
};
+
+&can0 {
+ pinctrl-0 = <&can0_pins>;
+ pinctrl-names = "default";
+ status = "okay";
+};
next prev parent reply other threads:[~2015-01-05 22:26 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-05 22:22 [PATCH v5 0/3] Add R8A7791/Henninger board CAN DT support Sergei Shtylyov
2015-01-05 22:22 ` Sergei Shtylyov
2015-01-05 22:22 ` Sergei Shtylyov
2015-01-05 22:24 ` [PATCH v5 1/3] ARM: shmobile: r8a7791: add CAN clocks Sergei Shtylyov
2015-01-05 22:24 ` Sergei Shtylyov
2015-01-05 22:24 ` Sergei Shtylyov
2015-01-05 22:25 ` [PATCH v5 2/3] ARM: shmobile: r8a7791: add CAN DT support Sergei Shtylyov
2015-01-05 22:25 ` Sergei Shtylyov
2015-01-05 22:25 ` Sergei Shtylyov
2015-01-05 22:26 ` Sergei Shtylyov [this message]
2015-01-05 22:26 ` [PATCH v5 3/3] ARM: shmobile: henninger: add CAN0 " Sergei Shtylyov
2015-01-05 22:26 ` Sergei Shtylyov
2015-02-19 21:44 ` [PATCH v5 0/3] Add R8A7791/Henninger board CAN " Sergei Shtylyov
2015-02-19 21:44 ` Sergei Shtylyov
2015-02-19 21:44 ` Sergei Shtylyov
2015-02-19 22:13 ` Simon Horman
2015-02-19 22:13 ` Simon Horman
2015-02-19 22:13 ` Simon Horman
2015-02-19 22:39 ` Sergei Shtylyov
2015-02-19 22:39 ` Sergei Shtylyov
2015-02-19 22:39 ` Sergei Shtylyov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2483119.HjgsDbcomx@wasted.cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.