target: msm8994: Enable blue LED as a boot notification
By turning on the blue LED in 8994 Liquid devices we get a notification
that the boot process has started. The LED will be turned-off when HLOS
display takes over.
Change-Id: I437483ecef5d36ca926bd1647ee800a8aedb6b3e
diff --git a/platform/msm8994/include/platform/iomap.h b/platform/msm8994/include/platform/iomap.h
index ae8f3e4..0bcae0a 100644
--- a/platform/msm8994/include/platform/iomap.h
+++ b/platform/msm8994/include/platform/iomap.h
@@ -552,4 +552,9 @@
#define VIDEO_MODE_VSYNC 0x034
#define VIDEO_MODE_VSYNC_VPOS 0x038
+#define QPNP_LED_CTRL_BASE 0xD000
+#define QPNP_BLUE_LPG_CTRL_BASE 0xB100
+#define QPNP_GREEN_LPG_CTRL_BASE 0xB200
+#define QPNP_RED_LPG_CTRL_BASE 0xB300
+
#endif