From patchwork Thu Apr 22 08:58:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen (ThunderTown)" X-Patchwork-Id: 1469099 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4FQrvz4pzDz9sVw for ; Thu, 22 Apr 2021 18:59:43 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235495AbhDVJAQ (ORCPT ); Thu, 22 Apr 2021 05:00:16 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:16489 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235387AbhDVJAQ (ORCPT ); Thu, 22 Apr 2021 05:00:16 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FQrs91QNnzrgC8; Thu, 22 Apr 2021 16:57:17 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.72) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.498.0; Thu, 22 Apr 2021 16:59:29 +0800 From: Zhen Lei To: Rob Herring , Greg Kroah-Hartman , linux-serial , devicetree , linux-kernel CC: Zhen Lei Subject: [PATCH v2 0/3] dt-bindings: serial: pl011: Fix some dtbs_check warnings Date: Thu, 22 Apr 2021 16:58:34 +0800 Message-ID: <20210422085837.513-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.177.72] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org v1 --> v2: 1) Change to reference the kernel-defined serial.yaml 2) Move the new added "label: true" into /schemas/serial/serial.yaml Zhen Lei (3): dt-bindings: serial: Normalize the node name of the serial port dt-bindings: serial: pl011: Change to reference the kernel-defined serial.yaml dt-bindings: serial: Add label property in serial.yaml Documentation/devicetree/bindings/serial/pl011.yaml | 4 ++-- Documentation/devicetree/bindings/serial/serial.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-)