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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 86F8CEC1EB2 for ; Thu, 5 Feb 2026 13:18:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DA52C10E1C6; Thu, 5 Feb 2026 13:18:35 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="CWVHDUJ+"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id B39B410E1C6 for ; Thu, 5 Feb 2026 13:18:34 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 112C4600AD; Thu, 5 Feb 2026 13:18:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 363D9C4CEF7; Thu, 5 Feb 2026 13:18:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770297513; bh=IV8zBF+FT0Oe0sZX1eELrvDeo3H7mnexdAbELDcs4KY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CWVHDUJ+vFyh+Bq7TynxDlz3g3sSG5KlmgzTUCwIuDp3jP1pwrSXYICttMnC8S6aQ ymSk6DZcOkYaoanOxABEqkvdRnu+yUm9AjF2BlidzK6RRQuRwll15PN+y+96A/rjIm yWCAN9G8BwZ1DLDHBMHraBA8Jgvyb/selV9wiMhXpHZryD5Tan6b6DUthnQJuDUtxv LxNpKoMr8BzR2V7uy3sfp7NG98gCqQxlgHDjp8D4mAC8xD0ULsPOQ9hjWJF6xUhj+Q Fhr64TdUW8a133hEeJ8ZA2eNkd+UJM2HFQpE2tsQPX2xfEGU1VsR4X14MwJOC4CwQR QANwmXebjjwow== Date: Thu, 5 Feb 2026 14:18:31 +0100 From: Krzysztof Kozlowski To: Joey Lu Cc: airlied@gmail.com, simona@ffwll.ch, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, ychuang3@nuvoton.com, schung@nuvoton.com, yclu4@nuvoton.com, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: display: nuvoton: add MA35D1 DCU binding Message-ID: <20260205-psychedelic-brave-toad-db4936@quoll> References: <20260129040532.382693-1-a0987203069@gmail.com> <20260129040532.382693-2-a0987203069@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260129040532.382693-2-a0987203069@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Jan 29, 2026 at 12:05:30PM +0800, Joey Lu wrote: > + > + clocks: > + items: > + - description: DCU Gate clock for register access > + - description: DCU Pixel clock for display timing > + > + clock-names: > + items: > + - const: dcu_gate That's bus or apb > + - const: dcup_div That's pixel Use descriptive names of functions here. Not your clock controller. It is completely irrelevant whether you provide here gate or div or mux or whatever else. If by any chance in new design you put here mux, not div, then completely new binding? Best regards, Krzysztof