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 E2ECC1F4738; Tue, 3 Dec 2024 14:25:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733235901; cv=none; b=Symm11e81z0Ig2TqXL4O8DkV3xP2ct3iNkAXLVzFPHQQCu4vPwLGTyGg4hexZ4sNf0JfD0FzEOcSVe7teiVI5rBWes8OPu3EapTw7Wt/4gs2JWkWJ6+4hIQD2bopLWw8Rb7LnqB6QXVIXhWHedOUS1zSwzwsF3/Xn5XYskaxw8U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733235901; c=relaxed/simple; bh=2YzBw+E/SaxJ/Xhevrp8m+nYUF9iMZkfbG7PMPw8nWI=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=O9C4R1cAjJbUFOTZtLm07WlNbDkuyRES+ZA4Eo26SJcZXyIApHAMbf5ilP1ax6JaHLDwZSIB5S29SqUNpVLSF2WagLwhedZTy4blhKSJJqgGf1r15RzNtkiiyXOb765KOqybEpCZwfrv7K4+AC8k9zOo9S29c6AaOjdncQr5vqU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=P1QUk00R; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="P1QUk00R" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74ECAC4CECF; Tue, 3 Dec 2024 14:25:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733235900; bh=2YzBw+E/SaxJ/Xhevrp8m+nYUF9iMZkfbG7PMPw8nWI=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=P1QUk00RJ2PQq+Qud5Wj6Mzq39OAz31Fl9JSjIedmjs2mJ5LYOEWDr9s8NMXluet/ SS/ffNdlXggtzaImkIfGRdUEWBUUpQDQZP/g/a37xT8spsdDDvWreHJHAdROhfznQM nVCIfbP+cvg2lAud0q8TOme+5AzThCyB6tr3k1+0akaLGEPOdMr+FXUBc67yNp49+M 1MCOAP/YHePnW+FLTlivfy7VPudy/TpYmHlo0YbMwK6Q0NnwQu/auewyxZT0LWN3F/ Jm2Mc62VpmD/14mm30U5n0xjHkbldkxTaQgc3g9swouxv/61KjDqFLTsEVYEul4DFz jJvsOi0VhCcYg== Date: Tue, 03 Dec 2024 08:24:59 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: maarten.lankhorst@linux.intel.com, aou@eecs.berkeley.edu, wefu@redhat.com, jassisinghbrar@gmail.com, jszhang@kernel.org, mturquette@baylibre.com, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, ulf.hansson@linaro.org, mripard@kernel.org, linux-kernel@vger.kernel.org, frank.binns@imgtec.com, matt.coster@imgtec.com, linux-riscv@lists.infradead.org, linux-pm@vger.kernel.org, guoren@kernel.org, sboyd@kernel.org, linux-clk@vger.kernel.org, m.szyprowski@samsung.com, drew@pdp7.com, krzk+dt@kernel.org, palmer@dabbelt.com, paul.walmsley@sifive.com, airlied@gmail.com, simona@ffwll.ch, tzimmermann@suse.de, conor+dt@kernel.org To: Michal Wilczynski In-Reply-To: <20241203134137.2114847-6-m.wilczynski@samsung.com> References: <20241203134137.2114847-1-m.wilczynski@samsung.com> <20241203134137.2114847-6-m.wilczynski@samsung.com> Message-Id: <173323589655.1743530.2406812042403623910.robh@kernel.org> Subject: Re: [RFC PATCH v1 05/14] dt-bindings: clock: thead,th1520: Add support for Video Output subsystem On Tue, 03 Dec 2024 14:41:28 +0100, Michal Wilczynski wrote: > The device tree bindings for the T-Head TH1520 SoC clocks currently > support only the Application Processor (AP) subsystem. This commit > extends the bindings to include the Video Output (VO) subsystem clocks. > > Update the YAML schema to define the VO subsystem clocks, allowing the > clock driver to configure and manage these clocks appropriately. This > addition is necessary to enable the proper operation of the video output > features on the TH1520 SoC. > > Signed-off-by: Michal Wilczynski > --- > .../bindings/clock/thead,th1520-clk-ap.yaml | 31 +++++++++++++++---- > 1 file changed, 25 insertions(+), 6 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241203134137.2114847-6-m.wilczynski@samsung.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.