All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: mfinkbei <mfinkbei@stud.hs-heilbronn.de>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] Xenomai on Udoo Neo
Date: Tue, 24 May 2016 17:58:02 +0200	[thread overview]
Message-ID: <20160524155802.GF11602@hermes.click-hack.org> (raw)
In-Reply-To: <b19757cdceb6cde95fb69b49a99f1361@stud.hs-heilbronn.de>

On Tue, May 24, 2016 at 05:48:48PM +0200, mfinkbei wrote:
> I adapted the I-pipe patch 3.14.44 to the kernel 3.14.56.

There is more than one version of the I-pipe patch for 3.14.44,
actually there are 7. Which one of the 7 are you using?
You can find the history of I-pipe patches for 3.14.44 here:
https://xenomai.org//downloads/ipipe/v3.x/arm/older/

> The files, 
> which will be changed in the patch for kernel 3.14.44 have just little 
> differences.

My point is: the I-pipe patch, provided that you are using
the last version, patches some device tree files, but these may not
be the device tree files you use with your kernel fork.

To be completely specific I am referring to the following hunk:
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index fb28b2e..bf84723 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -106,6 +106,13 @@
 			clocks = <&clks 15>;
 		};
 
+		timer@00a00200 {
+			compatible = "arm,cortex-a9-global-timer";
+			reg = <0x00a00200 0x20>;
+			interrupts = <1 11 0xf01>;
+			clocks = <&clks 15>;
+		};
+

Does the device tree file you use include this file?

-- 
					    Gilles.
https://click-hack.org


  reply	other threads:[~2016-05-24 15:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-23  7:49 [Xenomai] Xenomai on Udoo Neo mfinkbei
2016-05-23  7:59 ` Gilles Chanteperdrix
2016-05-24 13:28   ` mfinkbei
2016-05-24 13:53     ` Gilles Chanteperdrix
     [not found]       ` <48747eda7ad827e2f69dd3d159a606bc@stud.hs-heilbronn.de>
2016-05-24 15:48         ` mfinkbei
2016-05-24 15:58           ` Gilles Chanteperdrix [this message]
2016-05-24 17:47           ` mfinkbei
2016-05-24 18:02             ` Gilles Chanteperdrix
2016-05-25 10:03               ` mfinkbei
2016-05-25 10:11                 ` Gilles Chanteperdrix
2016-05-31 13:15                   ` mfinkbei

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=20160524155802.GF11602@hermes.click-hack.org \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=mfinkbei@stud.hs-heilbronn.de \
    --cc=xenomai@xenomai.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.