From patchwork Mon Feb 18 12:35:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 10817893 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C679C13BF for ; Mon, 18 Feb 2019 12:35:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B47FF29337 for ; Mon, 18 Feb 2019 12:35:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A83AE2A78C; Mon, 18 Feb 2019 12:35:52 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4D7CD29337 for ; Mon, 18 Feb 2019 12:35:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730523AbfBRMfv (ORCPT ); Mon, 18 Feb 2019 07:35:51 -0500 Received: from mail-wm1-f65.google.com ([209.85.128.65]:36430 "EHLO mail-wm1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730317AbfBRMfv (ORCPT ); Mon, 18 Feb 2019 07:35:51 -0500 Received: by mail-wm1-f65.google.com with SMTP id j125so16963510wmj.1 for ; Mon, 18 Feb 2019 04:35:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=WHupAdGbaNN2KhrY3MhcPLqYgu11iPdgxPXK+ZNis4g=; b=rIV8R5Ae85ZTcMkMayu3fDcccmS7xZlTk6Qoq21ea3D+uUqqH7mDdyXwCUblPfnNqJ fYgrvSkVDtt03GHPDjkgBNk0qR8H52Jq3UZE+gzld5xiCXM7B4x633bsjtB1NNEvrmvI Rr50+1WblvHyPr4k7Q7vpxmt6MZ7k0Xcf3g/RpEJ70FdAEcyVLS9ygbNycKzRg7SkTk7 prSeYjOfcy+v9Z6Vy+PqlLYiuHiYPwU1NH/nAhxUH5wIAaGAkVdrlinPT+ebrU3ByuQ1 uuFhGzPYzyaKgQrNAk7hgW4XsYXxQ4hyynfc0684Hh6t/xjvLpT8VLs9jsWDeD/7I7vZ n0hg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=WHupAdGbaNN2KhrY3MhcPLqYgu11iPdgxPXK+ZNis4g=; b=iHiKGjrw02AdBv2tYUuujhFXtxRwNgTCWNzR8CnXkzb10oA1RlT68Du+R81tPARYI6 SnMHH/m0JdtIcyQ5pfwiGn09xVYzbpj6Zyur2w1ZjOclVt9EwAI4INTvoPcfkM0fCcyh rZUOVIdgURpCzxKh8SVwhcWGTqP3YH71PnV4UeZ0z4qN6vDFZPdZSxxQDhzGr02yBs+1 TLaI6ESI0LrLGKhBZX8JgoFjKpMz7+qR7j3qlI/IuP8rzc93IOdF+scWdXA8ORCIJfCn YyRKDWpL4JgC726cAnWx+iXtO1kQw/zv6Wh6B149g6EPgf+ZeKjArj3mybh01vH1nPzC UGDw== X-Gm-Message-State: AHQUAub65PHXTZchEjLt56llUm5rv+HgNzqefZuz4iAZe3iYPAj7gE+M anYrJfsHOxXOVLO8ZwPCHsauDA== X-Google-Smtp-Source: AHgI3Ia7OAaNxXnCH1KcWO1x7aNjUpeb1LU2SuE47A2eFi8OcstQMo57otPryCLSq2A8qct0dPFthA== X-Received: by 2002:a1c:9c0a:: with SMTP id f10mr16101695wme.73.1550493348804; Mon, 18 Feb 2019 04:35:48 -0800 (PST) Received: from localhost ([49.248.190.152]) by smtp.gmail.com with ESMTPSA id o7sm9766816wmc.13.2019.02.18.04.35.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 18 Feb 2019 04:35:48 -0800 (PST) From: Amit Kucheria To: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, edubezval@gmail.com, andy.gross@linaro.org, David Brown Cc: devicetree@vger.kernel.org Subject: [PATCH v1 02/12] arm64: dts: msm8998: efficiency is not valid property Date: Mon, 18 Feb 2019 18:05:16 +0530 Message-Id: X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP efficiency comes from downstream. The valid upstream property is capacity-dmips-mhz but until we can come up with those numbers, remove this property. Signed-off-by: Amit Kucheria --- arch/arm64/boot/dts/qcom/msm8998.dtsi | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi index 3c5fb2509d5f..db4cb687126b 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -77,7 +77,6 @@ compatible = "arm,armv8"; reg = <0x0 0x0>; enable-method = "psci"; - efficiency = <1024>; next-level-cache = <&L2_0>; L2_0: l2-cache { compatible = "arm,arch-cache"; @@ -96,7 +95,6 @@ compatible = "arm,armv8"; reg = <0x0 0x1>; enable-method = "psci"; - efficiency = <1024>; next-level-cache = <&L2_0>; L1_I_1: l1-icache { compatible = "arm,arch-cache"; @@ -111,7 +109,6 @@ compatible = "arm,armv8"; reg = <0x0 0x2>; enable-method = "psci"; - efficiency = <1024>; next-level-cache = <&L2_0>; L1_I_2: l1-icache { compatible = "arm,arch-cache"; @@ -126,7 +123,6 @@ compatible = "arm,armv8"; reg = <0x0 0x3>; enable-method = "psci"; - efficiency = <1024>; next-level-cache = <&L2_0>; L1_I_3: l1-icache { compatible = "arm,arch-cache"; @@ -141,7 +137,6 @@ compatible = "arm,armv8"; reg = <0x0 0x100>; enable-method = "psci"; - efficiency = <1536>; next-level-cache = <&L2_1>; L2_1: l2-cache { compatible = "arm,arch-cache"; @@ -160,7 +155,6 @@ compatible = "arm,armv8"; reg = <0x0 0x101>; enable-method = "psci"; - efficiency = <1536>; next-level-cache = <&L2_1>; L1_I_101: l1-icache { compatible = "arm,arch-cache"; @@ -175,7 +169,6 @@ compatible = "arm,armv8"; reg = <0x0 0x102>; enable-method = "psci"; - efficiency = <1536>; next-level-cache = <&L2_1>; L1_I_102: l1-icache { compatible = "arm,arch-cache"; @@ -190,7 +183,6 @@ compatible = "arm,armv8"; reg = <0x0 0x103>; enable-method = "psci"; - efficiency = <1536>; next-level-cache = <&L2_1>; L1_I_103: l1-icache { compatible = "arm,arch-cache";