Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: reset: oxnas: Update for OX820

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@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Neil Armstrong and committed by
Philipp Zabel
211bc8c3 8cc134a3

+9 -35
+9 -35
Documentation/devicetree/bindings/reset/oxnas,reset.txt
··· 5 5 controller binding usage. 6 6 7 7 Required properties: 8 - - compatible: Should be "oxsemi,ox810se-reset" 8 + - compatible: For OX810SE, should be "oxsemi,ox810se-reset" 9 + For OX820, should be "oxsemi,ox820-reset" 9 10 - #reset-cells: 1, see below 10 11 11 12 Parent node should have the following properties : 12 - - compatible: Should be "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd" 13 + - compatible: For OX810SE, should be : 14 + "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd" 15 + For OX820, should be : 16 + "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd" 13 17 14 - For OX810SE, the indices are : 15 - - 0 : ARM 16 - - 1 : COPRO 17 - - 2 : Reserved 18 - - 3 : Reserved 19 - - 4 : USBHS 20 - - 5 : USBHSPHY 21 - - 6 : MAC 22 - - 7 : PCI 23 - - 8 : DMA 24 - - 9 : DPE 25 - - 10 : DDR 26 - - 11 : SATA 27 - - 12 : SATA_LINK 28 - - 13 : SATA_PHY 29 - - 14 : Reserved 30 - - 15 : NAND 31 - - 16 : GPIO 32 - - 17 : UART1 33 - - 18 : UART2 34 - - 19 : MISC 35 - - 20 : I2S 36 - - 21 : AHB_MON 37 - - 22 : UART3 38 - - 23 : UART4 39 - - 24 : SGDMA 40 - - 25 : Reserved 41 - - 26 : Reserved 42 - - 27 : Reserved 43 - - 28 : Reserved 44 - - 29 : Reserved 45 - - 30 : Reserved 46 - - 31 : BUS 18 + Reset indices are in dt-bindings include files : 19 + - For OX810SE: include/dt-bindings/reset/oxsemi,ox810se.h 20 + - For OX820: include/dt-bindings/reset/oxsemi,ox820.h 47 21 48 22 example: 49 23