Received: by 10.213.65.68 with SMTP id h4csp603040imn; Wed, 4 Apr 2018 04:14:52 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+DkGGp5CM/QeMggnKB3K5pXpYrYfpBdOpVFohfMONmSdChHnbkJ1jXNITbHC6HNoSTit+9 X-Received: by 2002:a17:902:6a85:: with SMTP id n5-v6mr18298926plk.313.1522840491963; Wed, 04 Apr 2018 04:14:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522840491; cv=none; d=google.com; s=arc-20160816; b=mkexGZbKZWZylqvmTNMZsC61mEsIcTs6lNJCTnsIl3ZrRD1TWHal+U/mjI3TWtMQFZ K7DxeBu/k7ssaZL9UF8xV519bMowaHhTyy04PpxRBt9cwlUbhB2pjG/9L5x5nmE83FjK Ddkfxg3H/rkNE8aCimp9V1YyiWXKKZv/F9qBEuqxfwBrmDUD0bgU/MLCYnZapRG0hvSN TXbrj86qwV2k9+8BrwR3HIrrIKiRvDCXSmdTNcPNLKn1badniQqjsnExaDllR3+UvcS9 eDlHetAl4DzFa78+cHCQ8P59FWH5EFupk7HQZXDy/2cIg/tFYzwzaIEkXzuwONR9Cm3U Dfew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=fbZI8anVbZAz6byMPzu9ORtkRt8c/RCJLTRff/PpDLY=; b=IU+f7RPKobG28D1iBJzE9MFRjtkWRHqG2DHLEWc9h2kBRiClW7+0Sr1jzDybN0EnI3 uTlSXMLlzyqYMfOa0F/JxtYkEHt2dYJBW3LJyx7ip6DhXfUo70s78li7quVOJvSTKLDS DpPKgndB68e7fhdw0gv9vfxQNYjlfectEZfZSIZQt3q+EerR4tFgg1V2OBmLi1vF2Bmw 1S4M/e98QkP7KHYR6HKMqTOuKsoKOQdz0wVzh7yGCu9xuuWCwDf6QWnl/zIFTudcUerw M3OyRmLl+aAu3Sp64YfpqMJE11+vh2vJzE+N8ftORy6hM2uKGQnLJhvlQG4aE6jQkb4Z SdKA== 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; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c7-v6si3148321plr.398.2018.04.04.04.14.37; Wed, 04 Apr 2018 04:14:51 -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; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751418AbeDDLLz (ORCPT + 99 others); Wed, 4 Apr 2018 07:11:55 -0400 Received: from 212.199.177.27.static.012.net.il ([212.199.177.27]:59424 "EHLO herzl.nuvoton.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751117AbeDDLLy (ORCPT ); Wed, 4 Apr 2018 07:11:54 -0400 Received: from talu34.nuvoton.co.il (ntil-fw [212.199.177.25]) by herzl.nuvoton.co.il (8.13.8/8.13.8) with ESMTP id w34AqWl9020800; Wed, 4 Apr 2018 13:52:32 +0300 Received: by talu34.nuvoton.co.il (Postfix, from userid 10070) id D3C255AA35; Wed, 4 Apr 2018 14:11:04 +0300 (IDT) From: Tomer Maimon To: arnd@arndb.de, robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, avifishman70@gmail.com, brendanhiggins@google.com, venture@google.com, joel@jms.id.au Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, Tomer Maimon Subject: [PATCH v1 0/6] arm: dts: modify Nuvoton NPCM750 device tree Date: Wed, 4 Apr 2018 14:10:56 +0300 Message-Id: <1522840262-21635-1-git-send-email-tmaimon77@gmail.com> X-Mailer: git-send-email 1.8.3.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch set include modifications to the NPCM7xx device tree according latest sent modules patches: 1. add watchdog device to NPCM750 device tree - https://patchwork.kernel.org/patch/10269679/ 2. modify UART compatible name in NPCM750 device tree - https://patchwork.kernel.org/patch/10220251/ 3. modify timer register size in NPCM750 device tree - https://patchwork.ozlabs.org/patch/883180/ 4. modify clock binding in NPCM750 device tree - https://patchwork.kernel.org/patch/10307601/ 5. modify Makefile NPCM750 configuration name - https://patchwork.kernel.org/patch/10285929/ 6. modify Nuvoton NPCM7xx device tree structure The NPCM7xx are a family of BMC's that include several chips as: NPCM750, NPCM730 etc. All of the NPCM7xx BMC's have the common modules like Cortex-A9, WDT, timers, etc, and there are a optional modules that can be added. NPCM750 device tree already pushed to arm-soc.git: https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/commit/?h=for-next&id=d6bdd009c21db3f677dd1d1bbb8c20bc819074bc After discussion with Rob Herring we have modified the structure of the NPCM7xx device tree as follow: nuvoton-common-npcm7xx device tree include all common modules nuvoton-npcm750 device tree include specific npcm750 modules, the nuvoton-npcm750 device tree include nuvoton-common-npcm7xx device tree I will like to replace the device tree that pushed to arm-soc.git with this patch set. Please review it, sorry if it cause more work after pushing NPCM750 device tree. Thanks a lot, Tomer Tomer Maimon (6): arm: dts: add watchdog device to NPCM750 device tree arm: dts: modify UART compatible name in NPCM750 device tree arm: dts: modify timer register size in NPCM750 device tree arm: dts: modify clock binding in NPCM750 device tree arm: dts: modify Makefile NPCM750 configuration name arm: dts: modify Nuvoton NPCM7xx device tree structure arch/arm/boot/dts/Makefile | 2 +- arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 187 ++++++++++++++++++++++++++ arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 6 +- arch/arm/boot/dts/nuvoton-npcm750.dtsi | 131 +----------------- 4 files changed, 198 insertions(+), 128 deletions(-) create mode 100644 arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi -- 2.14.1