From patchwork Thu Nov 5 18:45:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11884949 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=-13.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 DC7C9C55178 for ; Thu, 5 Nov 2020 18:46:03 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 514A72074B for ; Thu, 5 Nov 2020 18:46:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="umwF27BY"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="SgTF1/qY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 514A72074B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:To:From: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=L7oV+ELhpM7H5q/FNo86RTarYqedx1cdlRkNtedRfUg=; b=umwF27BYwzOl/CjVQ4Kt++X9ii eOMq08F4VT3kb3jS+Smj/jPLobjDqxamfp4f6R3i/48Keplg5oEI5vrexEENT7ozNjCn+HB+F4zwO U0MRxMb11ai+rYVmKs1Snmh6FDCZCF/Ea7beQ0+bWJbxr+6+t9EH5bCZw4SZDqsMGUm3uQkyoKDcc tDhQb7Zn42HjiIcG2+jf6MCTBqzX4jQQxI22xhZDKE3xR3RhP2wBxo6YOhWbNMUJ/Yf9MRQYyv4j2 QWBCG1eZEc9II+UyKi/L+G9CrzKLtVZAsj/sK0wMJF1pDms73LRAiILlqBbKeLC38P8OFyciTVsDR EAzRU+mA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kakGO-0001Iw-Mt; Thu, 05 Nov 2020 18:45:36 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kakG8-0001CK-1j for linux-arm-kernel@lists.infradead.org; Thu, 05 Nov 2020 18:45:20 +0000 Received: from localhost.localdomain (adsl-84-226-167-205.adslplus.ch [84.226.167.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0D9CB2087D; Thu, 5 Nov 2020 18:45:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604601919; bh=+Dt16E8Ek5gVL25Y/McPO/BHqpKp4fHskfY27/LJOhw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SgTF1/qYntz9h5MCzTCGL7Xf6I/jpTqvr6MYMJrc/4JeXFmwML1Gn7kPVhA7vy0/v MIC3XdnfZqse4mRiduKcT1zORdJdkLTe8JjGwTIjvjX2iSrftEIjnkbrToxShD0bcr JYl7kBx6vVEPC9BiPmFV68h+Eux2fx4+sJfIrJnQ= From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 5/6] ARM: dts: exynos: use hyphens in MFC reserved memory node names Date: Thu, 5 Nov 2020 19:45:05 +0100 Message-Id: <20201105184506.215648-5-krzk@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201105184506.215648-1-krzk@kernel.org> References: <20201105184506.215648-1-krzk@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201105_134520_190491_C9B9EA1E X-CRM114-Status: GOOD ( 14.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Use hyphens instead of underscores in the MFC reserved memory node names which is expected by naming convention, multiple dtschema files and pointed out by dtc W=2 builds. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi b/arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi index 1dbf3bbff8d3..597ade3e252f 100644 --- a/arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi +++ b/arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi @@ -11,14 +11,14 @@ reserved-memory { #size-cells = <1>; ranges; - mfc_left: region_mfc_left { + mfc_left: region-mfc-left { compatible = "shared-dma-pool"; no-map; size = <0x2400000>; alignment = <0x100000>; }; - mfc_right: region_mfc_right { + mfc_right: region-mfc-right { compatible = "shared-dma-pool"; no-map; size = <0x800000>;