From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.19]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 1C41C156883; Fri, 1 Nov 2024 09:27:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.19 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730453229; cv=none; b=e031sDdy/ekYWkwS9/T4NmvC0IK5jyF6mYu5SlAzti+l2lYej1XF8DFv/bYdjM70nVgsGifGW1myYYPnJ28yiFTDcHVurZP8N5iV79IRWrk16emkuop61ootgZh0lPWAZt1vnVOTmb0Pa4uWYDjPeD8kyTngwwIvmT+XPW7Eoeg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730453229; c=relaxed/simple; bh=xVGTDR81S5oI6LQ8b63VxeN1Pb/IAxdK+PQ+RABmHuI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LJEsU7XpqYdcF96xzgVLmlHRlOiUShbdVSYKXDvWzwxNeJwFl6rXKp+sK8uuA6VskBIjykIstXZZVYyIBt8ZLTPw9KqRIQrdCykORApDwdLNZDHwQ+DNyMDK4pAinpapSGdQNW+u3EHHl0BuRp6c1gGeNK79Y6H0+BxwcVG8kuA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=ZhcAsuWK; arc=none smtp.client-ip=220.197.32.19 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="ZhcAsuWK" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=UJfVlkISB8Y0Nj6NK+4jzx1o7Knv8GKqMIobgZ5NNIQ=; b=ZhcAsuWKA6FfQJOMViqHZ2fL/p4u9bmQkMbppds0z/gZEFCONRwhHAHT81bJ4h tgBwI82/G9xDRMU70X0YzrfRLWtKBc2WI+QLfzbSELV7RFAv2wBc1rLHc25LH2Th pmJ6N8CBiucFC+RUp/OiIMn1mUil21YCU3qzTwUR1nfEc= Received: from dragon (unknown []) by gzsmtp3 (Coremail) with SMTP id M88vCgDHrruSniRn7n1gAQ--.13488S3; Fri, 01 Nov 2024 17:25:40 +0800 (CST) Date: Fri, 1 Nov 2024 17:25:37 +0800 From: Shawn Guo To: Laurentiu Mihalcea Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Daniel Baluta , Shengjiu Wang , Iuliana Prodan , Tushar Khandelwal , Viresh Kumar , Frank Li , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 0/6] configure imx8 dsp DT node for rproc usage Message-ID: References: <20241021155221.112073-1-laurentiumihalcea111@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241021155221.112073-1-laurentiumihalcea111@gmail.com> X-CM-TRANSID:M88vCgDHrruSniRn7n1gAQ--.13488S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUV73kDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiEgyKZWckdPt-HAAAse On Mon, Oct 21, 2024 at 11:52:15AM -0400, Laurentiu Mihalcea wrote: > Laurentiu Mihalcea (6): > dt-bindings: dsp: fsl,dsp: fix power domain count > arm64: dts: imx8-ss-audio: configure dsp node for rproc usage > arm64: dts: imx8qxp-mek: add dsp rproc-related mem regions > arm64: dts: imx8qm: drop dsp node from audio_subsys bus > arm64: dts: imx8qm: add node for VPU dsp > arm64: dts: imx8qm-mek: enable dsp node for rproc usage Applied all, thanks!