[PATCH v2 2/4] dt-bindings: power: Add Marvell PXA1908 domains

Duje Mihanović posted 4 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH v2 2/4] dt-bindings: power: Add Marvell PXA1908 domains
Posted by Duje Mihanović 1 month, 1 week ago
Add device tree bindings for Marvell PXA1908's power domains.

Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
---
v2:
- Drop schema
---
 include/dt-bindings/power/marvell,pxa1908-power.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/include/dt-bindings/power/marvell,pxa1908-power.h b/include/dt-bindings/power/marvell,pxa1908-power.h
new file mode 100644
index 0000000000000000000000000000000000000000..19b088351af138823505a774ff27203429fe2d97
--- /dev/null
+++ b/include/dt-bindings/power/marvell,pxa1908-power.h
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
+/*
+ * Marvell PXA1908 power domains
+ *
+ * Copyright 2025, Duje Mihanović <duje@dujemihanovic.xyz>
+ */
+
+#ifndef __DTS_MARVELL_PXA1908_POWER_H
+#define __DTS_MARVELL_PXA1908_POWER_H
+
+#define PXA1908_POWER_DOMAIN_VPU	0
+#define PXA1908_POWER_DOMAIN_GPU	1
+#define PXA1908_POWER_DOMAIN_GPU2D	2
+#define PXA1908_POWER_DOMAIN_DSI	3
+#define PXA1908_POWER_DOMAIN_ISP	4
+
+#endif

-- 
2.50.1

Re: [PATCH v2 2/4] dt-bindings: power: Add Marvell PXA1908 domains
Posted by Rob Herring 1 month, 1 week ago
On Thu, Aug 21, 2025 at 01:17:44PM +0200, Duje Mihanović wrote:
> Add device tree bindings for Marvell PXA1908's power domains.
> 
> Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
> ---
> v2:
> - Drop schema
> ---
>  include/dt-bindings/power/marvell,pxa1908-power.h | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)

This should be squashed into the previous patch. The Reviewed-by stands 
with that.

> 
> diff --git a/include/dt-bindings/power/marvell,pxa1908-power.h b/include/dt-bindings/power/marvell,pxa1908-power.h
> new file mode 100644
> index 0000000000000000000000000000000000000000..19b088351af138823505a774ff27203429fe2d97
> --- /dev/null
> +++ b/include/dt-bindings/power/marvell,pxa1908-power.h
> @@ -0,0 +1,17 @@
> +/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
> +/*
> + * Marvell PXA1908 power domains
> + *
> + * Copyright 2025, Duje Mihanović <duje@dujemihanovic.xyz>
> + */
> +
> +#ifndef __DTS_MARVELL_PXA1908_POWER_H
> +#define __DTS_MARVELL_PXA1908_POWER_H
> +
> +#define PXA1908_POWER_DOMAIN_VPU	0
> +#define PXA1908_POWER_DOMAIN_GPU	1
> +#define PXA1908_POWER_DOMAIN_GPU2D	2
> +#define PXA1908_POWER_DOMAIN_DSI	3
> +#define PXA1908_POWER_DOMAIN_ISP	4
> +
> +#endif
> 
> -- 
> 2.50.1
> 
Re: [PATCH v2 2/4] dt-bindings: power: Add Marvell PXA1908 domains
Posted by Duje Mihanović 1 month, 1 week ago
On Friday, 22 August 2025 21:36:24 Central European Summer Time Rob Herring wrote:
> On Thu, Aug 21, 2025 at 01:17:44PM +0200, Duje Mihanović wrote:
> > Add device tree bindings for Marvell PXA1908's power domains.
> > 
> > Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
> > ---
> > v2:
> > - Drop schema
> > ---
> > 
> >  include/dt-bindings/power/marvell,pxa1908-power.h | 17 +++++++++++++++++
> >  1 file changed, 17 insertions(+)
> 
> This should be squashed into the previous patch. The Reviewed-by stands
> with that.

Should the resulting patch have a 'dt-bindings: power:' title prefix?

Regards,
--
Duje