From patchwork Thu Sep 26 11:32:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13813297 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 E1A7414F9DD for ; Thu, 26 Sep 2024 11:32:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727350369; cv=none; b=ebckZQhOx0MpnE5OQBwsh3i3I4hgBSAUC/nAEBSy+NTH0PcghCv3H2uYVvl05q+Eb/uhh+ADHo6vJK1exC8fgVUQ6AmrdiNg9FHMETUbTdBM3BCvmSIEDDN0+ui0wjYwbCcmQf1/swBiHUtDkIWjZw/6XRxFCGG4XtA/pqvSGIQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727350369; c=relaxed/simple; bh=C92cajfc1zWt3AsbM8+xxbkh6KK6i7ng0wWyiZR/2Zs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=VRHvVkfVdCUiRKUGsik5ciFyciPvckxir0vES0bA8EKWcI47MUo7hq4QH8X5n56BHY0Q99YhgJUuzvg1pgwvxSmAdzXUN2gJlJqnaA5m1uScTvc+dMIR6prXdqCC2T7uadeWVlLpXndsN02Y8yCxf/nodLhkqbdo+MXRyvp/YLY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=VFdCfQXG; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="VFdCfQXG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=k1; bh=Xk5IwM942c2UCl npnRtRUWbQmkY5G+4beG1YYt8qI90=; b=VFdCfQXGC0ckb9N4qUJ1Nv54COz2ei OjXOl3hYCjKzOFL4ieHBRNjfloo47MERf29wZHwakOXjswYEk3qKC4tdBL4++4Xg hDnsjrJmsmt2hbU+isyKD93xFM4HSwi/YPLwKj7oe0zFx7LkZr74C+Q0oDwrDsBi Io78wXD36LO2uxQDIfep1QvztrCiWdEdZ7T1m59zwk3TlmgA5naFS5RK6cHhOT+R +UtP56KmjFyhcnRpf9VWg9d8hoxllHQW0Q112lHer2AklMsFqRs6Z/68HeBa+WRh w86umLJrNK7NqPAmtMcS3+43F/WKjdLe7JPtSBT+ySPB4Om6ThyRPxlA== Received: (qmail 967860 invoked from network); 26 Sep 2024 13:32:44 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 26 Sep 2024 13:32:44 +0200 X-UD-Smtp-Session: l3s3148p1@MkvfGAQjHpEgAwDPXzRXADDuo30Z+IZ9 From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Wolfram Sang , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm , Kuninori Morimoto , linux-sound@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH] ASoC: dt-bindings: renesas,rsnd: correct reg-names for R-Car Gen1 Date: Thu, 26 Sep 2024 13:32:41 +0200 Message-ID: <20240926113241.24060-2-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The device at 0xffd90000 is named SRU, both in the datasheet and SoC DTSI. Fix the typo in the bindings to avoid the false positive report: sound@ffd90000: reg-names:0: 'sru' is not one of ['scu', 'ssi', 'adg'] Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Acked-by: Rob Herring (Arm) Acked-by: Kuninori Morimoto --- Documentation/devicetree/bindings/sound/renesas,rsnd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml index 3bc93c59535e..6d0d1514cd42 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml @@ -302,7 +302,7 @@ allOf: reg-names: items: enum: - - scu + - sru - ssi - adg # for Gen2/Gen3