From patchwork Tue Apr 5 07:52:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 12801169 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 011B5C433FE for ; Tue, 5 Apr 2022 07:54:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=NPXkMPME1BHP6/RDIvcaWwe6GII8hiN08lT11JOGqew=; b=AidX3wQZd3Lv1T 992ZftGtG8MNNhohSDew+n3KvXny6qSHCaNsfeCp4Pxq1blD28EXyrfUWukBgQOXh9+VlzsKRpUil KSZkoSh2NxsL9pzFYrYtPLCkBnNG3dcQbT6yxkcEb3XQQxC1RPNv1BrTPHMjBl/h/uC1uvrDBUxrE kIFWfkzG5SB7NWNeAWdbp8lrjZjEfj3DehyU7ACdaOigHsqr0bphRIzY9WXkdJLBk84vqm/tZ60v4 U01PFJIsbldAbz1Fo+dc7sSPJJoMsahS96aQwF0ugv6JfY5Jc4whPwmkLFr2OVSH0O0TIZJfMWD4C 3Mjcd3h9W6MqgaxKS8xQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbdzw-0003ii-3B; Tue, 05 Apr 2022 07:53:08 +0000 Received: from mx.socionext.com ([202.248.49.38]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbdzt-0003gJ-7g for linux-arm-kernel@lists.infradead.org; Tue, 05 Apr 2022 07:53:06 +0000 Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 05 Apr 2022 16:53:04 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 7AC352058B50; Tue, 5 Apr 2022 16:53:04 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 5 Apr 2022 16:53:04 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 16A70B6389; Tue, 5 Apr 2022 16:53:04 +0900 (JST) From: Kunihiko Hayashi To: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski Cc: Masami Hiramatsu , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH 0/2] dt-bindings: net: Fix ave descriptions Date: Tue, 5 Apr 2022 16:52:59 +0900 Message-Id: <1649145181-30001-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220405_005305_432710_0C0093F0 X-CRM114-Status: UNSURE ( 9.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series fixes dt-schema descriptions for ave4 controller. Kunihiko Hayashi (2): dt-bindings: net: ave: Clean up clocks, resets, and their names using compatible string dt-bindings: net: ave: Use unevaluatedProperties .../bindings/net/socionext,uniphier-ave4.yaml | 57 +++++++++++++------ 1 file changed, 39 insertions(+), 18 deletions(-)