From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-184.mta0.migadu.com (out-184.mta0.migadu.com [91.218.175.184]) (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 EAE2C2EA15C for ; Thu, 29 Jan 2026 17:23:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.184 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769707404; cv=none; b=cNz8tAuWnXP46Igdn2t92FaZi4VGWuu+Bht+jkNO/U106TqnrKb2pHIJ1bc0CnF300vAO8AWImh20n5hP1BXjJMl/ury/Y0ji9GQSSqfMddFRjGQveW20PIh3JidGAXteYJcwpHae5i++WMIHQHec4XH4eyGg2ontKp3Fpc0EJs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769707404; c=relaxed/simple; bh=SvH0AoqLQBztfThT9P/LUln8AmuAYBxZPjT9Lgf1hcI=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=QjklDxXjQrIlndhjtlHHv1FjFOIdVnl7+56gk3LJ4N2/9DbqRwFwBayxcuxIRYoSOdmEtT6tqy7Z/4ZZtOh3ouRi1b7Rh/po+znJjURPc8RwuNdO1Xqfi7unGxH+e/rwgpSxJ1QO3WlWVUR+mlhmM8qP/dSjx3OopktIE90XIA8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=bxe51VTn; arc=none smtp.client-ip=91.218.175.184 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="bxe51VTn" 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=linux.dev; s=key1; t=1769707399; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=TF8JgnJjP3MwCPu1WCIn/bHY9tGL0Ps0MgNVk/UJcAA=; b=bxe51VTne6PAUnEHSsR5xlFrzoUdmewfCiBqJfHClN6TTC/C5hcpEKBTbJyiR4740jI5qQ MxMrBgJgXhRJYpMS5E9GHU3/7kmiEu5fRtbO45BdITYMg8gnKIrUvyNpfa9heGvyectkMZ fmkCmyfYsikoXQQiLBDSxDIN+ikpfTQ= From: Sean Anderson To: Vincenzo Frascino , Liam Girdwood , Mark Brown , linux-sound@vger.kernel.org Cc: Jaroslav Kysela , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Michal Simek , Takashi Iwai , Sean Anderson , Conor Dooley , Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH 0/2] ASoC: xilinx: xlnx_i2s: Discover parameters from registers Date: Thu, 29 Jan 2026 12:23:13 -0500 Message-Id: <20260129172315.3871602-1-sean.anderson@linux.dev> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Xilinx helpfully included a read-only "config" register that contains configuration parameters. Discover our parameters from this register instead of reading them from the device tree. Sean Anderson (2): dt-bindings: sound: xlnx,i2s: Make discoverable parameters optional ASoC: xilinx: xlnx_i2s: Discover parameters from registers .../devicetree/bindings/sound/xlnx,i2s.yaml | 8 ++--- sound/soc/xilinx/xlnx_i2s.c | 32 +++++++------------ 2 files changed, 13 insertions(+), 27 deletions(-) -- 2.35.1.1320.gc452695387.dirty