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 226863A75A5 for ; Wed, 13 May 2026 19:21:59 +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=1778700120; cv=none; b=BbzSp0ToHaKOQlURg3t3Ft96SzYwjKEgVkr1KDZMdLjvxq9AcJufPEwtlmo8SBsN7uBDVf4+9nXq+PnFwAdEvTOhNc6TjueVpQw39AqVg7pJxLabVEO+LL7E1rfPGwjAiO+1IiV/sPMxZgiCkPVZyLZpWPia44mwI4zb1pCUK0s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778700120; c=relaxed/simple; bh=fYXILq2sHTH4l65dF+0EzDOgcKBS45FOY4SjxnUwUWc=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=Eip+0IsvY50hMWBu2XLKCevQlvNlt7ZJnWwasDHTqoJfVR96zb8/sIjEENHDruMJtSA1JMHlY7nR2dD5Rj8illdGUcCvZ1VfoPnDInufZIjMx9DD/jQr8Ji6KCH9O2bbyd84AGjDPZgurjfTy9sbmT9qPT+bTMV1hdRCBWqhaeI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HIIjP/rr; 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="HIIjP/rr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 445CCC19425; Wed, 13 May 2026 19:21:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778700119; bh=fYXILq2sHTH4l65dF+0EzDOgcKBS45FOY4SjxnUwUWc=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=HIIjP/rrrBE+Q6nETwhm5F+AMOyqe5aa6o/U1yHi8GXZl/0+mV438+YoT3abq0G7w 5wCNkgvNZrhsA0GESu8oQyC3stWFHyuZNCzRcDmZymAd/A1ckWwYBubTNINNDUnvlg FJyDpY/ALlcbRX97fjn4bmC14l+wDdTcoUxNTJIj/AEQWAybRTbmzUpWzgxNDhh3KC B1Ri4s/4ef6Rj76KBAdpUyh4Bb5iPjRrduxnvzOXsz58wxWsF5QZZsjtqkgHaFdFDJ r+ubCGRkpquCkvoeAjcNNTUHd1FjWHc3G5g2BYVb+XOKifQYKVZv3X/Dpwz1LMvNMf 5eL8D+jagcIMw== From: Lorenzo Bianconi Date: Wed, 13 May 2026 21:21:36 +0200 Subject: [PATCH v2 1/2] dt-bindings: arm64: dts: airoha: Add an7583 entry 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-Transfer-Encoding: 7bit Message-Id: <20260513-airoha-7583-v2-1-ee0d82b37ce7@kernel.org> References: <20260513-airoha-7583-v2-0-ee0d82b37ce7@kernel.org> In-Reply-To: <20260513-airoha-7583-v2-0-ee0d82b37ce7@kernel.org> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Felix Fietkau , John Crispin , Matthias Brugger , AngeloGioacchino Del Regno Cc: Christian Marangi , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Lorenzo Bianconi X-Mailer: b4 0.14.3 Introduce Airoha AN7583 entry in Airoha dts binding. Signed-off-by: Lorenzo Bianconi --- Documentation/devicetree/bindings/arm/airoha.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/airoha.yaml b/Documentation/devicetree/bindings/arm/airoha.yaml index 7c38c08dbf3f..6506c64af4f3 100644 --- a/Documentation/devicetree/bindings/arm/airoha.yaml +++ b/Documentation/devicetree/bindings/arm/airoha.yaml @@ -26,6 +26,10 @@ properties: - enum: - airoha,en7581-evb - const: airoha,en7581 + - items: + - enum: + - airoha,an7583-evb + - const: airoha,an7583 additionalProperties: true -- 2.54.0