Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755249AbaFXSkR (ORCPT ); Tue, 24 Jun 2014 14:40:17 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:57377 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755174AbaFXSkM convert rfc822-to-8bit (ORCPT ); Tue, 24 Jun 2014 14:40:12 -0400 From: "Cooper Jr., Franklin" To: "Balbi, Felipe" , Benoit Cousson CC: "robh+dt@kernel.org" , "galak@codeaurora.org" , Tony Lindgren , "linux@arm.linux.org.uk" , "Nayak, Rajendra" , "Menon, Nishanth" , "R, Sricharan" , "devicetree@vger.kernel.org" , Linux Kernel Mailing List , Linux OMAP Mailing List , Linux ARM Kernel Mailing List Subject: RE: [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles Thread-Topic: [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles Thread-Index: AQHPj9m9/CCpEQE0jECvlfPSyaRcWZuAl5OA Date: Tue, 24 Jun 2014 18:39:40 +0000 Message-ID: <8F29D6B095ED194EA1980491A5E029710C6D71A1@DFLE08.ent.ti.com> References: <1403547659-24558-1-git-send-email-balbi@ti.com> <1403547659-24558-2-git-send-email-balbi@ti.com> In-Reply-To: <1403547659-24558-2-git-send-email-balbi@ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.170.170.90] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tested-by: Franklin Cooper Jr. > -----Original Message----- > From: Balbi, Felipe > Sent: Monday, June 23, 2014 1:21 PM > To: Benoit Cousson > Cc: robh+dt@kernel.org; galak@codeaurora.org; Tony Lindgren; > linux@arm.linux.org.uk; Nayak, Rajendra; Menon, Nishanth; R, Sricharan; > devicetree@vger.kernel.org; Linux Kernel Mailing List; Linux OMAP Mailing > List; Linux ARM Kernel Mailing List; Balbi, Felipe > Subject: [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through > phandles > > by providing phandles to rtc, wdt, cpu and dispc nodes, boards can access > them to add board-specific data. > > Signed-off-by: Felipe Balbi > --- > > Changes since v1: > - added phandles to cpu and dispc > > arch/arm/boot/dts/am4372.dtsi | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi > index 49fa596..8d3c163 100644 > --- a/arch/arm/boot/dts/am4372.dtsi > +++ b/arch/arm/boot/dts/am4372.dtsi > @@ -30,7 +30,7 @@ > cpus { > #address-cells = <1>; > #size-cells = <0>; > - cpu@0 { > + cpu: cpu@0 { > compatible = "arm,cortex-a9"; > device_type = "cpu"; > reg = <0>; > @@ -270,7 +270,7 @@ > ti,hwmods = "counter_32k"; > }; > > - rtc@44e3e000 { > + rtc: rtc@44e3e000 { > compatible = "ti,am4372-rtc","ti,da830-rtc"; > reg = <0x44e3e000 0x1000>; > interrupts = 279,7 +279,7 @@ > status = "disabled"; > }; > > - wdt@44e35000 { > + wdt: wdt@44e35000 { > compatible = "ti,am4372-wdt","ti,omap3-wdt"; > reg = <0x44e35000 0x1000>; > interrupts = ; @@ > -871,7 +871,7 @@ > #size-cells = <1>; > ranges; > > - dispc@4832a400 { > + dispc: dispc@4832a400 { > compatible = "ti,omap3-dispc"; > reg = <0x4832a400 0x400>; > interrupts = IRQ_TYPE_LEVEL_HIGH>; > -- > 2.0.0.390.gcb682f8 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/