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 6C4A57083C; Mon, 13 Oct 2025 14:59:55 +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=1760367595; cv=none; b=MRpSbyDXA2UANkrjSkGbzJOWBlp34D203NeyaATi7XkaXzQ+ZGyIIikrQWjn6sFliUVJGdOto9DtpJTcP4aa8nl34r2QIPUuDNIlF1SbmohFJzESiTmSMZSLSP+xyWqZ/HWK3WUI5cDscT3l3jhX3xIj7pCw7L934aOJ+E+WIK0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760367595; c=relaxed/simple; bh=1MJGGWFYDl+sZVjRIZNjgJuhuBUtLX+L7bHgeV8iKjE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Fg75QD+lxSV/rNgy1sFCS0GEAzmqioxXOgxg1yREm8R6MKPk94aaP4KyKVVBawC7cuLpsxhOKIyo0MNKtoMIaj+gFKzWXSuPErrxAmiRa0GhVGje3RupLY5ES8xsIKrpWKCmL7Iy6/OcoNszCclxujdNhUGHT8Xq3TJ2kTqll0s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=FEgipoLh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="FEgipoLh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B75BAC4CEE7; Mon, 13 Oct 2025 14:59:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1760367595; bh=1MJGGWFYDl+sZVjRIZNjgJuhuBUtLX+L7bHgeV8iKjE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FEgipoLhd+9s0URRdgO605TJd7+moxx2B6EdsFAjq47ekPycE7YGOsqSeC2HabcW5 0+mhg/RB5tf0a+xSOvGcX4hh2zEguQRZkPszZ4jvADj8yYRMeuWKEJe4j2LJDNj+bT DC2wTicXbgb65eU8LpqWUz+jGShN4Wybe5MzrO20= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jihed Chaibi , Kevin Hilman , Sasha Levin Subject: [PATCH 6.6 033/196] ARM: dts: omap: am335x-cm-t335: Remove unused mcasp num-serializer property Date: Mon, 13 Oct 2025 16:43:44 +0200 Message-ID: <20251013144316.396197200@linuxfoundation.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251013144315.184275491@linuxfoundation.org> References: <20251013144315.184275491@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jihed Chaibi [ Upstream commit 27322753c8b913fba05250e7b5abb1da31e6ed23 ] The dtbs_check validation for am335x-cm-t335.dtb flags an error for an unevaluated 'num-serializer' property in the mcasp0 node. This property is obsolete; it is not defined in the davinci-mcasp-audio schema and is not used by the corresponding (or any) driver. Remove this unused property to fix the schema validation warning. Fixes: 48ab364478e77 ("ARM: dts: cm-t335: add audio support") Signed-off-by: Jihed Chaibi Link: https://lore.kernel.org/r/20250830215957.285694-1-jihed.chaibi.dev@gmail.com Signed-off-by: Kevin Hilman Signed-off-by: Sasha Levin --- arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts b/arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts index 72990e7ffe10e..44718a4cec474 100644 --- a/arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts +++ b/arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts @@ -483,8 +483,6 @@ &mcasp1 { op-mode = <0>; /* MCASP_IIS_MODE */ tdm-slots = <2>; - /* 16 serializers */ - num-serializer = <16>; serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */ 0 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0 >; -- 2.51.0