Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751250AbeADXBH (ORCPT + 1 other); Thu, 4 Jan 2018 18:01:07 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:34661 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751029AbeADXBE (ORCPT ); Thu, 4 Jan 2018 18:01:04 -0500 X-Google-Smtp-Source: ACJfBots7gVEw3YstcGlABsffCPvIxBN/moNZJ/RPAiGHUcndnX7UbwctvN67kguI1isAXsOhtZF8BJGYUZWm02sH6g= MIME-Version: 1.0 In-Reply-To: References: <20171207125715.16160-1-chunyan.zhang@spreadtrum.com> <20171207125715.16160-13-chunyan.zhang@spreadtrum.com> From: Arnd Bergmann Date: Fri, 5 Jan 2018 00:01:03 +0100 X-Google-Sender-Auth: aqC9KT7C2u8F7ZSt2OzyOrQ-PzE Message-ID: Subject: Re: [PATCH V7 12/12] arm64: dts: add clocks for SC9860 To: Chunyan Zhang Cc: Stephen Boyd , Michael Turquette , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , linux-clk , Linux Kernel Mailing List , DTML , Linux ARM , Mark Brown , Xiaolong Zhang , Ben Li , Orson Zhai , Chunyan Zhang Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 4, 2018 at 10:34 PM, Arnd Bergmann wrote: > On Thu, Dec 7, 2017 at 1:57 PM, Chunyan Zhang > wrote: >> Some clocks on SC9860 are in the same address area with syscon devices, >> those are what have a property of 'sprd,syscon' which would refer to >> syscon devices, others would have a reg property indicated their address >> ranges. >> >> Signed-off-by: Chunyan Zhang >> --- >> arch/arm64/boot/dts/sprd/sc9860.dtsi | 115 +++++++++++++++++++++++++++++++++++ >> arch/arm64/boot/dts/sprd/whale2.dtsi | 18 +++++- >> 2 files changed, 131 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm64/boot/dts/sprd/sc9860.dtsi b/arch/arm64/boot/dts/sprd/sc9860.dtsi >> index 7b7d8ce..bf03da4 100644 >> --- a/arch/arm64/boot/dts/sprd/sc9860.dtsi >> +++ b/arch/arm64/boot/dts/sprd/sc9860.dtsi >> @@ -7,6 +7,7 @@ >> */ >> >> #include >> +#include >> #include "whale2.dtsi" > > This caused a build error since the sprd,sc9860-clk.h file does not > exist, I'll revert or undo the patch tomorrow. I've taken another look, and fixing it by removing the broken #include was easier than undoing the patches, so I did that now, see https://patchwork.kernel.org/patch/10145773/ Arnd