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 C541539D6CA; Wed, 29 Apr 2026 07:34:35 +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=1777448075; cv=none; b=LE3+xI1IxJogJvkxOjmChxUO8y9hkSIdcHl/+ugod2ByWHP2uIswedtv69Wm9xsiDOWqXnC8uDR8+eYkYWOwzRXeh+QyF+QBaidbbpv5qpc6ltENtObwcWJk1qCMNLQ0mOGnEriACa9KKc5i5Ts5H/wEaPW8eOvEelfIrbZPzS0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777448075; c=relaxed/simple; bh=n3mX0JpEdvKqLTQfsyaTpDRXbMbzGlZDgBum/n5q8ik=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UeJEqq8mfsa829F2+2zwZv443NB8jnhQsp5LTLECMCtFe49TaQoY7V2UixI3tRto5/fCDilk6w+6nvDGQbLJDde/R997B7O7cdO4FIMibWsiANWMNg/UOmKKWfx//qJqhdGdmeow0QF9LRyAs8QjQBX71h652vmjIJEHM3mkGOE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GrXYlAr6; 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="GrXYlAr6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D02D5C19425; Wed, 29 Apr 2026 07:34:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777448075; bh=n3mX0JpEdvKqLTQfsyaTpDRXbMbzGlZDgBum/n5q8ik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GrXYlAr6qW/SYfAcGPu8PXoUulmCgbEmVlmzGoGPQnsldFseGGVTqntnt44wSSkty fKGBZ/434815rgVHguNGkSH4Dpx+dJ9EA0NOrsXHJa6fG2UQvVEdlnCcOUWxChgVNF dRWzc/bd+sf18hsH9e8tzWcRz6Mo3PPiZ2E0PamTE62KHe4S+SrHRZlotNcvWP5TR8 PkMuiK1kTTRm7f8ZW6uTJE4A0Z6PegwVZs7c+0zeS1v6ht4pkogTIgi4cV5+cbPtLN CQYqO9UZAJZMPP7l2A0oZDSoUGTYuOIwbGtw6fx8+ThhFYTwMlfnNw4eB85iqXHkxk jKDgABSM9XrkA== Date: Wed, 29 Apr 2026 09:34:32 +0200 From: Krzysztof Kozlowski To: Brian Chiang Cc: Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jonathan Corbet , Shuah Khan , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: trivial: Add LX1308 support Message-ID: <20260429-romantic-daffy-booby-acf544@quoll> References: <20260428-add-support-lx1308-v2-0-90f115954143@inventec.com> <20260428-add-support-lx1308-v2-1-90f115954143@inventec.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260428-add-support-lx1308-v2-1-90f115954143@inventec.com> On Tue, Apr 28, 2026 at 12:19:28PM +0000, Brian Chiang wrote: > Add device tree bindings for the Luxshare LX1308, a high-efficiency > 12V 860W DC/DC power module with PMBus interface. > > Signed-off-by: Brian Chiang > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof