From mboxrd@z Thu Jan 1 00:00:00 1970 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 49540C6FA82 for ; Tue, 13 Sep 2022 17:27:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233046AbiIMR1A (ORCPT ); Tue, 13 Sep 2022 13:27:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232935AbiIMR0Y (ORCPT ); Tue, 13 Sep 2022 13:26:24 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4162BA3; Tue, 13 Sep 2022 09:14:26 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 89D61614D6; Tue, 13 Sep 2022 16:14:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49678C433D6; Tue, 13 Sep 2022 16:14:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663085666; bh=O5FWm/fvscnNLel7Mxgy0y53/BSpvwI0+/0lt0IpNGk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zwDjLcTwKTimfwUklR7yj7HLTLXYgQQODOED5FFq4mjxQaE6RnqiN7jATzzoQ3lf8 JP5TdPU+6lkGNCjrdqy6E4E+6OrWArhummy01XhM4P8J1JuoKaCYJqokn43+lN6ZFM tn797B72IBM5sBWboffhF0YvicO9EVu+iKSH1vRo= Date: Tue, 13 Sep 2022 18:14:49 +0200 From: Greg KH To: Conor.Dooley@microchip.com Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, geert@linux-m68k.org, krzysztof.kozlowski@canonical.com, palmer@rivosinc.com, sashal@kernel.org Subject: Re: [PATCH 5.15 048/121] riscv: dts: microchip: mpfs: Fix reference clock node Message-ID: References: <20220913140357.323297659@linuxfoundation.org> <20220913140359.425823284@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 13, 2022 at 04:09:09PM +0000, Conor.Dooley@microchip.com wrote: > On 13/09/2022 15:03, Greg Kroah-Hartman wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > > > From: Geert Uytterhoeven > > > > [ Upstream commit 9d7b3078628f591e4007210c0d5d3f94805cff55 ] > > > > "make dtbs_check" reports: > > > > arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dt.yaml: soc: refclk: {'compatible': ['fixed-clock'], '#clock-cells': [[0]], 'clock-frequency': [[600000000]], 'clock-output-names': ['msspllclk'], 'phandle': [[7]]} should not be valid under {'type': 'object'} > > From schema: dtschema/schemas/simple-bus.yaml > > > > Fix this by moving the node out of the "soc" subnode. > > While at it, rename it to "msspllclk", and drop the now superfluous > > "clock-output-names" property. > > Move the actual clock-frequency value to the board DTS, since it is not > > set until bitstream programming time. > > > > Signed-off-by: Geert Uytterhoeven > > Acked-by: Krzysztof Kozlowski > > Reviewed-by: Conor Dooley > > Tested-by: Conor Dooley > > Signed-off-by: Palmer Dabbelt > > Signed-off-by: Sasha Levin > > Hey, > I only got this patch and nothing else in my inbox related to the dts > that depends on the patch. Has this been autoselected? I don't really > think there's much benefit to backporting this one to 5.15 as the > board itself didn't even boot for another three kernel releases. Thanks for letting us know, now dropped from the 5.15 queue. greg k-h