Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751601Ab3GXDo4 (ORCPT ); Tue, 23 Jul 2013 23:44:56 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:36203 "EHLO mail-pb0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751317Ab3GXDoz (ORCPT ); Tue, 23 Jul 2013 23:44:55 -0400 From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: koba@kmckk.co.jp, Magnus Damm , horms@verge.net.au, linux-sh@vger.kernel.org Date: Wed, 24 Jul 2013 12:45:03 +0900 Message-Id: <20130724034503.30609.21892.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: sh73a0: add PMU information to sh73a0.dtsi Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 31 From: Magnus Damm Add PMU information to sh73a0.dtsi. With this included KZM9G DT reference may use the PMU. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/sh73a0.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) --- 0001/arch/arm/boot/dts/sh73a0.dtsi +++ work/arch/arm/boot/dts/sh73a0.dtsi 2013-07-24 04:12:57.000000000 +0900 @@ -38,6 +38,12 @@ <0xf0000100 0x100>; }; + pmu { + compatible = "arm,cortex-a9-pmu"; + interrupts = <0 55 4>, + <0 56 4>; + }; + irqpin0: irqpin@e6900000 { compatible = "renesas,intc-irqpin"; #interrupt-cells = <2>; -- 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/