From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6E7FC55178 for ; Tue, 27 Oct 2020 17:42:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 762C3206DD for ; Tue, 27 Oct 2020 17:42:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603820543; bh=R49yMiJGJ3GceptzgyyC3aqHH1JHBzwsppaJ569egT8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DfehumLTUqxzlC9IgS8fi90SirFChlzlj+2kxbe76sOdRxNUD1a3PSQcFa3PSejq4 HHGcBo+gi8rJ35q4oXern4x/7zEiZiyX2rAKG/QI8nDXU5+Rkj40T3Qctro8HUJoq+ PHruUYgI27BfqftnWa7ISlzMFubTWrDLTTVNRoPo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1821107AbgJ0Rka (ORCPT ); Tue, 27 Oct 2020 13:40:30 -0400 Received: from mail-ej1-f66.google.com ([209.85.218.66]:39994 "EHLO mail-ej1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1821101AbgJ0Rk1 (ORCPT ); Tue, 27 Oct 2020 13:40:27 -0400 Received: by mail-ej1-f66.google.com with SMTP id z5so3435110ejw.7 for ; Tue, 27 Oct 2020 10:40:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=1TOHRATujw9fWV701bnbZEZLpgM7iJ17RwkKSiQR4Vw=; b=DoJKYQBPvXmOLgmrBPy/zqhO0ePxKeTrCi+cgAJ6AbTYpCQAMPlM1RJvHJ4FrtKsbt mmj3sqY9vTc8UwfqkS1gSDPRn1fl1Sdz4kwTbHbb8dKLMAwYQJbBrM+V9byTZmXiM9vC kGHzMwuDk36vQZiR/B6do/1d9JJyTbvYACFDdVcLv9rMpJZKJ4FL/7LblqwA3DVnnkAh Z+bhZQDCRppCii4I8FC9NF3E8YV7in+4RK8RBDLw6y4D49ucSW4+Qn0HSAUtjW/Mc4q+ 11lUeQVpANiAhdQ3qACvoyeCyqskP6UN+/mGGb+wCkx5Q6e8VPWv+snyr6k5y66bR06X htAg== X-Gm-Message-State: AOAM533YRwY4DNqrpzbMRrHbaHjlUdNfubCzl9PKlRPGCmsTEXJ/a+nv 6mHulGOEIb9J76fw38/DfTQ= X-Google-Smtp-Source: ABdhPJyugBC3zGjmPuJlmIN/WZRtHeTaQHbpqad5KJegWTCNUbWpmSm/azeX0fDhSBSqtpCoeSMImQ== X-Received: by 2002:a17:906:6a47:: with SMTP id n7mr3465941ejs.306.1603820425505; Tue, 27 Oct 2020 10:40:25 -0700 (PDT) Received: from kozik-lap ([194.230.155.184]) by smtp.googlemail.com with ESMTPSA id o3sm1350143edv.63.2020.10.27.10.40.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Oct 2020 10:40:24 -0700 (PDT) Date: Tue, 27 Oct 2020 18:40:22 +0100 From: Krzysztof Kozlowski To: Marek Szyprowski Cc: linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz , Sylwester Nawrocki , Chanwoo Choi Subject: Re: [PATCH] ARM: dts: exynos: Remove 'opp-shared' from Exynos3 bus OPP-tables Message-ID: <20201027174022.GA135184@kozik-lap> References: <20200911122220.13698-1-m.szyprowski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200911122220.13698-1-m.szyprowski@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Fri, Sep 11, 2020 at 02:22:20PM +0200, Marek Szyprowski wrote: > Commits 1019fe2c7280 ("ARM: dts: exynos: Adjust bus related OPPs to the > values correct for Exynos5422 Odroids") and 9ff416cf45a0 ("ARM: dts: > exynos: Disable frequency scaling for FSYS bus on Odroid XU3 family") > revealed that 'opp-shared' property for the Exynos bus OPPs was used > incorrectly, what had the side-effect of disabling frequency scaling for > the second and latter buses sharing given OPP-table. > > Fix this by removing bogus 'opp-shared' properties from Exynos3 bus > OPP-tables. This restores frequency scaling for the following busses: > RightBus, LCD0, FSYS and MFC. > > Signed-off-by: Marek Szyprowski > --- > arch/arm/boot/dts/exynos3250.dtsi | 5 ----- Thanks, applied. Best regards, Krzysztof