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 AA9B6C48260 for ; Thu, 8 Feb 2024 17:08:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AED0710E099; Thu, 8 Feb 2024 17:08:48 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="CDAB24FY"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4064A10E099 for ; Thu, 8 Feb 2024 17:08:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1707412129; x=1738948129; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=a0k4or3WYh5JsmiTSA5UkW0JwcVYQd963OTJEqpPdiI=; b=CDAB24FYwul0ymCqlBlkC/qbyhTKg859nH4ogxLvRFtxsSv1hudEZzmK io2vfmUyVBuE7ge7VoFyjwI6l4tjY5f43G9i80mT4+rwViOsvZ921HRrL PlJRfgjii3r2rQZemhwQNgqvMzGjGfoYlM84Dw8DNEHmT/fJl9PN24hr+ 6Yb1sReGQ0Js8CfbqRJ0yLx4F4HyAs0CijbBx+XAC1hKVZYAr0+bSsNVp a06y4lP6amc9Sm1lwXeDryZ3CLRqpMcQsnTsmSlxThKegq/FkiAETz627 x7kfyWx4CJM0uJqbxNfwAHOfFkekA/LCG+j+TIEJR1iP0+PG7NcOPUEgg Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10978"; a="11838405" X-IronPort-AV: E=Sophos;i="6.05,254,1701158400"; d="scan'208";a="11838405" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2024 09:08:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10978"; a="910427477" X-IronPort-AV: E=Sophos;i="6.05,254,1701158400"; d="scan'208";a="910427477" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2024 09:08:45 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rY7tC-00000002vpU-3OYe; Thu, 08 Feb 2024 19:08:42 +0200 Date: Thu, 8 Feb 2024 19:08:42 +0200 From: Andy Shevchenko To: Lee Jones Cc: Daniel Thompson , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jingoo Han , Helge Deller Subject: Re: [PATCH v2 0/4] backlight: hx8357: Clean up and make OF-independent Message-ID: References: <20240201144951.294215-1-andriy.shevchenko@linux.intel.com> <20240208105304.GI689448@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240208105304.GI689448@google.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo 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, Feb 08, 2024 at 10:53:04AM +0000, Lee Jones wrote: > On Thu, 01 Feb 2024, Andy Shevchenko wrote: ... > Someone may wish to address this: > > WARNING: DT compatible string "himax,hx8369" appears un-documented -- check ./Documentation/devicetree/bindings/ > #58: FILE: drivers/video/backlight/hx8357.c:636: > + .compatible = "himax,hx8369", I can do it if and when have more time. But apparently it was before this series, right? -- With Best Regards, Andy Shevchenko