Received: by 2002:a05:6a10:6006:0:0:0:0 with SMTP id w6csp1232684pxa; Fri, 28 Aug 2020 07:22:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx2RCcC4zg8QI5uYVXmdeWhZULRe3ZSf54XV0yG+0Q0H/HYHDYTzxFFQ/mLbv05tNBWp6rY X-Received: by 2002:a17:906:3609:: with SMTP id q9mr2096915ejb.138.1598624528868; Fri, 28 Aug 2020 07:22:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598624528; cv=none; d=google.com; s=arc-20160816; b=Ng5SYT2W8zwMmuKVM9YIoP/K1DCjIhAoiw3xLlxokPoPRRomd4XkkJtsl6qTm1pZbX onzweVgwhiLViWUqDn6pK8CqduhUW1BhEA0tdO+9oMD2vW62N70ZeU96B9g8UlD6dVIj jFlkvogU+I1N3vL9IQY4Vnh/QSOl+N5Ou9bDYvcq5ILzheNxH+0rS6APXiPt5LB6G+4m 6ZYiZiaBE1IIjEfRIUbc6CbkprxjhzKZ3OcKu6opnostgiJQXbs1zZfBCEpqTJQvFsXO Ul6UeXdu/TDlqFaUmYkz/1qCIpgqTbRpvusId106u73TiBpXRWVsT1dls2+V90ghnBYq GlEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=zjXopK0Ksj0EB1QE8glLrN2tNbtProKblM/judso2BU=; b=albOdbjfWWYDjnjRCvy3ZnJ6Zlm3P7sX35nDY5swOqR+9qR+gc3xCuCoa90MLmbjth 2ZiAFd34VeqfX52leDvGWZOO/YgxwReFfK9IpSXCP7PUhMoyL+YCC+HMwQpMHZq1BD8E 0DXpZ7TxKUoMapjT2Jw0KJgHrBWMjr6x4LZpAOt8SbnBzRKyyhWwCdoTFTTeIeayLEWX kwZDh+61Z8XiEFeC7LfE2C2lKs2/+7f/0TajnU10w+e5Vt6etCS5epBFyYc1VsnoMol2 gUD3BpuAeagGeYtHaZR/tBPs0p/Rl/4wOYB9iAuBne3eeC11weXiUR7FRPawEXnh41AS lJ1A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cz6si791564edb.254.2020.08.28.07.21.45; Fri, 28 Aug 2020 07:22:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727915AbgH1OUl (ORCPT + 99 others); Fri, 28 Aug 2020 10:20:41 -0400 Received: from foss.arm.com ([217.140.110.172]:50392 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727867AbgH1OUg (ORCPT ); Fri, 28 Aug 2020 10:20:36 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7D0F111D4; Fri, 28 Aug 2020 07:20:35 -0700 (PDT) Received: from donnerap.arm.com (donnerap.cambridge.arm.com [10.1.195.35]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 477B83F71F; Fri, 28 Aug 2020 07:20:34 -0700 (PDT) From: Andre Przywara To: Rob Herring , devicetree@vger.kernel.org Cc: Thomas Gleixner , Daniel Lezcano , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Wei Xu Subject: [PATCH v2 4/6] ARM: dts: hisilicon: Fix SP804 users Date: Fri, 28 Aug 2020 15:20:16 +0100 Message-Id: <20200828142018.43298-5-andre.przywara@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200828142018.43298-1-andre.przywara@arm.com> References: <20200828142018.43298-1-andre.przywara@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The SP804 binding only specifies one or three clocks, but does not allow just two clocks. The HiSi 3620 .dtsi specified two clocks for the two timers, plus gave one "apb_pclk" clock-name to appease the primecell bus driver. Extend the clocks by duplicating the first clock to the end of the clock list, and add two dummy clock-names to make the primecell driver happy. I don't know what the real APB clock for the IP is, but with the current DT the first timer clock was used for that, so this change keeps the current status. Signed-off-by: Andre Przywara --- arch/arm/boot/dts/hi3620.dtsi | 30 ++++++++++++++++++++---------- arch/arm/boot/dts/hip04.dtsi | 4 ++-- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/arch/arm/boot/dts/hi3620.dtsi b/arch/arm/boot/dts/hi3620.dtsi index f0af1bf2b4d8..355175b25fd6 100644 --- a/arch/arm/boot/dts/hi3620.dtsi +++ b/arch/arm/boot/dts/hi3620.dtsi @@ -111,8 +111,10 @@ reg = <0x800000 0x1000>; /* timer00 & timer01 */ interrupts = <0 0 4>, <0 1 4>; - clocks = <&clock HI3620_TIMER0_MUX>, <&clock HI3620_TIMER1_MUX>; - clock-names = "apb_pclk"; + clocks = <&clock HI3620_TIMER0_MUX>, + <&clock HI3620_TIMER1_MUX>, + <&clock HI3620_TIMER0_MUX>; + clock-names = "timer0clk", "timer1clk", "apb_pclk"; status = "disabled"; }; @@ -121,8 +123,10 @@ reg = <0x801000 0x1000>; /* timer10 & timer11 */ interrupts = <0 2 4>, <0 3 4>; - clocks = <&clock HI3620_TIMER2_MUX>, <&clock HI3620_TIMER3_MUX>; - clock-names = "apb_pclk"; + clocks = <&clock HI3620_TIMER2_MUX>, + <&clock HI3620_TIMER3_MUX>, + <&clock HI3620_TIMER2_MUX>; + clock-names = "timer0clk", "timer1clk", "apb_pclk"; status = "disabled"; }; @@ -131,8 +135,10 @@ reg = <0xa01000 0x1000>; /* timer20 & timer21 */ interrupts = <0 4 4>, <0 5 4>; - clocks = <&clock HI3620_TIMER4_MUX>, <&clock HI3620_TIMER5_MUX>; - clock-names = "apb_pclk"; + clocks = <&clock HI3620_TIMER4_MUX>, + <&clock HI3620_TIMER5_MUX>, + <&clock HI3620_TIMER4_MUX>; + clock-names = "timer0lck", "timer1clk", "apb_pclk"; status = "disabled"; }; @@ -141,8 +147,10 @@ reg = <0xa02000 0x1000>; /* timer30 & timer31 */ interrupts = <0 6 4>, <0 7 4>; - clocks = <&clock HI3620_TIMER6_MUX>, <&clock HI3620_TIMER7_MUX>; - clock-names = "apb_pclk"; + clocks = <&clock HI3620_TIMER6_MUX>, + <&clock HI3620_TIMER7_MUX>, + <&clock HI3620_TIMER6_MUX>; + clock-names = "timer0clk", "timer1clk", "apb_pclk"; status = "disabled"; }; @@ -151,8 +159,10 @@ reg = <0xa03000 0x1000>; /* timer40 & timer41 */ interrupts = <0 96 4>, <0 97 4>; - clocks = <&clock HI3620_TIMER8_MUX>, <&clock HI3620_TIMER9_MUX>; - clock-names = "apb_pclk"; + clocks = <&clock HI3620_TIMER8_MUX>, + <&clock HI3620_TIMER9_MUX>, + <&clock HI3620_TIMER8_MUX>; + clock-names = "timer0clk", "timer1clk", "apb_pclk"; status = "disabled"; }; diff --git a/arch/arm/boot/dts/hip04.dtsi b/arch/arm/boot/dts/hip04.dtsi index 4263a9339c2e..f5871b1d1ec4 100644 --- a/arch/arm/boot/dts/hip04.dtsi +++ b/arch/arm/boot/dts/hip04.dtsi @@ -226,8 +226,8 @@ compatible = "arm,sp804", "arm,primecell"; reg = <0x3000000 0x1000>; interrupts = <0 224 4>; - clocks = <&clk_50m>, <&clk_50m>; - clock-names = "apb_pclk"; + clocks = <&clk_50m>, <&clk_50m>, <&clk_50m>; + clock-names = "timer0clk", "timer1clk", "apb_pclk"; }; arm-pmu { -- 2.17.1