Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753846Ab3FFFlt (ORCPT ); Thu, 6 Jun 2013 01:41:49 -0400 Received: from mail-ie0-f179.google.com ([209.85.223.179]:44146 "EHLO mail-ie0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752660Ab3FFFlr (ORCPT ); Thu, 6 Jun 2013 01:41:47 -0400 From: Matt Porter To: Christian Daudt , Arnd Bergmann , Olof Johansson Cc: Stephen Warren , Linux ARM Kernel List , Linux Kernel Mailing List , Linaro Patches Subject: [PATCH 0/2] ARM dts: bcm281xx: use preprocessor for device trees Date: Thu, 6 Jun 2013 01:41:33 -0400 Message-Id: <1370497295-12682-1-git-send-email-matt.porter@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 989 Lines: 26 This series follows the same approach as taken on Tegra and OMAP DT files to use the C preprocessor in order to improve readability. Since bcm281xx does not yet have gpio and pinctrl support, this series just enables the C preprocessor and removes the magic constants from existing irq properties. Any new additions can come in using human readable definitions. The resulting dtb was diff-tested to validate it versus the non preprocessed dts version. Matt Porter (2): ARM: dts: bcm281xx: use #include for device tree files ARM: dts: bcm281xx: use existing defines for irqs arch/arm/boot/dts/bcm11351-brt.dts | 2 +- arch/arm/boot/dts/bcm11351.dtsi | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/