From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles Date: Mon, 23 Jun 2014 13:20:58 -0500 Message-ID: <1403547659-24558-2-git-send-email-balbi@ti.com> References: <1403547659-24558-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1403547659-24558-1-git-send-email-balbi@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: Benoit Cousson Cc: robh+dt@kernel.org, galak@codeaurora.org, Tony Lindgren , linux@arm.linux.org.uk, Rajendra Nayak , Nishanth Menon , r.sricharan@ti.com, devicetree@vger.kernel.org, Linux Kernel Mailing List , Linux OMAP Mailing List , Linux ARM Kernel Mailing List , Felipe Balbi List-Id: devicetree@vger.kernel.org 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 = ; interrupts = ; @@ -871,7 +871,7 @@ #size-cells = <1>; ranges; - dispc@4832a400 { + dispc: dispc@4832a400 { compatible = "ti,omap3-dispc"; reg = <0x4832a400 0x400>; interrupts = ; -- 2.0.0.390.gcb682f8