From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752143AbdBOR2m (ORCPT ); Wed, 15 Feb 2017 12:28:42 -0500 Received: from mx2.suse.de ([195.135.220.15]:42263 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750719AbdBOR2k (ORCPT ); Wed, 15 Feb 2017 12:28:40 -0500 Subject: Re: [PATCH 08/11] ARM: dts: Prepare Actions Semi S500 and LeMaker Guitar To: Mark Rutland References: <20170215165528.10052-1-afaerber@suse.de> <20170215165528.10052-9-afaerber@suse.de> <20170215170742.GH31733@leverpostej> Cc: linux-arm-kernel@lists.infradead.org, mp-cs@actions-semi.com, info@ucrobotics.com, support@lemaker.org, linux-kernel@vger.kernel.org, Rob Herring , Russell King , devicetree@vger.kernel.org, nd@arm.com From: =?UTF-8?Q?Andreas_F=c3=a4rber?= Organization: SUSE Linux GmbH Message-ID: <9dbb7749-a58b-9e18-33c9-fd004a713ed1@suse.de> Date: Wed, 15 Feb 2017 18:28:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170215170742.GH31733@leverpostej> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, Am 15.02.2017 um 18:07 schrieb Mark Rutland: > On Wed, Feb 15, 2017 at 05:55:25PM +0100, Andreas Färber wrote: >> + arm-pmu { >> + compatible = "arm,cortex-a9-pmu"; >> + interrupts = , >> + , >> + , >> + ; >> + }; > > Please add an interrupt-affinity property, as described in > Documentation/devicetree/bindings/arm/pmu.txt That's not in the vendor tree... My guess is it would be like this then? diff --git a/arch/arm/boot/dts/s500.dtsi b/arch/arm/boot/dts/s500.dtsi index ee93984..959c6e3 100644 --- a/arch/arm/boot/dts/s500.dtsi +++ b/arch/arm/boot/dts/s500.dtsi @@ -82,7 +82,8 @@ , , ; - }; + interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>; + }; soc { compatible = "simple-bus"; (also fixing indentation) Thanks for pointing out, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andreas_F=c3=a4rber?= Subject: Re: [PATCH 08/11] ARM: dts: Prepare Actions Semi S500 and LeMaker Guitar Date: Wed, 15 Feb 2017 18:28:31 +0100 Message-ID: <9dbb7749-a58b-9e18-33c9-fd004a713ed1@suse.de> References: <20170215165528.10052-1-afaerber@suse.de> <20170215165528.10052-9-afaerber@suse.de> <20170215170742.GH31733@leverpostej> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20170215170742.GH31733@leverpostej> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Mark Rutland Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, mp-cs-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org, info-Ty1hIZOCd2XuufBYgWm87A@public.gmane.org, support-8Vy/tIz7429AfugRpC6u6w@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Russell King , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, nd-5wv7dgnIgG8@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Mark, Am 15.02.2017 um 18:07 schrieb Mark Rutland: > On Wed, Feb 15, 2017 at 05:55:25PM +0100, Andreas Färber wrote: >> + arm-pmu { >> + compatible = "arm,cortex-a9-pmu"; >> + interrupts = , >> + , >> + , >> + ; >> + }; > > Please add an interrupt-affinity property, as described in > Documentation/devicetree/bindings/arm/pmu.txt That's not in the vendor tree... My guess is it would be like this then? diff --git a/arch/arm/boot/dts/s500.dtsi b/arch/arm/boot/dts/s500.dtsi index ee93984..959c6e3 100644 --- a/arch/arm/boot/dts/s500.dtsi +++ b/arch/arm/boot/dts/s500.dtsi @@ -82,7 +82,8 @@ , , ; - }; + interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>; + }; soc { compatible = "simple-bus"; (also fixing indentation) Thanks for pointing out, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: afaerber@suse.de (=?UTF-8?Q?Andreas_F=c3=a4rber?=) Date: Wed, 15 Feb 2017 18:28:31 +0100 Subject: [PATCH 08/11] ARM: dts: Prepare Actions Semi S500 and LeMaker Guitar In-Reply-To: <20170215170742.GH31733@leverpostej> References: <20170215165528.10052-1-afaerber@suse.de> <20170215165528.10052-9-afaerber@suse.de> <20170215170742.GH31733@leverpostej> Message-ID: <9dbb7749-a58b-9e18-33c9-fd004a713ed1@suse.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Mark, Am 15.02.2017 um 18:07 schrieb Mark Rutland: > On Wed, Feb 15, 2017 at 05:55:25PM +0100, Andreas F?rber wrote: >> + arm-pmu { >> + compatible = "arm,cortex-a9-pmu"; >> + interrupts = , >> + , >> + , >> + ; >> + }; > > Please add an interrupt-affinity property, as described in > Documentation/devicetree/bindings/arm/pmu.txt That's not in the vendor tree... My guess is it would be like this then? diff --git a/arch/arm/boot/dts/s500.dtsi b/arch/arm/boot/dts/s500.dtsi index ee93984..959c6e3 100644 --- a/arch/arm/boot/dts/s500.dtsi +++ b/arch/arm/boot/dts/s500.dtsi @@ -82,7 +82,8 @@ , , ; - }; + interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>; + }; soc { compatible = "simple-bus"; (also fixing indentation) Thanks for pointing out, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Felix Imend?rffer, Jane Smithard, Graham Norton HRB 21284 (AG N?rnberg)