From patchwork Mon Sep 22 12:01:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomasz Figa X-Patchwork-Id: 4947571 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0F867BEEA5 for ; Mon, 22 Sep 2014 12:05:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BEEAD20172 for ; Mon, 22 Sep 2014 12:05:27 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8B7C420155 for ; Mon, 22 Sep 2014 12:05:26 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XW2K7-0002bK-L1; Mon, 22 Sep 2014 12:02:31 +0000 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XW2K5-0002WL-EQ for linux-arm-kernel@lists.infradead.org; Mon, 22 Sep 2014 12:02:29 +0000 Received: by mail-wg0-f47.google.com with SMTP id y10so2796814wgg.18 for ; Mon, 22 Sep 2014 05:02:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=HgRKRY4ix/SLhK5j0vGql7ZH7tV7jg5hUuETTudfWBE=; b=mhvfhzRNvA1hlZI0ZmVbFuhHUsdf7k1QzhAbi7Ep3PxV0VFizyXHdMXmFU3knjKdAm 0o9J5g+8ZM8HQjnXvo/RUoMrb0MQNi2CuGoLvCw8CZL13Egn3GGTXTwAG7yZFuud96IW X6uytSuCqjhkG1w2wxyz3TsGoqRaXnbPnOCaRe9auarUMnfHvn0hezgFvgX7pYAgXGWg CL/kB8uXQqDinH06I48kEHvTQVUkgPBfdOwtf7mTA/TarYl34jdhySqsZQZLwDPWAk3f zFn+dqY94ixhyeP1ADYE9voNZbNtNZDcO310kCZwduewz6PyGxu5GBHZyM1QuqeRybgH FSeA== X-Received: by 10.180.10.230 with SMTP id l6mr14638626wib.62.1411387326788; Mon, 22 Sep 2014 05:02:06 -0700 (PDT) Received: from flatron.lan (87-207-52-162.dynamic.chello.pl. [87.207.52.162]) by mx.google.com with ESMTPSA id pm2sm11842886wic.13.2014.09.22.05.02.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 Sep 2014 05:02:05 -0700 (PDT) From: Tomasz Figa To: linux-samsung-soc@vger.kernel.org Subject: [PATCH] ARM: dts: s3c64xx: Enable PWM node by default Date: Mon, 22 Sep 2014 14:01:57 +0200 Message-Id: <1411387317-4837-1-git-send-email-tomasz.figa@gmail.com> X-Mailer: git-send-email 2.1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140922_050229_630475_9325410C X-CRM114-Status: GOOD ( 10.28 ) X-Spam-Score: -0.8 (/) Cc: Kukjin Kim , Arnd Bergmann , linux-kernel@vger.kernel.org, Tomasz Figa , Olof Johansson , linux-arm-kernel@lists.infradead.org, Marek Szyprowski X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The PWM block is required for system clock source so it must be always enabled. This patch fixes boot issues on SMDK6410 which did not have the node enabled explicitly for other purposes. Fixes: eeb93d02c5d8 ("clocksource: of: Respect device tree node status") Signed-off-by: Tomasz Figa --- arch/arm/boot/dts/s3c6410-mini6410.dts | 4 ---- arch/arm/boot/dts/s3c64xx.dtsi | 1 - 2 files changed, 5 deletions(-) diff --git a/arch/arm/boot/dts/s3c6410-mini6410.dts b/arch/arm/boot/dts/s3c6410-mini6410.dts index a171cdd26b7f..42c2bcdf2626 100644 --- a/arch/arm/boot/dts/s3c6410-mini6410.dts +++ b/arch/arm/boot/dts/s3c6410-mini6410.dts @@ -252,10 +252,6 @@ status = "okay"; }; -&pwm { - status = "okay"; -}; - &pinctrl0 { gpio_leds: gpio-leds { samsung,pins = "gpk-4", "gpk-5", "gpk-6", "gpk-7"; diff --git a/arch/arm/boot/dts/s3c64xx.dtsi b/arch/arm/boot/dts/s3c64xx.dtsi index 05c717ad1edd..196fe6ea205d 100644 --- a/arch/arm/boot/dts/s3c64xx.dtsi +++ b/arch/arm/boot/dts/s3c64xx.dtsi @@ -239,7 +239,6 @@ clocks = <&clocks PCLK_PWM>; samsung,pwm-outputs = <0>, <1>; #pwm-cells = <3>; - status = "disabled"; }; pinctrl0: pinctrl@7f008000 {