Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751652AbdG0Sjz (ORCPT ); Thu, 27 Jul 2017 14:39:55 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:40318 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751458AbdG0Sjw (ORCPT ); Thu, 27 Jul 2017 14:39:52 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 63DE260908 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Subject: Re: [RFC 00/12] Misc patches for QCOM clocks To: Abhishek Sahu , mturquette@baylibre.com Cc: andy.gross@linaro.org, david.brown@linaro.org, rnayak@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org References: <1501153825-5181-1-git-send-email-absahu@codeaurora.org> From: Stephen Boyd Message-ID: <1232449b-9fb6-fbf6-25ff-953867546217@codeaurora.org> Date: Thu, 27 Jul 2017 11:39:48 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1501153825-5181-1-git-send-email-absahu@codeaurora.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 805 Lines: 20 On 07/27/2017 04:10 AM, Abhishek Sahu wrote: > This patch series does the miscellaneous changes in different > types of Qualcomm clock nodes which are required for IPQ8074 SoC. > Following are the major changes in IPQ8074 for which the existing > code does not have support. > > 1. Some of the IPQ8074 RCG2 has CFG_RCGR at offset 8 from > CMD_RCGR instead of offset 4. Following are the register > offsets of UBI RCG2 in Qualcomm IPQ8074. > > GCC_NSS_UBI0_CMD_RCGR: 0x1868100 > GCC_NSS_UBI0_CFG_RCGR: 0x1868108 That's insane. There's a hardware design mandate to not mess with the register layout specifically for this reason. Amazing, but not surprising that someone screwed it up. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project