Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp2386891ybx; Sat, 2 Nov 2019 18:41:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqwch/rt2ene2wmZm6OJg/XhHWQcJ8MtrOX+8kJ+3lhg2L6TAd248nWnxT8mbog1PY7BD4s0 X-Received: by 2002:a50:958d:: with SMTP id w13mr13613320eda.243.1572745304951; Sat, 02 Nov 2019 18:41:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572745304; cv=none; d=google.com; s=arc-20160816; b=WC/XawAmPvCxkBeM7n3wt9UtXxj9/JGEK+7pogh129w7VjsDQpXr+jvxn+sFO06Cmg 4xGJ7swSmQX5H28/C8a7Y5c1wehkXQGqUsdSXwX/Wq2mPWFZsR6fsfA1DouPT2fusItq +6Lg9zgMVw2vXTvX855CzAX/pU5VI832VRGCMOdxS4fjgPVWGIFFJq89PkZtZTPabO3h GjvuXcvt96OTG/ZL/9dXnsbWh+2bM9T9LW8H65liHB2uD0Jh40E9UnXmOnhqHaH2y0kH KpXea/HSU0iieuYnO4NKBB2X1vXr4zEFsWvG5kf4LDSNqAXXBwXv9ADXkTAuUtFSPlxJ pr2w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=2h/vyPYQwBocdjH0XFbof7MJkToEY3IHX75DvJh5N3o=; b=fftFcQWxXc2SWN/eAk9A7jrhXLmzpp0NLj4RBr5mnV7JXNkelNeTpi0NZr8+ZbqAfL tFVPNIxMIRc1CSt0VGo3mWAxaa43uWsElDkSW2lvL0qXkYrAKPJSbnwjRGDP8F8r5UXE CCzaJNilm0BUposZyUuOz9vb7lhUko4HUu+2MsLwViWefJbsaAM7Das1POltLkq4E1GU vDivsKpY3VxBkEKJyMUO4heM+QyGKGrwc3WcsQ1zWoi1aqARaTud6wpEhrd6eW9SLxHe 7+PiorQXwFFipoGlieGdqI5Z/z+yQ6DzP9iPW44Y29hwHNtX44SPUntk7YLRm/bFTbmk DFfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z65si5429828ede.388.2019.11.02.18.41.22; Sat, 02 Nov 2019 18:41:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727389AbfKCBgz (ORCPT + 99 others); Sat, 2 Nov 2019 21:36:55 -0400 Received: from mx2.suse.de ([195.135.220.15]:59408 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727346AbfKCBgy (ORCPT ); Sat, 2 Nov 2019 21:36:54 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id DAAC3AF26; Sun, 3 Nov 2019 01:36:52 +0000 (UTC) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: linux-realtek-soc@lists.infradead.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , Rob Herring , Mark Rutland , devicetree@vger.kernel.org Subject: [RFC 01/11] dt-bindings: soc: Add Realtek RTD1195 chip info binding Date: Sun, 3 Nov 2019 02:36:35 +0100 Message-Id: <20191103013645.9856-2-afaerber@suse.de> X-Mailer: git-send-email 2.16.4 In-Reply-To: <20191103013645.9856-1-afaerber@suse.de> References: <20191103013645.9856-1-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Define a binding for RTD1195 and later SoCs' chip info registers. Add the new directory to MAINTAINERS. Signed-off-by: Andreas Färber --- Note: The binding gets extended compatibly later for up to three reg entries. .../bindings/soc/realtek/realtek,rtd1195-chip.yaml | 32 ++++++++++++++++++++++ MAINTAINERS | 1 + 2 files changed, 33 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/realtek/realtek,rtd1195-chip.yaml diff --git a/Documentation/devicetree/bindings/soc/realtek/realtek,rtd1195-chip.yaml b/Documentation/devicetree/bindings/soc/realtek/realtek,rtd1195-chip.yaml new file mode 100644 index 000000000000..565ad2419553 --- /dev/null +++ b/Documentation/devicetree/bindings/soc/realtek/realtek,rtd1195-chip.yaml @@ -0,0 +1,32 @@ +# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) +%YAML 1.2 +--- +$id: "http://devicetree.org/schemas/soc/realtek/realtek,rtd1195-chip.yaml#" +$schema: "http://devicetree.org/meta-schemas/core.yaml#" + +title: Realtek RTD1195 chip identification + +maintainers: + - Andreas Färber + +description: | + The Realtek SoCs have some registers to identify the chip and revision. + +properties: + compatible: + const: "realtek,rtd1195-chip" + + reg: + maxItems: 1 + +required: + - compatible + - reg + +examples: + - | + chip-info@1801a200 { + compatible = "realtek,rtd1195-chip"; + reg = <0x1801a200 0x8>; + }; +... diff --git a/MAINTAINERS b/MAINTAINERS index f33adc430230..5c61cf5a44cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2188,6 +2188,7 @@ L: linux-realtek-soc@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm64/boot/dts/realtek/ F: Documentation/devicetree/bindings/arm/realtek.yaml +F: Documentation/devicetree/bindings/soc/realtek/ ARM/RENESAS ARM64 ARCHITECTURE M: Geert Uytterhoeven -- 2.16.4