From patchwork Tue Oct 25 07:21:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 79128 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp2969616qge; Tue, 25 Oct 2016 00:21:32 -0700 (PDT) X-Received: by 10.98.149.74 with SMTP id p71mr36655955pfd.126.1477380092512; Tue, 25 Oct 2016 00:21:32 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ro4si16089359pab.36.2016.10.25.00.21.32; Tue, 25 Oct 2016 00:21:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754649AbcJYHVb (ORCPT + 14 others); Tue, 25 Oct 2016 03:21:31 -0400 Received: from mail-lf0-f43.google.com ([209.85.215.43]:38975 "EHLO mail-lf0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754076AbcJYHVa (ORCPT ); Tue, 25 Oct 2016 03:21:30 -0400 Received: by mail-lf0-f43.google.com with SMTP id t133so9572298lff.6 for ; Tue, 25 Oct 2016 00:21:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=sKD6WyNPb5dxHSM4XakoW+wMjQVptu3pJ9TskzQj0P4=; b=VKuOXX95UMVJW7qyy3ZxLC2jHelbIKmE/6F5XSPUcikXpjGbayc5Ec7xfGT88bF9Kd HOjt9C0L7pmwdi935Up4GaQ3DHj/wihcZllCPv6wvte1u3hcgJa6YPOAHUVXfFX0KWTr 44cWiMocG1xvfqH6HDRkLY1o3atAzuc9Yo8eM= 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=sKD6WyNPb5dxHSM4XakoW+wMjQVptu3pJ9TskzQj0P4=; b=gysy262t8ZOfVFbEgC1yk39bHZI7at09XMARKpUsPR5lKjhuVv69xVdTed9tjmBVaR x4zVWIPNQvUoSJUxCRzR2IifG334ByLSpGRHkl3bVG0nw1jsH+itEeKn93UqnLcTAcZ+ ndp0yFEcADeSa7AMRlgOLUmAwbRZ+RgVQO0HDKdDmyrqHQmY1nAUcHFW/RGSDUBUyzSH fqyWaxa5m5wgy+xmGeSYuHFmjoztJiV1K0WsPRdDA5R1x8/Dlmio6sA45i7EwgP5rOsk Wo5iYrxxLIc7YAS1Vh9PmttSv5/lc3hJVr7O4S0pNsUV+yH1CR9AcMqzrVHf7GoC1+zm vpJg== X-Gm-Message-State: ABUngve1ZdaytQAky1VAWhqW3/s2StI0q3tCDCufpgvt1TUS2ZFmYUb2KWABxAaZUN75gpW3 X-Received: by 10.25.23.154 with SMTP id 26mr462519lfx.86.1477380089017; Tue, 25 Oct 2016 00:21:29 -0700 (PDT) Received: from linuslaptop.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id 69sm3647225lfq.39.2016.10.25.00.21.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Oct 2016 00:21:28 -0700 (PDT) From: Linus Walleij To: "Rafael J . Wysocki" , Viresh Kumar Cc: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Russell King , Linus Walleij Subject: [PATCH 1/2] cpufreq: enable the DT cpufreq driver on the Integrators Date: Tue, 25 Oct 2016 09:21:24 +0200 Message-Id: <1477380085-6929-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org This enables the generic DT and OPP-based cpufreq driver on the ARM Integrator/AP and Integrator/CP. Cc: Rafael J. Wysocki Cc: Russell King Acked-by: Viresh Kumar Signed-off-by: Linus Walleij --- drivers/cpufreq/cpufreq-dt-platdev.c | 3 +++ 1 file changed, 3 insertions(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 71267626456b..142a6f615e52 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -26,6 +26,9 @@ static const struct of_device_id machines[] __initconst = { { .compatible = "allwinner,sun8i-a83t", }, { .compatible = "allwinner,sun8i-h3", }, + { .compatible = "arm,integrator-ap", }, + { .compatible = "arm,integrator-cp", }, + { .compatible = "hisilicon,hi6220", }, { .compatible = "fsl,imx27", },