Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1423914

[PATCH v2 1/3] reset: hisilicon: Add media reset controller binding

From Xinliang Liu <xinliang.liu@linaro.org>
Newsgroups linux.kernel
Subject [PATCH v2 1/3] reset: hisilicon: Add media reset controller binding
Date 2016-06-16 12:40 +0200
Message-ID <rKCSm-7c3-23@gated-at.bofh.it> (permalink)
References <rKCSm-7c3-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add compatible for media reset controller.

Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
---
 Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt
index e0b185a944ba..c25da39df707 100644
--- a/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt
+++ b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt
@@ -8,7 +8,9 @@ The reset controller registers are part of the system-ctl block on
 hi6220 SoC.
 
 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
-- 
2.8.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 1/3] reset: hisilicon: Add media reset controller binding Xinliang Liu <xinliang.liu@linaro.org> - 2016-06-16 12:40 +0200
  Re: [PATCH v2 1/3] reset: hisilicon: Add media reset controller  binding Philipp Zabel <p.zabel@pengutronix.de> - 2016-06-16 12:50 +0200
    Re: [PATCH v2 1/3] reset: hisilicon: Add media reset controller binding Xinliang Liu <xinliang.liu@linaro.org> - 2016-06-17 03:30 +0200

csiph-web