diff options
author | 2023-03-10 08:55:33 +0100 | |
---|---|---|
committer | 2023-03-27 10:50:57 -0700 | |
commit | 51f2be462f70d9c3ef06f6028c21ac8ca00fed1d (patch) | |
tree | 6bbe996ae30d6059607db3a8318412bce8103bd0 | |
parent | clk: rs9: Check for vendor/device ID (diff) | |
download | wireguard-linux-51f2be462f70d9c3ef06f6028c21ac8ca00fed1d.tar.xz wireguard-linux-51f2be462f70d9c3ef06f6028c21ac8ca00fed1d.zip |
dt-bindings: clk: rs9: Add 9FGV0441
This is a 4-channel variant of 9FGV series.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Link: https://lore.kernel.org/r/20230310075535.3476580-2-alexander.stein@ew.tq-group.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/clock/renesas,9series.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/renesas,9series.yaml b/Documentation/devicetree/bindings/clock/renesas,9series.yaml index 6b6cec3fba52..3afdebdb52ad 100644 --- a/Documentation/devicetree/bindings/clock/renesas,9series.yaml +++ b/Documentation/devicetree/bindings/clock/renesas,9series.yaml @@ -16,6 +16,11 @@ description: | - 9FGV0241: 0 -- DIF0 1 -- DIF1 + - 9FGV0441: + 0 -- DIF0 + 1 -- DIF1 + 2 -- DIF2 + 3 -- DIF3 maintainers: - Marek Vasut <marex@denx.de> @@ -24,6 +29,7 @@ properties: compatible: enum: - renesas,9fgv0241 + - renesas,9fgv0441 reg: description: I2C device address |