Re: [PATCH v3 2/7] dt-bindings: clock: Add MediaTek Helio X10 MT6795 clock bindings

From: AngeloGioacchino Del Regno
Date: Mon Jun 27 2022 - 04:49:19 EST


Il 25/06/22 22:30, Krzysztof Kozlowski ha scritto:
On 24/06/2022 11:35, AngeloGioacchino Del Regno wrote:
Add the bindings for MT6795's clock controller.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
Acked-by: Rob Herring <robh@xxxxxxxxxx>
---
include/dt-bindings/clock/mt6795-clk.h | 275 +++++++++++++++++++++++++
1 file changed, 275 insertions(+)
create mode 100644 include/dt-bindings/clock/mt6795-clk.h

diff --git a/include/dt-bindings/clock/mt6795-clk.h b/include/dt-bindings/clock/mt6795-clk.h
new file mode 100644
index 000000000000..9902906ac902
--- /dev/null
+++ b/include/dt-bindings/clock/mt6795-clk.h

Vendor prefix.


For consistency, I'd really like to keep the filename as it is.

At least in this directory, all of the MediaTek clock bindings
are using the format mtXXXX-clk.h... and that's not only seen
in MediaTek, but also in Broadcom, Renesas, RockChip, HiSilicon,
nVidia, etc.

Thanks,
Angelo