From patchwork Mon Jun 27 14:14:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin Cooper X-Patchwork-Id: 9200695 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 00A6360752 for ; Mon, 27 Jun 2016 14:15:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E56BE28470 for ; Mon, 27 Jun 2016 14:15:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DA41B28592; Mon, 27 Jun 2016 14:15:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 69FF928470 for ; Mon, 27 Jun 2016 14:15:40 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bHXIz-0002ca-Ak; Mon, 27 Jun 2016 14:14:29 +0000 Received: from mail-it0-f65.google.com ([209.85.214.65]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bHXIw-0002Cl-07 for linux-arm-kernel@lists.infradead.org; Mon, 27 Jun 2016 14:14:27 +0000 Received: by mail-it0-f65.google.com with SMTP id g127so10316359ith.2 for ; Mon, 27 Jun 2016 07:14:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=HybLx87EwHg35DPUTGUn3lvKgCnRmHw7+gbo3twjqWA=; b=bu1BU87HQ+RWDzMR76OhrNDRw1FLq8tiEDkHGlDUelvc0dvMVoWsaHcO+7nKCD9kam yVah9aXJSsQRXe1/DW+Tu3XQZw5z+h1szSL3OrZmAKrVxpaB6SOZV9kH9x0lwjg79tp2 4VqohAgc//eaEN+QfXYRu1cv1s01AL4VxX0E3Mt7mJDgsTZt24WR3HGmFMdvuUsTpN7A kXA87x6L3qXqXCl4MYvnk6DlYyg6yWtgWiB2RXzCeqa/tSLBhyb7RNUP2V4Ehqpl4cZw ckh1YdT9kfaaOzvizgIWrqGWvRqmGc2Rua3mW1rbsqOFDkK3PZH+NR1Ra0qiXtfvKqdL WD8g== X-Gm-Message-State: ALyK8tIO4JGyFOttajHFKWrEyyseJwYh/U2bJyBALgbHoriw+qBvVoW9fy+qcKbVG51osg== X-Received: by 10.36.104.17 with SMTP id v17mr8816271itb.52.1467036844705; Mon, 27 Jun 2016 07:14:04 -0700 (PDT) Received: from beast-server.fios-router.home ([108.19.207.229]) by smtp.gmail.com with ESMTPSA id r78sm9454670ioe.15.2016.06.27.07.14.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 27 Jun 2016 07:14:03 -0700 (PDT) From: Franklin S Cooper Jr To: robh+dt@kernel.org, linux@armlinux.org.uk, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, nsekhar@ti.com Subject: [PATCH] ARM: dts: da850: Add new ECAP and EPWM bindings Date: Mon, 27 Jun 2016 09:14:02 -0500 Message-Id: <1467036842-20913-1-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.7.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160627_071426_123171_1BAC2D8D X-CRM114-Status: UNSURE ( 9.06 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Cooper Jr., Franklin" MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Cooper Jr., Franklin" Switch to a new ECAP and EPWM bindings that doesn't depend on hwmod to provide the various required clocks. Signed-off-by: Franklin S Cooper Jr Acked-by: Rob Herring --- This patch is a da850 specific version of: ARM: dts: am437x/am33xx/da850: Add new ECAP and EPWM bindings https://patchwork.kernel.org/patch/9005661/ This patch was created since the da850 portion didn't apply cleanly in the original patch. arch/arm/boot/dts/da850.dtsi | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 25f0f8e..09cf663 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -274,31 +274,36 @@ status = "disabled"; }; ehrpwm0: pwm@300000 { - compatible = "ti,da850-ehrpwm", "ti,am33xx-ehrpwm"; + compatible = "ti,da850-ehrpwm", "ti,am3352-ehrpwm", + "ti,am33xx-ehrpwm"; #pwm-cells = <3>; reg = <0x300000 0x2000>; status = "disabled"; }; ehrpwm1: pwm@302000 { - compatible = "ti,da850-ehrpwm", "ti,am33xx-ehrpwm"; + compatible = "ti,da850-ehrpwm", "ti,am3352-ehrpwm", + "ti,am33xx-ehrpwm"; #pwm-cells = <3>; reg = <0x302000 0x2000>; status = "disabled"; }; ecap0: ecap@306000 { - compatible = "ti,da850-ecap", "ti,am33xx-ecap"; + compatible = "ti,da850-ecap", "ti,am3352-ecap", + "ti,am33xx-ecap"; #pwm-cells = <3>; reg = <0x306000 0x80>; status = "disabled"; }; ecap1: ecap@307000 { - compatible = "ti,da850-ecap", "ti,am33xx-ecap"; + compatible = "ti,da850-ecap", "ti,am3352-ecap", + "ti,am33xx-ecap"; #pwm-cells = <3>; reg = <0x307000 0x80>; status = "disabled"; }; ecap2: ecap@308000 { - compatible = "ti,da850-ecap", "ti,am33xx-ecap"; + compatible = "ti,da850-ecap", "ti,am3352-ecap", + "ti,am33xx-ecap"; #pwm-cells = <3>; reg = <0x308000 0x80>; status = "disabled";