diff mbox series

[6/6,RFC] dt-bindings: power: r8a77965: Remove non-existent A3IR power domain

Message ID 20181129105619.10695-7-geert+renesas@glider.be
State RFC, archived
Headers show
Series soc: renesas: Miscellaneous fixes | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Geert Uytterhoeven Nov. 29, 2018, 10:56 a.m. UTC
The R-Car Gen3 HardWare Manual Errata for Rev. 0.80 (Feb 28, 2018)
removed the A3IR power domain on R-Car M3-N, as this SoC does not have
an Image Processing Unit (IMP-X5).

As this definition is no longer used from DT, it can be removed.

Fixes: a527709b78b3c997 ("soc: renesas: rcar-sysc: Add R-Car M3-N support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Marked as RFC, as this patch depends on "arm64: dts: renesas:
r8a77965: Remove non-existent IPMMU-IR".

If the dependency goes in first, this patch can be squashed with "soc:
renesas: r8a77965-sysc: Remove non-existent A3IR power domain".
---
 include/dt-bindings/power/r8a77965-sysc.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Horman Nov. 30, 2018, 10:25 a.m. UTC | #1
On Thu, Nov 29, 2018 at 11:56:19AM +0100, Geert Uytterhoeven wrote:
> The R-Car Gen3 HardWare Manual Errata for Rev. 0.80 (Feb 28, 2018)
> removed the A3IR power domain on R-Car M3-N, as this SoC does not have
> an Image Processing Unit (IMP-X5).
> 
> As this definition is no longer used from DT, it can be removed.
> 
> Fixes: a527709b78b3c997 ("soc: renesas: rcar-sysc: Add R-Car M3-N support")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Marked as RFC, as this patch depends on "arm64: dts: renesas:
> r8a77965: Remove non-existent IPMMU-IR".
> 
> If the dependency goes in first, this patch can be squashed with "soc:
> renesas: r8a77965-sysc: Remove non-existent A3IR power domain".

I am marking this as deferred.
Lets handle this in the next development cycle when the dependency
should be present in an rc release.
diff mbox series

Patch

diff --git a/include/dt-bindings/power/r8a77965-sysc.h b/include/dt-bindings/power/r8a77965-sysc.h
index 05a4b5917314791a..de82d8a15ea13a85 100644
--- a/include/dt-bindings/power/r8a77965-sysc.h
+++ b/include/dt-bindings/power/r8a77965-sysc.h
@@ -21,7 +21,6 @@ 
 #define R8A77965_PD_A3VC		14
 #define R8A77965_PD_3DG_A		17
 #define R8A77965_PD_3DG_B		18
-#define R8A77965_PD_A3IR		24
 #define R8A77965_PD_A2VC1		26
 
 /* Always-on power area */