add a new define for HACE.diff --git a/include/dt-bindings/clock/aspeed-clock.h
b/include/dt-bindings/clock/aspeed-clock.h
index 9ff4f6e4558c..6e040f7c3426 100644
--- a/include/dt-bindings/clock/aspeed-clock.h
+++ b/include/dt-bindings/clock/aspeed-clock.h
@@ -46,11 +46,12 @@
#define ASPEED_RESET_MCTP 1
#define ASPEED_RESET_ADC 2
#define ASPEED_RESET_JTAG_MASTER 3
-#define ASPEED_RESET_MIC 4
+#define ASPEED_RESET_HACE 4
I did not ack such change. This is a significant change from previous
version, invalidating my previous ack.
This breaks the ABI, so NAK without proper explanation why ABI break
is accepted.
I changed the original define (MIC) into different value (see below diff), and
How does that break the ABI? I'll be appreciated if you can explain it moredetails.
And sorry for not remove ack with new change.
Yes, this breaks ABI. Previously the ASPEED_RESET_MIC define had value of 4,
now it has value of something else.
Got your point. I'll re-define HACE without modifying ABI.
Thanks for your suggestion.