From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C56C94B121; Sun, 17 Dec 2023 23:24:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QA0cEL0P" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D9A1C433C7; Sun, 17 Dec 2023 23:24:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702855453; bh=pNEGevUBy2MW6+ThrcovCIC+ZAo8Hmxjtv4TDvgyzzo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=QA0cEL0PTmccrSOSdmbURrOXWPFmkUDOg9a8Gnn9MOa1eH01ru1FUJJmHrnshBHwz iM8O9ZBl7t0iaXFboUNcw6/5qQy/1+tet5IzBIPnRKuybnnnqTxuBFlveoeCYbx/VJ 0ir2sgJspXM++xE4FXRjTL+oXFfQk6olHnCT6ARHeiCpGzb1gzdpQtJ7WiN2L0JSTV bXLDHnGmTgthreeapYW9lJ+h8N0cDriwdbsoOGIcmYT+2KkytTLgGhmPdi8BN4rQnB SOvTjS/LSoSVeslW/r/fZhWxkNSapp4plQ/bOYl5QKIogSK6pJxr+7aqlu0ZJ7Hp76 zVUI84l9N3/Yw== Message-ID: <9d1b2eb4868f82015b88176a3666cbad.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH v3] dt-bindings: clock: brcm,kona-ccu: convert to YAML From: Stephen Boyd Cc: bcm-kernel-feedback-list@broadcom.com, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Artur Weber To: Conor Dooley , Florian Fainelli , Krzysztof Kozlowski , Michael Turquette , Ray Jui , Rob Herring , Scott Branden , Stanislav Jakubek Date: Sun, 17 Dec 2023 15:24:10 -0800 User-Agent: alot/0.10 Quoting Stanislav Jakubek (2023-11-12 08:56:51) > Convert Broadcom Kona family clock controller unit (CCU) bindings > to DT schema. >=20 > Changes during conversion: > - remove "dmac" from clock-output-names for brcm,bcm11351-master-ccu, > such a clock doesn't exist > - remove "uartb4" from clock-output-names for brcm,bcm21664-slave-ccu, > such a clock doesn't exist >=20 > Signed-off-by: Stanislav Jakubek > Reviewed-by: Conor Dooley > --- Applied to clk-next