Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp865750imu; Tue, 11 Dec 2018 08:45:05 -0800 (PST) X-Google-Smtp-Source: AFSGD/WXm5cErHp5RjgQgAlDVfCHbVDC9LsO4K8NVGr82rn+WDsckmh2aoWyywLfglZMwDucxkZt X-Received: by 2002:a17:902:2904:: with SMTP id g4mr16598277plb.39.1544546705489; Tue, 11 Dec 2018 08:45:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544546705; cv=none; d=google.com; s=arc-20160816; b=bTBXB4940juUhiJTRh1Sg3KnsvlFes/KZm6aDtqYGRuD53iQX4VgD+QmhzHnSTRy9w bcGAkAw+bveyDWBWib3VCZBlYoJLK+815Avy8F7YukV/crgwdLyj0P+YRETuCJwknLlf kVbf01tpP8y7d8qEXsfVUhipM7XTjwAm7U2ppR1EndtXlqxCeVLCeq6LJ8b3KnTqL6c/ gcwM9IRDGXYsE9Wkr5UPmPeHGz5AAEQe+tsqOPMtRxpENeC/tp2tVwNDyfeNlHZA+iab dY/YOjhkd+FxwpQqCB/U/PQBQnKk50w/2sYpEueGKfiCk8YrVi1TffUnWdnq6UGxIJ/x q8jA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=je4idOOshvdb6s+CzxaNM4AUz/4oRBI40w1PGy1nuPE=; b=TLLhZaavrZuMDTDHZHsuyXLsaJjVwMSUj1Qv/DmU9JPomppK9l93nwKQdLj3cHVodz TzyjUFmo4Bv8utvXMI7o+hRbpxgorfo3BJiH9XND1tNUXZTsIk0NVCNPkyjeCY9no22O TQN9jbGfOPs3grupJflg9m3AP7VnLYU+qtEWaHqdnZBhZyi9Muszxb9ZcGvPp3Qz8u8x DmRAeORQ6B5h32m4BJhyvzx8V3c/La9weVRCMLSKmwa5JpQbZeMfa3pRC1e3xtGEDWlM 5wivjoRTRzVwCqCsVU0t7s42cPF3V5Rdf7B4TUkyQarlHxXRgRCFuvcSKt4a1N+xiwwF QTSQ== 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 x3si12637732pgj.493.2018.12.11.08.44.38; Tue, 11 Dec 2018 08:45:05 -0800 (PST) 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 S1727903AbeLKQnl (ORCPT + 99 others); Tue, 11 Dec 2018 11:43:41 -0500 Received: from muru.com ([72.249.23.125]:57474 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727460AbeLKQnk (ORCPT ); Tue, 11 Dec 2018 11:43:40 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3D9FD8027; Tue, 11 Dec 2018 16:43:43 +0000 (UTC) Date: Tue, 11 Dec 2018 08:43:36 -0800 From: Tony Lindgren To: Felix Brack Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, bcousson@baylibre.com, mpfj@newflow.co.uk, mark.rutland@arm.com, robh+dt@kernel.org, linux@armlinux.org.uk, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: am33xx: Remove unnecessary properties Message-ID: <20181211164336.GV6707@atomide.com> References: <20181210132448.7865-1-fb@ltec.ch> <20181211163618.GU6707@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181211163618.GU6707@atomide.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [181211 16:36]: > * Felix Brack [181210 05:25]: > > Remove the unnecessary properties #address-cells and #size-cells > > of node pinmux as there are no child-nodes with property reg. > > Applying into omap-for-v4.21/dt thanks. Actually this currently conflicts with the pending am33xx l4 ti-sysc changes, so let's wait on this one to avoid causing merge conflicts between branches. So dropping for now. Regards, Tony