From patchwork Tue Apr 23 11:35:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alvin_=C5=A0ipraga?= X-Patchwork-Id: 791432 Received: from out-182.mta0.migadu.com (out-182.mta0.migadu.com [91.218.175.182]) (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 D10677E792 for ; Tue, 23 Apr 2024 11:35:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713872151; cv=none; b=rKtOlUA17VHpVH1MxiZ+K3xn/FaAqeOInudOVsxo73TpIFAfLfKH0qX3i4x+c16/D3llWeRFVRE2DswHgn/F6ajyFHylR4wd+BWbEH7vSvoWXzoGsljqRrvsybtP5VouXxBKwCSf3nxdjMEAovjwuUR9u+igt95svpQYofRmnVw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713872151; c=relaxed/simple; bh=9vP4mBM6tkos6CoZHwx0vDDQJ//HL3Wf+tFRftdDnPs=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=SrO+WQfbQJNSC8sa+/xJPBY+XwF7tQApY6cry5q6aQNeamVUYcElmC9JbOjNJoCJ+4+B/19ukmg/mj6Ld8fzrrN+domzqg26Odb55Z030FhhkOE0e59p/NguB/+qn87OCzZr1P0y/eaDK/Qlz71oGPgL0HQ7dX+Mxg7RgkcnFks= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pqrs.dk; spf=pass smtp.mailfrom=pqrs.dk; dkim=pass (2048-bit key) header.d=pqrs.dk header.i=@pqrs.dk header.b=ihznQ1EJ; arc=none smtp.client-ip=91.218.175.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pqrs.dk Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pqrs.dk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pqrs.dk header.i=@pqrs.dk header.b="ihznQ1EJ" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pqrs.dk; s=key1; t=1713872148; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ScAzNfep4eEm1vY7gR4iZr889YiTgmobWqSLElHBrnQ=; b=ihznQ1EJpwJlGH9l73N+J6VA9xAPP4Qdh1bBkiIpzQvBa52c9oC3HNrG7ivZiL5+BSR51V bR0d6C8k/xuXQs3OW/JENlG1ZthT18iccUP7oUlx8dKQtdYLLazsd3nVTOuGihF38H/4/h CyrNzOgPuKwGY5yDd3yCGoAc37Ji+Lf8JhbRWFy2gywtVq6VgEIHoE+mPdjLG4P2ciTIyc AdhtJY0jPunrinNQrtAZeVjB+gHNMJ3M18pdT6rwbm3atT2Y6h1BPmMzqjXIEeTprfmQ8H tCyoLyV+ypYx2cH2xrGslHONHgl/wSOcJth93kuAqw8HjGSfpfld4homQqSc4Q== From: =?utf-8?q?Alvin_=C5=A0ipraga?= Date: Tue, 23 Apr 2024 13:35:31 +0200 Subject: [PATCH 2/3] spi: dt-bindings: nxp,sc18is602: add compatible for SC18IS606 Precedence: bulk X-Mailing-List: linux-spi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240423-sc18is606-v1-2-094ef37d5a59@bang-olufsen.dk> References: <20240423-sc18is606-v1-0-094ef37d5a59@bang-olufsen.dk> In-Reply-To: <20240423-sc18is606-v1-0-094ef37d5a59@bang-olufsen.dk> To: Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Alvin_=C5=A0ipraga?= X-Migadu-Flow: FLOW_OUT From: Alvin Šipraga The compatible string is nxp,sc18is606. It is a functional replacement for the SC18IS602B with a larger data buffer, three (rather than four) chip selects, and lacks support for quasi-directional GPIO. Signed-off-by: Alvin Šipraga Acked-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/spi/nxp,sc18is602.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/nxp,sc18is602.yaml b/Documentation/devicetree/bindings/spi/nxp,sc18is602.yaml index 5b34fdf6148a..8fbf74b95708 100644 --- a/Documentation/devicetree/bindings/spi/nxp,sc18is602.yaml +++ b/Documentation/devicetree/bindings/spi/nxp,sc18is602.yaml @@ -4,7 +4,7 @@ $id: http://devicetree.org/schemas/spi/nxp,sc18is602.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: NXP SC18IS602/602B/603 I2C to SPI bridge +title: NXP SC18IS602/602B/603/606 I2C to SPI bridge maintainers: - Alvin Šipraga @@ -15,6 +15,7 @@ properties: - nxp,sc18is602 - nxp,sc18is602b - nxp,sc18is603 + - nxp,sc18is606 reg: maxItems: 1