From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tx2outboundpool.messaging.microsoft.com (tx2ehsobe004.messaging.microsoft.com [65.55.88.14]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "MSIT Machine Auth CA 2" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 2D8D62C00E0 for ; Fri, 25 Oct 2013 08:11:19 +1100 (EST) Received: from mail75-tx2 (localhost [127.0.0.1]) by mail75-tx2-R.bigfish.com (Postfix) with ESMTP id 2BD383C00F9 for ; Thu, 24 Oct 2013 21:11:17 +0000 (UTC) Received: from TX2EHSMHS006.bigfish.com (unknown [10.9.14.227]) by mail75-tx2.bigfish.com (Postfix) with ESMTP id B2592240040 for ; Thu, 24 Oct 2013 21:11:14 +0000 (UTC) From: Lijun Pan To: , Subject: [PATCH 1/2 v2] powerpc/e6500: Include Power ISA properties Date: Thu, 24 Oct 2013 16:11:13 -0500 Message-ID: <1382649073-9212-1-git-send-email-Lijun.Pan@freescale.com> MIME-Version: 1.0 Content-Type: text/plain Cc: Lijun Pan List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , b4420 and b4860 device trees do not have these properties. Signed-off-by: Lijun Pan --- v2: fixed a typo arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | 2 ++ arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi | 2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi index 7b4426e..c6e451a 100644 --- a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi @@ -34,6 +34,8 @@ /dts-v1/; +/include/ "e6500_power_isa.dtsi" + / { compatible = "fsl,B4420"; #address-cells = <2>; diff --git a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi index 5263fa4..9bc26b1 100644 --- a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi @@ -34,6 +34,8 @@ /dts-v1/; +/include/ "e6500_power_isa.dtsi" + / { compatible = "fsl,B4860"; #address-cells = <2>; -- 1.7.9.7