From patchwork Sun Oct 20 04:08:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 11200557 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 75156139A for ; Sun, 20 Oct 2019 04:08:45 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 4DF172173E for ; Sun, 20 Oct 2019 04:08:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="nQwXPKYS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4DF172173E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject: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=/hnUsfQtpTPl1thXFO6QhkyjpH66dAsSmB9DBFIfHto=; b=nQwXPKYSS8N/e8 oTlc8sg6TY+SvZKb9WEOJucWjYbKjFfknN/LAl/HQetKHFaDAlH3FfNWLtzU69Pv+n6/jA6Iug1M3 Oj8pjz+JHYdOfIQlfPZE/ZtCxDUW/Gq7H58wIOXQkbyO/jMknZIcWIBrdESp1o8NlaySRPKWsnsWK Az4k1qv6qsWRk2KULf2+tksgIMyirzFRI3KHUrr1JwcVPNKyQW9mwynDqiSXchfia2q0/Fw0RUqTk K8LQSimK8ZsAHQCgJ6uCQtKBFdGq+6CQMdnvshBsZQ1Im3GvMb3VaNevjOIENvs6zoAv0KKeLVOo+ i0VjLwsz6K0a1F/fbpgQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iM2WK-0002gf-DI; Sun, 20 Oct 2019 04:08:44 +0000 Received: from mx2.suse.de ([195.135.220.15] helo=mx1.suse.de) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iM2W5-0002UH-67; Sun, 20 Oct 2019 04:08:30 +0000 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 73045AC75; Sun, 20 Oct 2019 04:08:25 +0000 (UTC) From: =?utf-8?q?Andreas_F=C3=A4rber?= To: linux-realtek-soc@lists.infradead.org Subject: [PATCH v2 0/8] arm64: dts: Initial RTD1293/RTD1296 and DS418j/DS418 support Date: Sun, 20 Oct 2019 06:08:09 +0200 Message-Id: <20191020040817.16882-1-afaerber@suse.de> X-Mailer: git-send-email 2.16.4 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191019_210829_379615_6B832198 X-CRM114-Status: UNSURE ( 8.49 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [195.135.220.15 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 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: , Cc: devicetree@vger.kernel.org, Rob Herring , =?utf-8?q?Andreas_F=C3=A4rber?= , linux-arm-kernel@lists.infradead.org, info@synology.com Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Hello, This series adds Device Trees for the Realtek RTD1293 and RTD1296 SoCs and Synology DiskStation DS418j and DS418 NAS devices. v2 was updated to YAML schemas. More details at: https://en.opensuse.org/HCL:DS418j https://en.opensuse.org/HCL:DS418 Latest experimental patches at: https://github.com/afaerber/linux/commits/rtd1295-next Have a lot of fun! Cheers, Andreas v1 -> v2: * Rebased onto Rob's SoC YAML schema conversion * Moved SPDX-License-Identifier to top * YAML schema conversions of watchdog and rtc * Dropped "arm,armv8" (Rob) * Adopted BSD-2-Clause instead of MIT dual-license (Rob) * Dropped accidental enable-method and cpu-release-addr * Fix DS418 to actually use rtd1296.dtsi Cc: info@synology.com Cc: devicetree@vger.kernel.org Cc: Rob Herring Andreas Färber (8): dt-bindings: watchdog: realtek: Convert RTD119x to schema dt-bindings: rtc: realtek: Convert RTD119x to schema dt-bindings: arm: realtek: Tidy up conversion to json-schema dt-bindings: arm: realtek: Document RTD1293 and Synology DS418j arm64: dts: realtek: Change dual-license from MIT to BSD arm64: dts: realtek: Add RTD1293 and Synology DS418j dt-bindings: arm: realtek: Document RTD1296 and Synology DS418 arm64: dts: realtek: Add RTD1296 and Synology DS418 Documentation/devicetree/bindings/arm/realtek.yaml | 27 ++++++--- .../devicetree/bindings/rtc/realtek,rtd119x.txt | 16 ------ .../devicetree/bindings/rtc/realtek,rtd119x.yaml | 38 +++++++++++++ .../bindings/watchdog/realtek,rtd119x.txt | 17 ------ .../bindings/watchdog/realtek,rtd119x.yaml | 38 +++++++++++++ arch/arm64/boot/dts/realtek/Makefile | 5 ++ arch/arm64/boot/dts/realtek/rtd1293-ds418j.dts | 30 ++++++++++ arch/arm64/boot/dts/realtek/rtd1293.dtsi | 51 +++++++++++++++++ arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts | 3 +- arch/arm64/boot/dts/realtek/rtd1295.dtsi | 3 +- arch/arm64/boot/dts/realtek/rtd1296-ds418.dts | 30 ++++++++++ arch/arm64/boot/dts/realtek/rtd1296.dtsi | 65 ++++++++++++++++++++++ arch/arm64/boot/dts/realtek/rtd129x.dtsi | 3 +- 13 files changed, 280 insertions(+), 46 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/realtek,rtd119x.txt create mode 100644 Documentation/devicetree/bindings/rtc/realtek,rtd119x.yaml delete mode 100644 Documentation/devicetree/bindings/watchdog/realtek,rtd119x.txt create mode 100644 Documentation/devicetree/bindings/watchdog/realtek,rtd119x.yaml create mode 100644 arch/arm64/boot/dts/realtek/rtd1293-ds418j.dts create mode 100644 arch/arm64/boot/dts/realtek/rtd1293.dtsi create mode 100644 arch/arm64/boot/dts/realtek/rtd1296-ds418.dts create mode 100644 arch/arm64/boot/dts/realtek/rtd1296.dtsi