From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753547AbcFTOD3 (ORCPT ); Mon, 20 Jun 2016 10:03:29 -0400 Received: from mail-it0-f46.google.com ([209.85.214.46]:35247 "EHLO mail-it0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751911AbcFTODV (ORCPT ); Mon, 20 Jun 2016 10:03:21 -0400 MIME-Version: 1.0 In-Reply-To: <1466424473.6070.42.camel@pengutronix.de> References: <20160620035007.229629-1-xinliang.liu@linaro.org> <20160620035007.229629-2-xinliang.liu@linaro.org> <1466424473.6070.42.camel@pengutronix.de> From: Xinliang Liu Date: Mon, 20 Jun 2016 21:55:13 +0800 Message-ID: Subject: Re: [PATCH v3 1/4] reset: hisilicon: Add media reset controller binding To: Philipp Zabel Cc: Linux Kernel Mailing List , Rob Herring , Xu Wei , Feng Chen , Xia Qing , XinWei Kong , Guodong Xu Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20 June 2016 at 20:07, Philipp Zabel wrote: > Am Montag, den 20.06.2016, 11:50 +0800 schrieb Xinliang Liu: >> >> Required properties: >> -- compatible: may be "hisilicon,hi6220-sysctrl" >> +- compatible: should be one of the following: >> + - "hisilicon,hi6220-sysctrl", "syscon" : For peripheral reset controller. >> + - "hisilicon,hi6220-mediactrl", "syscon" : For media reset controller. >> - reg: should be register base and length as documented in the >> datasheet >> - #reset-cells: 1, see below > > Thanks, I've applied all four patches to my reset/next branch. Thanks, Philipp. > > You should eventually add the "syscon" compatible where it is still > missing in Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt > and Documentation/devicetree/bindings/clock/hi6220-clock.txt. Will add the missing patches at other thread. Thanks, -xinliang > > regards > Philipp >