[linux-oxnas] [RESEND PATCH v2 3/3] dt-bindings: reset: oxnas: Update for OX820 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/linux-oxnas Archives
]
- To: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
- Subject: [linux-oxnas] [RESEND PATCH v2 3/3] dt-bindings: reset: oxnas: Update for OX820
- From: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
- Date: Wed, 5 Oct 2016 17:27:10 +0200
- Cc: linux-oxnas@xxxxxxxxxxxxxxxxxxx, Neil Armstrong <narmstrong@xxxxxxxxxxxx>, devicetree@xxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=P/dKnnu1y4Vuefc9IOpqa+nIKRHaj6/qZiu0t7cFZK8=; b=qrtdU5lvUtOux/X77hdICdLqQUYJWHECFLZ9d/3LqnTje5kXzgoTh3nCm1ZzsZsZaE 3Fs45eeoizB8lfsY5J8NsaowiGUvJ9/Patoo1b1neguaDWkwAZ8VdW2J8gz+ycD4PlIl bRBbxucufSmMtsIggd2VvJcp125rORBpsod8RGaQTe4HowYIFhX6qdiF4hcet7ds9FzX i5sl4SRXkot+juiM3GY1FQhLg/PazOeqj5vTIwRWEvWS03J34QWK67ouBRz8sO/4WVq6 Z3sJHkY24XQVYiBjWna55mGn+pcpw/67zrtGHxdnI5bmhD7dAp+9Mo21F7trXCvnHs+e jMLA==
Add new compatible string for reset and sys-ctrl for the Oxford
Semiconductor OX820 Support.
Drop the OX810SE indices since they moved in a dedicated include file.
Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
---
.../devicetree/bindings/reset/oxnas,reset.txt | 44 +++++-----------------
1 file changed, 9 insertions(+), 35 deletions(-)
diff --git a/Documentation/devicetree/bindings/reset/oxnas,reset.txt b/Documentation/devicetree/bindings/reset/oxnas,reset.txt
index 6f06db9..d27ccb5 100644
--- a/Documentation/devicetree/bindings/reset/oxnas,reset.txt
+++ b/Documentation/devicetree/bindings/reset/oxnas,reset.txt
@@ -5,45 +5,19 @@ Please also refer to reset.txt in this directory for common reset
controller binding usage.
Required properties:
-- compatible: Should be "oxsemi,ox810se-reset"
+- compatible: For OX810SE, should be "oxsemi,ox810se-reset"
+ For OX820, should be "oxsemi,ox820-reset"
- #reset-cells: 1, see below
Parent node should have the following properties :
-- compatible: Should be "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
+- compatible: For OX810SE, should be :
+ "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
+ For OX820, should be :
+ "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd"
-For OX810SE, the indices are :
- - 0 : ARM
- - 1 : COPRO
- - 2 : Reserved
- - 3 : Reserved
- - 4 : USBHS
- - 5 : USBHSPHY
- - 6 : MAC
- - 7 : PCI
- - 8 : DMA
- - 9 : DPE
- - 10 : DDR
- - 11 : SATA
- - 12 : SATA_LINK
- - 13 : SATA_PHY
- - 14 : Reserved
- - 15 : NAND
- - 16 : GPIO
- - 17 : UART1
- - 18 : UART2
- - 19 : MISC
- - 20 : I2S
- - 21 : AHB_MON
- - 22 : UART3
- - 23 : UART4
- - 24 : SGDMA
- - 25 : Reserved
- - 26 : Reserved
- - 27 : Reserved
- - 28 : Reserved
- - 29 : Reserved
- - 30 : Reserved
- - 31 : BUS
+Reset indices are in dt-bindings include files :
+- For OX810SE: include/dt-bindings/reset/oxsemi,ox810se.h
+- For OX820: include/dt-bindings/reset/oxsemi,ox820.h
example:
--
2.7.0