[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250211210215.GA1160917-robh@kernel.org>
Date: Tue, 11 Feb 2025 15:02:15 -0600
From: Rob Herring <robh@...nel.org>
To: Andras Szemzo <szemzo.andras@...il.com>
Cc: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Chen-Yu Tsai <wens@...e.org>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Samuel Holland <samuel@...lland.org>,
Linus Walleij <linus.walleij@...aro.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
Maxime Ripard <mripard@...nel.org>, Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Ulf Hansson <ulf.hansson@...aro.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Uwe Kleine-König <u.kleine-koenig@...libre.com>,
Florian Fainelli <florian.fainelli@...adcom.com>,
linux-clk@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-sunxi@...ts.linux.dev,
linux-kernel@...r.kernel.org, linux-phy@...ts.infradead.org,
linux-gpio@...r.kernel.org, linux-pm@...r.kernel.org,
linux-riscv@...ts.infradead.org
Subject: Re: [PATCH v2 03/10] dt-bindings: clock: sunxi-ng: add compatibles
for V853
On Wed, Feb 05, 2025 at 01:52:18PM +0100, Andras Szemzo wrote:
> V853 has 2 CCUs, add compatible strings for it.
>
> Signed-off-by: Andras Szemzo <szemzo.andras@...il.com>
> ---
> .../clock/allwinner,sun4i-a10-ccu.yaml | 3 +
> .../clock/allwinner,sun8i-v853-ccu.h | 132 ++++++++++++++++++
> .../clock/allwinner,sun8i-v853-r-ccu.h | 16 +++
> .../reset/allwinner,sun8i-v853-ccu.h | 60 ++++++++
> .../reset/allwinner,sun8i-v853-r-ccu.h | 14 ++
> 5 files changed, 225 insertions(+)
> create mode 100644 include/dt-bindings/clock/allwinner,sun8i-v853-ccu.h
> create mode 100644 include/dt-bindings/clock/allwinner,sun8i-v853-r-ccu.h
> create mode 100644 include/dt-bindings/reset/allwinner,sun8i-v853-ccu.h
> create mode 100644 include/dt-bindings/reset/allwinner,sun8i-v853-r-ccu.h
>
> diff --git a/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml b/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml
> index 1690b9d99c3d..9369d62284ed 100644
> --- a/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml
> +++ b/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml
> @@ -33,6 +33,8 @@ properties:
> - allwinner,sun8i-r40-ccu
> - allwinner,sun8i-v3-ccu
> - allwinner,sun8i-v3s-ccu
> + - allwinner,sun8i-v853-ccu
> + - allwinner,sun8i-v853-r-ccu
Please explain the difference between these in the commit message.
> - allwinner,sun9i-a80-ccu
> - allwinner,sun20i-d1-ccu
> - allwinner,sun20i-d1-r-ccu
> @@ -103,6 +105,7 @@ else:
> compatible:
> enum:
> - allwinner,sun20i-d1-ccu
> + - allwinner,sun8i-v853-ccu
> - allwinner,sun50i-a100-ccu
> - allwinner,sun50i-h6-ccu
> - allwinner,sun50i-h616-ccu
> diff --git a/include/dt-bindings/clock/allwinner,sun8i-v853-ccu.h b/include/dt-bindings/clock/allwinner,sun8i-v853-ccu.h
> new file mode 100644
> index 000000000000..cf56c168e1cd
> --- /dev/null
> +++ b/include/dt-bindings/clock/allwinner,sun8i-v853-ccu.h
> @@ -0,0 +1,132 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
Dual license.
> +/*
> + * Copyright (C) 2024 Andras Szemzo <szemzo.andras@...il.com.com>
> + */
> +
> +#ifndef _DT_BINDINGS_CLK_ALLWINNER_SUN8I_V85X_CCU_H_
> +#define _DT_BINDINGS_CLK_ALLWINNER_SUN8I_V85X_CCU_H_
> +
> +#define CLK_OSC12M 0
> +#define CLK_PLL_CPU 1
> +#define CLK_PLL_DDR 2
> +#define CLK_PLL_PERIPH_4X 3
> +#define CLK_PLL_PERIPH_2X 4
> +#define CLK_PLL_PERIPH_800M 5
> +#define CLK_PLL_PERIPH_480M 6
> +#define CLK_PLL_PERIPH_600M 7
> +#define CLK_PLL_PERIPH_400M 8
> +#define CLK_PLL_PERIPH_300M 9
> +#define CLK_PLL_PERIPH_200M 10
> +#define CLK_PLL_PERIPH_160M 11
> +#define CLK_PLL_PERIPH_150M 12
> +#define CLK_PLL_VIDEO_4X 13
> +#define CLK_PLL_VIDEO_2X 14
> +#define CLK_PLL_VIDEO_1X 15
> +#define CLK_PLL_CSI_4X 16
> +#define CLK_PLL_AUDIO_DIV2 17
> +#define CLK_PLL_AUDIO_DIV5 18
> +#define CLK_PLL_AUDIO_4X 19
> +#define CLK_PLL_AUDIO_1X 20
> +#define CLK_PLL_NPU_4X 21
> +#define CLK_CPU 22
> +#define CLK_CPU_AXI 23
> +#define CLK_CPU_APB 24
> +#define CLK_AHB 25
> +#define CLK_APB0 26
> +#define CLK_APB1 27
> +#define CLK_MBUS 28
> +#define CLK_DE 29
> +#define CLK_BUS_DE 30
> +#define CLK_G2D 31
> +#define CLK_BUS_G2D 32
> +#define CLK_CE 33
> +#define CLK_BUS_CE 34
> +#define CLK_VE 35
> +#define CLK_BUS_VE 36
> +#define CLK_NPU 37
> +#define CLK_BUS_NPU 38
> +#define CLK_BUS_DMA 39
> +#define CLK_BUS_MSGBOX0 40
> +#define CLK_BUS_MSGBOX1 41
> +#define CLK_BUS_SPINLOCK 42
> +#define CLK_BUS_HSTIMER 43
> +#define CLK_AVS 44
> +#define CLK_BUS_DBG 45
> +#define CLK_BUS_PWM 46
> +#define CLK_BUS_IOMMU 47
> +#define CLK_DRAM 48
> +#define CLK_MBUS_DMA 49
> +#define CLK_MBUS_VE 50
> +#define CLK_MBUS_CE 51
> +#define CLK_MBUS_CSI 52
> +#define CLK_MBUS_ISP 53
> +#define CLK_MBUS_G2D 54
> +#define CLK_BUS_DRAM 55
> +#define CLK_MMC0 56
> +#define CLK_MMC1 57
> +#define CLK_MMC2 58
> +#define CLK_BUS_MMC0 59
> +#define CLK_BUS_MMC1 60
> +#define CLK_BUS_MMC2 61
> +#define CLK_BUS_UART0 62
> +#define CLK_BUS_UART1 63
> +#define CLK_BUS_UART2 64
> +#define CLK_BUS_UART3 65
> +#define CLK_BUS_I2C0 66
> +#define CLK_BUS_I2C1 67
> +#define CLK_BUS_I2C2 68
> +#define CLK_BUS_I2C3 69
> +#define CLK_BUS_I2C4 70
> +#define CLK_SPI0 71
> +#define CLK_SPI1 72
> +#define CLK_SPI2 73
> +#define CLK_SPI3 74
> +#define CLK_BUS_SPI0 75
> +#define CLK_BUS_SPI1 76
> +#define CLK_BUS_SPI2 77
> +#define CLK_BUS_SPI3 78
> +#define CLK_SPIF 79
> +#define CLK_BUS_SPIF 80
> +#define CLK_EMAC_25M 81
> +#define CLK_BUS_EMAC 82
> +#define CLK_BUS_GPADC 83
> +#define CLK_BUS_THS 84
> +#define CLK_I2S0 85
> +#define CLK_I2S1 86
> +#define CLK_BUS_I2S0 87
> +#define CLK_BUS_I2S1 88
> +#define CLK_DMIC 89
> +#define CLK_BUS_DMIC 90
> +#define CLK_AUDIO_CODEC_DAC 91
> +#define CLK_AUDIO_CODEC_ADC 92
> +#define CLK_BUS_AUDIO_CODEC 93
> +#define CLK_USB_OHCI 94
> +#define CLK_BUS_OHCI 95
> +#define CLK_BUS_EHCI 96
> +#define CLK_BUS_OTG 97
> +#define CLK_BUS_DPSS_TOP 98
> +#define CLK_MIPI_DSI 99
> +#define CLK_BUS_MIPI_DSI 100
> +#define CLK_TCON_LCD 101
> +#define CLK_BUS_TCON_LCD 102
> +#define CLK_CSI_TOP 103
> +#define CLK_CSI_MCLK0 104
> +#define CLK_CSI_MCLK1 105
> +#define CLK_CSI_MCLK2 106
> +#define CLK_BUS_CSI 107
> +#define CLK_BUS_WIEGAND 108
> +#define CLK_RISCV 109
> +#define CLK_RISCV_AXI 110
> +#define CLK_RISCV_CORE_GATE 111
> +#define CLK_RISCV_CFG_GATE 112
> +#define CLK_FANOUT_24M 113
> +#define CLK_FANOUT_12M 114
> +#define CLK_FANOUT_16M 115
> +#define CLK_FANOUT_25M 116
> +#define CLK_FANOUT_27M 117
> +#define CLK_FANOUT_PCLK 118
> +#define CLK_FANOUT0 119
> +#define CLK_FANOUT1 120
> +#define CLK_FANOUT2 121
> +
> +#endif
> diff --git a/include/dt-bindings/clock/allwinner,sun8i-v853-r-ccu.h b/include/dt-bindings/clock/allwinner,sun8i-v853-r-ccu.h
> new file mode 100644
> index 000000000000..48fe598b7bd8
> --- /dev/null
> +++ b/include/dt-bindings/clock/allwinner,sun8i-v853-r-ccu.h
> @@ -0,0 +1,16 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/*
> + * Copyright (C) 2025 Andras Szemzo <szemzo.andras@...il.com>
> + */
> +
> +#ifndef _DT_BINDINGS_CLK_ALLWINNER_SUN8I_V853_R_CCU_H_
> +#define _DT_BINDINGS_CLK_ALLWINNER_SUN8I_V853_R_CCU_H_
> +
> +#define CLK_R_AHB 0
> +#define CLK_R_APB0 1
> +#define CLK_BUS_R_TWD 2
> +#define CLK_BUS_R_PPU 3
> +#define CLK_BUS_R_RTC 4
> +#define CLK_BUS_R_CPUCFG 5
> +
> +#endif
> diff --git a/include/dt-bindings/reset/allwinner,sun8i-v853-ccu.h b/include/dt-bindings/reset/allwinner,sun8i-v853-ccu.h
> new file mode 100644
> index 000000000000..e258117518aa
> --- /dev/null
> +++ b/include/dt-bindings/reset/allwinner,sun8i-v853-ccu.h
> @@ -0,0 +1,60 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/*
> + * Copyright (C) 2024 Andras Szemzo <szemzo.andras@...il.com>
> + */
> +
> +#ifndef _DT_BINDINGS_RST_ALLWINNER_SUN8I_V85X_CCU_H_
> +#define _DT_BINDINGS_RST_ALLWINNER_SUN8I_V85X_CCU_H_
> +
> +#define RST_MBUS 0
> +#define RST_BUS_DE 1
> +#define RST_BUS_G2D 2
> +#define RST_BUS_CE 3
> +#define RST_BUS_VE 4
> +#define RST_BUS_NPU 5
> +#define RST_BUS_DMA 6
> +#define RST_BUS_MSGBOX0 7
> +#define RST_BUS_MSGBOX1 8
> +#define RST_BUS_SPINLOCK 9
> +#define RST_BUS_HSTIMER 10
> +#define RST_BUS_DBG 11
> +#define RST_BUS_PWM 12
> +#define RST_BUS_DRAM 13
> +#define RST_BUS_MMC0 14
> +#define RST_BUS_MMC1 15
> +#define RST_BUS_MMC2 16
> +#define RST_BUS_UART0 17
> +#define RST_BUS_UART1 18
> +#define RST_BUS_UART2 19
> +#define RST_BUS_UART3 20
> +#define RST_BUS_I2C0 21
> +#define RST_BUS_I2C1 22
> +#define RST_BUS_I2C2 23
> +#define RST_BUS_I2C3 24
> +#define RST_BUS_I2C4 25
> +#define RST_BUS_SPI0 26
> +#define RST_BUS_SPI1 27
> +#define RST_BUS_SPI2 28
> +#define RST_BUS_SPI3 29
> +#define RST_BUS_SPIF 30
> +#define RST_BUS_EMAC 31
> +#define RST_BUS_GPADC 32
> +#define RST_BUS_THS 33
> +#define RST_BUS_I2S0 34
> +#define RST_BUS_I2S1 35
> +#define RST_BUS_DMIC 36
> +#define RST_BUS_AUDIO_CODEC 37
> +#define RST_USB_PHY 38
> +#define RST_BUS_OHCI 39
> +#define RST_BUS_EHCI 40
> +#define RST_BUS_OTG 41
> +#define RST_BUS_DPSS_TOP 42
> +#define RST_BUS_MIPI_DSI 43
> +#define RST_BUS_TCON_LCD 44
> +#define RST_BUS_CSI 45
> +#define RST_BUS_WIEGAND 46
> +#define RST_RISCV_SYS_APB 47
> +#define RST_RISCV_SOFT 48
> +#define RST_RISCV_CFG 49
> +
> +#endif
> diff --git a/include/dt-bindings/reset/allwinner,sun8i-v853-r-ccu.h b/include/dt-bindings/reset/allwinner,sun8i-v853-r-ccu.h
> new file mode 100644
> index 000000000000..57629d635115
> --- /dev/null
> +++ b/include/dt-bindings/reset/allwinner,sun8i-v853-r-ccu.h
> @@ -0,0 +1,14 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/*
> + * Copyright (C) 2025 Andras Szemzo <szemzo.andras@...il.com>
> + */
> +
> +#ifndef _DT_BINDINGS_RST_ALLWINNER_SUN8I_V853_R_CCU_H_
> +#define _DT_BINDINGS_RST_ALLWINNER_SUN8I_V853_R_CCU_H_
> +
> +#define RST_BUS_R_TWD 0
> +#define RST_BUS_R_PPU 1
> +#define RST_BUS_R_RTC 2
> +#define RST_BUS_R_CPUCFG 3
> +
> +#endif
> --
> 2.39.5
>
Powered by blists - more mailing lists