Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93EB0C636D6 for ; Fri, 17 Feb 2023 16:31:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230200AbjBQQb3 (ORCPT ); Fri, 17 Feb 2023 11:31:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230196AbjBQQb0 (ORCPT ); Fri, 17 Feb 2023 11:31:26 -0500 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CD246B33B; Fri, 17 Feb 2023 08:31:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1676651397; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mcfRlNQsN6C8F3J5F/n8xfhEJCxaZ52Dwm/+9WCFOLo=; b=PG8Id652QOkJdmsoa4D9myrkY7nkv50BCxw8FhhEwNHMAQpVadHQzWqxz1RN1zd1WTvg8P 0+qA33rYkpuvcxKaQvP8/Q4eMvdIFuHqZouiBW66kl/TIcvbNRcifWjGhWlCScWMJJ2y77 twMaEj1/L41qoDBNU+cYI55S4JcGURA= Message-ID: <420c4453e236b9881fcdfdc90a10d12bf0eab323.camel@crapouillou.net> Subject: Re: [RFC 1/3] MIPS: DTS: jz4780: add #clock-cells to rtc_dev From: Paul Cercueil To: "H. Nikolaus Schaller" , Rob Herring , Krzysztof Kozlowski , Thomas Bogendoerfer , Arnd Bergmann , Srinivas Kandagatla , =?UTF-8?Q?Rafa=C5=82_Mi=C5=82ecki?= , Andrew Morton , Kees Cook , Matthias Brugger Cc: riccardo Mottola , paul@boddie.org.uk, linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org, kernel@pyra-handheld.com Date: Fri, 17 Feb 2023 16:29:54 +0000 In-Reply-To: <77bcc96a2b81e42b32d48a041d7fac31e7240e56.1676482318.git.hns@goldelico.com> References: <77bcc96a2b81e42b32d48a041d7fac31e7240e56.1676482318.git.hns@goldelico.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le mercredi 15 f=C3=A9vrier 2023 =C3=A0 18:31 +0100, H. Nikolaus Schaller a =C3=A9crit=C2=A0: > This makes the driver present the clk32k signal if requested. > It is needed to clock the PMU of the BCM4330 WiFi and Bluetooth > module of the CI20 board. >=20 > Signed-off-by: H. Nikolaus Schaller Reviewed-by: Paul Cercueil Cheers, -Paul > --- > =C2=A0arch/mips/boot/dts/ingenic/jz4780.dtsi | 2 ++ > =C2=A01 file changed, 2 insertions(+) >=20 > diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi > b/arch/mips/boot/dts/ingenic/jz4780.dtsi > index c182a656d63bc..18affff85ce38 100644 > --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi > +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi > @@ -155,6 +155,8 @@ rtc_dev: rtc@10003000 { > =C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0clocks =3D <&cgu JZ4780_CLK_RTCLK>; > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0clock-names =3D "rtc"; > + > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0#clock-cells =3D <0>; > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0}; > =C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0pinctrl: pin-controller@1= 0010000 {