Message ID | 20230103123154.3424817-2-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | [1/4] clk: rs9: Check for vendor/device ID | expand |
On 03/01/2023 13:31, Alexander Stein wrote: > This is a 4-channel variant of 9FGV series. Subject: drop second, redundant "bindings for". Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi Krzysztof, Am Dienstag, 3. Januar 2023, 14:25:19 CET schrieb Krzysztof Kozlowski: > On 03/01/2023 13:31, Alexander Stein wrote: > > This is a 4-channel variant of 9FGV series. > > Subject: drop second, redundant "bindings for". > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Thanks, will drop it on next version. Best regards, Alexander
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
This is a 4-channel variant of 9FGV series. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- .../devicetree/bindings/clock/renesas,9series.yaml | 6 ++++++ 1 file changed, 6 insertions(+)