From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH] schemas: clock: Add assigned-clocks description Date: Fri, 29 Apr 2022 13:22:15 -0700 Message-ID: <20220429202217.95511C385A7@smtp.kernel.org> References: <20220428152633.2261979-1-robh@kernel.org> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651263737; bh=73DcXxthbc3tJUDPBm6OksBQbW6aVm3NrO5PyrEDct4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Veq91XyCySNZq1euUXQiua0TNpmFeoc8/c+cbrR74bmVBUhCBjiQzI2RqeUi8F0XO Ief0jPNcPbi6lqs8E8OIXgpXZEZ+XqmapX3yz08INGcqmVGAkmPlR1eCC+TmZLhanl zyaoIoMOJoiqia6lPB+9XJsByZEn9LYm5iX4w9fvSLv8FC6tdvp65oEjO6aRxgJLF2 YYeidzsuyVla4+GLBCq9WSohs2t8h77eVT1qDlTTDt8lzx+Qup4H/shTGWegJo3foW oO2GAy4RdVzfqBiITrlIqPB072sZ+QMymgmq8Ph+dbSyGbUJnvclErZKapJgFihTqE UhUJS3+KTwttw== In-Reply-To: <20220428152633.2261979-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> List-ID: Content-Type: text/plain; charset="us-ascii" To: Rob Herring , devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Sylwester Nawrocki Quoting Rob Herring (2022-04-28 08:26:33) > Add description for assigned-clocks properties from clock-binding.txt in > the Linux kernel. >=20 > This is relicensed from GPL-2.0 (the default) to BSD-2-Clause. The Cc list > are the original authors. >=20 > Cc: Sylwester Nawrocki > Cc: Stephen Boyd > Signed-off-by: Rob Herring > --- Reviewed-by: Stephen Boyd