From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-177131.yeah.net (mail-177131.yeah.net [123.58.177.131]) by smtp.subspace.kernel.org (Postfix) with ESMTP id BC2731863C; Sat, 15 Jun 2024 08:11:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=123.58.177.131 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718439121; cv=none; b=bWoNaWdIOJEwZlKYtpkkDs9TzmT5hRTAnxeNojHRYQqyn+5rQcLLixJEjGzKjgSdf1QlRU7L0Ua1ViwMG7XO41FS61PeEoObdMki6Np+mZudhfojp/6MYNT3ohi9KIVR22k+5gxdvku9i2QWl+W0XvL84/8+8FxkIutJ99+0+J4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718439121; c=relaxed/simple; bh=z7xzY9BANm/spwJcIm0bUUa2s9EHOEM//nitveJyGBE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fXRi5CQqETLwg1/4CkxAx+4E5eU+wUO/fiQ6oeCVdcaxpH9NxOeG+DTOk+AJV2bheZAI0KUdGpdMUj6TNn0opaK+gPNyGD0sUYrqwXP0olKy5iXn3kTi33cfxxIGV/ZHyTJcV8yzoulV+yNrmKVeylhUa/GMLs77/onSiiZekHM= 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=OpSQ8LKR; arc=none smtp.client-ip=123.58.177.131 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="OpSQ8LKR" 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=Kv/0OpESA8neJmt74/g+kzxdmLs4coxB4dCFElKdJ0Q=; b=OpSQ8LKR6hiRNjfYsm1gXnFrH5OoTjOiXY8F1oGlqabtQjJzOT+tjV9ymn5Rix HZF1MVMY365nZ+DHomw/86CaDsXsXqXa+ICvsqNS9ukWiYJu1GQ7DFUR8LU+KRSb BjHwKA7nfjsgmuHM078Wl6p1gbIs/Awj4aaHLrlY4ptuc= Received: from dragon (unknown [114.216.76.201]) by smtp1 (Coremail) with SMTP id ClUQrAD3_0O0TG1msRfyBw--.30197S3; Sat, 15 Jun 2024 16:11:34 +0800 (CST) Date: Sat, 15 Jun 2024 16:11:32 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , linux@ew.tq-group.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] arm64: dts: imx8mp-tqma8mpql-mba8mpxl: Remove unused ocram node Message-ID: References: <20240516112344.200166-1-alexander.stein@ew.tq-group.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: <20240516112344.200166-1-alexander.stein@ew.tq-group.com> X-CM-TRANSID:ClUQrAD3_0O0TG1msRfyBw--.30197S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUswZ2UUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiFRb+ZV6NnPtUjwAAs3 On Thu, May 16, 2024 at 01:23:43PM +0200, Alexander Stein wrote: > This node is unused and origins from downstream kernel where it is > used for the DSP. > > Signed-off-by: Alexander Stein Applied, thanks!