From: Michal Simek <michal.simek@xilinx.com>
To: linux-arm-kernel@lists.infradead.org
Cc: "Naga Sureshkumar Relli" <naga.sureshkumar.relli@xilinx.com>,
"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
monstr@monstr.eu, "VNSL Durga" <vnsl.durga.challa@xilinx.com>,
devicetree@vger.kernel.org,
"Kedareswara rao Appana" <appanad@xilinx.com>,
linux-kernel@vger.kernel.org,
"Alistair Francis" <alistair.francis@xilinx.com>,
"Rob Herring" <robh+dt@kernel.org>,
"Will Deacon" <will.deacon@arm.com>,
"Catalin Marinas" <catalin.marinas@arm.com>,
"Mark Rutland" <mark.rutland@arm.com>
Subject: [PATCH 4/5] arm64: zynqmp: Enable can1 for ep108
Date: Thu, 3 Aug 2017 13:36:50 +0200 [thread overview]
Message-ID: <c881a97250d2c691d2e0414228b59d520e05e1a8.1501760202.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1501760202.git.michal.simek@xilinx.com>
In-Reply-To: <cover.1501760202.git.michal.simek@xilinx.com>
From: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
This patch enables can1 for ep108.
Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com>
Reviewed-by: Kedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
arch/arm64/boot/dts/xilinx/zynqmp-ep108-clk.dtsi | 4 ++++
arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-ep108-clk.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp-ep108-clk.dtsi
index 31d25327cfb9..b87b8316f4ac 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp-ep108-clk.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp-ep108-clk.dtsi
@@ -47,6 +47,10 @@
clocks = <&misc_clk &misc_clk>;
};
+&can1 {
+ clocks = <&misc_clk &misc_clk>;
+};
+
&fpd_dma_chan1 {
clocks = <&clk600>, <&clk100>;
};
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts b/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts
index fba8f049769b..6a8b4b445531 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts
+++ b/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts
@@ -37,6 +37,10 @@
status = "okay";
};
+&can1 {
+ status = "okay";
+};
+
&gem0 {
status = "okay";
phy-handle = <&phy0>;
--
1.9.1
next prev parent reply other threads:[~2017-08-03 11:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-03 11:36 [PATCH 0/5] arm64: zynqmp: dtsi changes next Michal Simek
2017-08-03 11:36 ` [PATCH 1/5] arm64: zynqmp: Add fpd/lpd dmas Michal Simek
2017-08-03 11:36 ` [PATCH 2/5] arm64: zynqmp: Use C pre-processor for includes Michal Simek
2017-08-03 11:36 ` Michal Simek [this message]
[not found] ` <cover.1501760202.git.michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2017-08-03 11:36 ` [PATCH 3/5] arm64: zynqmp: Added clocks to DT for ep108 Michal Simek
2017-08-03 11:36 ` [PATCH 5/5] arm64: zynqmp: Add missing mmc aliases in ep108 Michal Simek
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=c881a97250d2c691d2e0414228b59d520e05e1a8.1501760202.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=alistair.francis@xilinx.com \
--cc=appanad@xilinx.com \
--cc=catalin.marinas@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=monstr@monstr.eu \
--cc=naga.sureshkumar.relli@xilinx.com \
--cc=robh+dt@kernel.org \
--cc=soren.brinkmann@xilinx.com \
--cc=vnsl.durga.challa@xilinx.com \
--cc=will.deacon@arm.com \
/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 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).