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

dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnode

This system controller contains several registers that have nothing to
do with the clock handling, like the DMA mux register. Describe this
part of the system controller as a subnode.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20220427095653.91804-3-miquel.raynal@bootlin.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Miquel Raynal and committed by
Vinod Koul
ad73c629 6cd4154a

+11
+11
Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml
··· 39 39 '#power-domain-cells': 40 40 const: 0 41 41 42 + '#address-cells': 43 + const: 1 44 + 45 + '#size-cells': 46 + const: 1 47 + 48 + patternProperties: 49 + "^dma-router@[a-f0-9]+$": 50 + type: object 51 + $ref: "../dma/renesas,rzn1-dmamux.yaml#" 52 + 42 53 required: 43 54 - compatible 44 55 - reg