From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D8A2C43142 for ; Thu, 2 Aug 2018 12:42:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 15EF02150A for ; Thu, 2 Aug 2018 12:42:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 15EF02150A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732358AbeHBOdr (ORCPT ); Thu, 2 Aug 2018 10:33:47 -0400 Received: from gloria.sntech.de ([185.11.138.130]:42174 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732130AbeHBOdr (ORCPT ); Thu, 2 Aug 2018 10:33:47 -0400 Received: from wd0970.dip.tu-dresden.de ([141.76.111.202] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1flCw2-0001qZ-Cg; Thu, 02 Aug 2018 14:42:30 +0200 From: Heiko Stuebner To: cl@rock-chips.com Cc: robh+dt@kernel.org, mark.rutland@arm.com, klaus.goger@theobroma-systems.com, hjc@rock-chips.com, jagan@amarulasolutions.com, djw@t-chip.com.cn, jacob-chen@iotwrt.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, ulf.hansson@linaro.org, linux-mmc@vger.kernel.org, frank.wang@rock-chips.com, lgirdwood@gmail.com, broonie@kernel.org, alsa-devel@alsa-project.org, gregkh@linuxfoundation.org, catalin.marinas@arm.com, will.deacon@arm.com, yamada.masahiro@socionext.com, arnd@arndb.de, zhangqing@rock-chips.com, shawn.lin@rock-chips.com, kever.yang@rock-chips.com, david.wu@rock-chips.com, huangtao@rock-chips.com, tony.xie@rock-chips.com, sugar.zhang@rock-chips.com, huibin.hong@rock-chips.com, william.wu@rock-chips.com, sandy.huang@rock-chips.com Subject: Re: [PATCH v3 4/4] arm64: dts: rockchip: add PX30 eavluation board devicetree Date: Thu, 02 Aug 2018 14:42:28 +0200 Message-ID: <2650340.eNOEUyGAWg@phil> In-Reply-To: <1533113116-8820-5-git-send-email-cl@rock-chips.com> References: <1533113116-8820-1-git-send-email-cl@rock-chips.com> <1533113116-8820-5-git-send-email-cl@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Am Mittwoch, 1. August 2018, 10:45:16 CEST schrieb cl@rock-chips.com: > From: Liang Chen > > This patch add px30-evb.dts for PX30 evaluation board. > Tested on PX30 evb. > > Acked-by: Rob Herring > Signed-off-by: Liang Chen applied with the following changes: - some reordering - changed chosen from using bootargs to stdout-path - split out rk809 node into separate patch to be applied once the rk809 changes land - split out dwc2 into separate patch to be applied once the binding lands - dropped commented cd-gpios from &sdmmc node Heiko From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH v3 4/4] arm64: dts: rockchip: add PX30 eavluation board devicetree Date: Thu, 02 Aug 2018 14:42:28 +0200 Message-ID: <2650340.eNOEUyGAWg@phil> References: <1533113116-8820-1-git-send-email-cl@rock-chips.com> <1533113116-8820-5-git-send-email-cl@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1533113116-8820-5-git-send-email-cl@rock-chips.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: cl@rock-chips.com Cc: mark.rutland@arm.com, ulf.hansson@linaro.org, huibin.hong@rock-chips.com, catalin.marinas@arm.com, shawn.lin@rock-chips.com, will.deacon@arm.com, alsa-devel@alsa-project.org, hjc@rock-chips.com, yamada.masahiro@socionext.com, tony.xie@rock-chips.com, klaus.goger@theobroma-systems.com, sugar.zhang@rock-chips.com, linux-rockchip@lists.infradead.org, jacob-chen@iotwrt.com, jagan@amarulasolutions.com, huangtao@rock-chips.com, devicetree@vger.kernel.org, arnd@arndb.de, frank.wang@rock-chips.com, zhangqing@rock-chips.com, kever.yang@rock-chips.com, broonie@kernel.org, djw@t-chip.com.cn, sandy.huang@rock-chips.com, linux-arm-kernel@lists.infradead.org, gregkh@linuxfoundation.org, linux-mmc@vger.kernel.org, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, david.wu@rock-chips.com, william.wu@rock-chips.com List-Id: devicetree@vger.kernel.org Hi, Am Mittwoch, 1. August 2018, 10:45:16 CEST schrieb cl@rock-chips.com: > From: Liang Chen > > This patch add px30-evb.dts for PX30 evaluation board. > Tested on PX30 evb. > > Acked-by: Rob Herring > Signed-off-by: Liang Chen applied with the following changes: - some reordering - changed chosen from using bootargs to stdout-path - split out rk809 node into separate patch to be applied once the rk809 changes land - split out dwc2 into separate patch to be applied once the binding lands - dropped commented cd-gpios from &sdmmc node Heiko From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko Stuebner) Date: Thu, 02 Aug 2018 14:42:28 +0200 Subject: [PATCH v3 4/4] arm64: dts: rockchip: add PX30 eavluation board devicetree In-Reply-To: <1533113116-8820-5-git-send-email-cl@rock-chips.com> References: <1533113116-8820-1-git-send-email-cl@rock-chips.com> <1533113116-8820-5-git-send-email-cl@rock-chips.com> Message-ID: <2650340.eNOEUyGAWg@phil> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Am Mittwoch, 1. August 2018, 10:45:16 CEST schrieb cl at rock-chips.com: > From: Liang Chen > > This patch add px30-evb.dts for PX30 evaluation board. > Tested on PX30 evb. > > Acked-by: Rob Herring > Signed-off-by: Liang Chen applied with the following changes: - some reordering - changed chosen from using bootargs to stdout-path - split out rk809 node into separate patch to be applied once the rk809 changes land - split out dwc2 into separate patch to be applied once the binding lands - dropped commented cd-gpios from &sdmmc node Heiko