From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 447A1C433EF for ; Tue, 5 Oct 2021 07:57:28 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 038D661165 for ; Tue, 5 Oct 2021 07:57:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 038D661165 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6DCD180607; Tue, 5 Oct 2021 09:57:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; secure) header.d=walle.cc header.i=@walle.cc header.b="cLid4iJN"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 61D65807CD; Tue, 5 Oct 2021 09:57:22 +0200 (CEST) Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B91DC805F9 for ; Tue, 5 Oct 2021 09:57:18 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=michael@walle.cc Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id C2A9722175; Tue, 5 Oct 2021 09:57:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1633420638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ekRTsS1eA3nP3W/ghmdBxPFdySZX+di9ZQcsuGC8/Tg=; b=cLid4iJNtOG89JSByLv61WzrF3Hp3y+edGSvTz+on7Cz4QIrEeYDvWIGxHzZoFrVR3iu+o HUBrI+TZIwyEBrjNdgFtAsqN9VL+LAjCz1aKDmRctHsU2EbLWSLyw3x9uMrkw5K3nBnlUl c/tKJBQItl/wggNU6u/9Y+1wP94mGEY= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 05 Oct 2021 09:57:17 +0200 From: Michael Walle To: Vladimir Oltean Cc: u-boot@lists.denx.de, Jagan Teki , Priyanka Jain , Tom Rini , Peter Griffin , Manivannan Sadhasivam Subject: Re: [PATCH v3 27/29] arm: dts: ls1028a: drop non-removable property from esdhc controller node In-Reply-To: <20210915103643.bffuyiv2bv3utj3l@skbuf> References: <20210902164558.1920849-1-michael@walle.cc> <20210902164558.1920849-28-michael@walle.cc> <20210915001727.vf2jis6dfmq4ibgf@skbuf> <821a30e635e5c2b78f283342cbb9b883@walle.cc> <20210915103643.bffuyiv2bv3utj3l@skbuf> User-Agent: Roundcube Webmail/1.4.11 Message-ID: X-Sender: michael@walle.cc X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Am 2021-09-15 12:36, schrieb Vladimir Oltean: > On Wed, Sep 15, 2021 at 10:09:45AM +0200, Michael Walle wrote: >> I was thinking of putting it into the -u-boot.dtsi, but as there >> is no breakage, I didn't. > > Ok, but we should still put "non-removable" in the Linux dtsi soon > then. Just for the reference: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git/commit/?h=for-next&id=8b94aa318aa746fbbc668d6b9b3ad812c835230c -michael