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 X-Spam-Level: X-Spam-Status: No, score=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06D09C433EF for ; Wed, 15 Sep 2021 07:26:44 +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 83242603E8 for ; Wed, 15 Sep 2021 07:26:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 83242603E8 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 407F982BC7; Wed, 15 Sep 2021 09:26:40 +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="Hrx8HAqj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 52C3282C45; Wed, 15 Sep 2021 09:26:38 +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 93819829C6 for ; Wed, 15 Sep 2021 09:26:34 +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 1A35B22234; Wed, 15 Sep 2021 09:26:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1631690791; 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=iz5Zq5Q+dexgX/J/zJtZKF1U4llHFSTZEPRzmXenUaI=; b=Hrx8HAqjBWFWDIkUxueeiDa1Mw0R09dg79o3PpmnRwb3vLwasPJrw3LjXfZxUOTTdJGyZU zwxHIGxplJkzG63Wd0EJ/cRcc64DdsPXbAMVnz1Y/EG87X8FJ+sE5kpcaSNCVvqEI01L7D OSeHHs26mpzNlLopUQvvY7s8e3HnRi8= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 15 Sep 2021 09:26:30 +0200 From: Michael Walle To: Vladimir Oltean Cc: u-boot@lists.denx.de, Jagan Teki , Priyanka Jain , Tom Rini , Peter Griffin , Manivannan Sadhasivam , Michal Simek Subject: Re: [PATCH v3 21/29] scsi: ceva: rename the resource name to match the linux kernel one In-Reply-To: <20210915001000.ofzy2z3grtotocc6@skbuf> References: <20210902164558.1920849-1-michael@walle.cc> <20210902164558.1920849-22-michael@walle.cc> <20210915001000.ofzy2z3grtotocc6@skbuf> User-Agent: Roundcube Webmail/1.4.11 Message-ID: <5cd934261ab1d086a49ce3c8d5092286@walle.cc> 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 02:10, schrieb Vladimir Oltean: > On Thu, Sep 02, 2021 at 06:45:50PM +0200, Michael Walle wrote: >> The driver will look for a named resource "ecc-addr", but this isn't >> the >> official binding. In fact, the official device tree binding >> documentation doesn't mention any resource names at all. But it is >> safe >> to assume that it's the linux ones we have to use if we want to be >> compatible with the linux device tree. Thus rename "ecc-addr" to >> "sata-ecc" and convert all the users in u-boot. >> >> While at it, also rename "sata-base" to "ahci" although its not used >> at >> all. >> >> This change doesn't affect the SATA controller on the ZynqMP. > > Because the "ceva,ahci-1v84" device doesn't have an ECC region, right. I don't know if it doesn't have any. But it's not used in the driver nor is it described in the device tree (binding). >> Cc: Michal Simek >> Signed-off-by: Michael Walle >> --- > > Reviewed-by: Vladimir Oltean