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 0A85F3FADF4; Fri, 15 May 2026 08:18:49 +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=1778833130; cv=none; b=YFOXYfm06HEntaWH1F2TZQ2eL6RaD8o8jDw1LJ2XCK2JWc58BE6pQ6+rnOv0s/vVujMWC+B7eOzchIOpOoHWbyEZEj4mvXvIwX6fJEoF/fiBuYUNQj7TpI4o11Ge7bWPbux87gbDvuUR9fzo0HLnul/8OZUfWfdGUm49ExiHQxc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778833130; c=relaxed/simple; bh=2oizVG4O3uoNeGTVjU8VPZdS7sVqMY19d5r731hQAzU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BS+4NP6TfxPuw+DF47fF0Pl6aGGPFFhLOxjHHzGU+TOnfEQCu9vlTSPD3azQPF2ztznndHtnCaXs4eOzT3eXhLfK9LHiKWaBxW3JdveOpJ+UxJKc9ZI/Nk+Ok6MImVLwinDKXS0dLiUVQye3WEXGFUf1cEB4YnnVGHRS6muy60Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pUuAIplf; 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="pUuAIplf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 07B1DC2BCB0; Fri, 15 May 2026 08:18:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778833129; bh=2oizVG4O3uoNeGTVjU8VPZdS7sVqMY19d5r731hQAzU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pUuAIplfHLWThVdLLDFjzdWYisgqOY7Irqx+VtYdA5NZ7cfUrufOHKfcWAbo99GhW Q8l4r/VQEFccdNdrslxyOpuGEI1yAfhmbfWDq/go8XgADNdNS9uSHhLplAoGcL0cbv UvUPPJY7R24gFA11uhhik/Zn0RnwOGPlO0Q6fiyM2yA1oGYymirbfUfWCD7v+AEpAl 483JPCNE7GGVVHPYKekv9RhQEjjl5XfokVqcqqzLmK7RhnoHoVRTpRbV/CKTBmDrVs azZ9KQTwre0iUC5VoymRNQaVfgc/sraBdkCV/9cFt8J5GCZzxvlLmYDpD/ZkCGUcWG r+HvLzeVka4GQ== Date: Fri, 15 May 2026 10:18:47 +0200 From: Krzysztof Kozlowski To: Svyatoslav Ryhel Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Neil Armstrong , Thierry Reding , Jonathan Hunter , Greg Kroah-Hartman , Peter Chen , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-tegra@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v1 3/6] dt-bindings: net: Document Infineon/Intel XMM6260 modem Message-ID: <20260515-precious-ginger-lori-d1fde7@quoll> References: <20260511135703.62470-1-clamor95@gmail.com> <20260511135703.62470-4-clamor95@gmail.com> Precedence: bulk X-Mailing-List: netdev@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: <20260511135703.62470-4-clamor95@gmail.com> On Mon, May 11, 2026 at 04:56:58PM +0300, Svyatoslav Ryhel wrote: > + ap-wake-gpios: > + description: GPIO connected to the EINT3 pin > + maxItems: 1 > + > + cp-wake-gpios: > + description: GPIO connected to the EINT2 pin > + maxItems: 1 > + > + phys: > + maxItems: 1 > + > + vbat-supply: > + description: Supply connected to the VBAT lines. This should be rather name of the pin on this device, not the provider name. VBAT suggests the latter. Please double check. Rest looks fine, with respect to Sashiko comment on description: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof