chassis-power: Create initial README
Create the initial README document for the new phosphor-chassis-power
application per the listed design document.
Change-Id: I4c0c6489124923a7f7903b0befca9b145c3f04b0
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/README.md b/README.md
index 71d0477..89daf9a 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@
- cold-redundancy: Application that makes power supplies work in Cold Redundancy
mode and rotates them at intervals.
+- [phosphor-chassis-power](phosphor-chassis-power/README.md): JSON-driven
+ application that monitors chassis power on multi-chassis systems.
- [phosphor-power-sequencer](phosphor-power-sequencer/README.md): JSON-driven
application that powers the chassis on/off and monitors the power sequencer
device.
diff --git a/phosphor-chassis-power/README.md b/phosphor-chassis-power/README.md
new file mode 100644
index 0000000..cd144bc
--- /dev/null
+++ b/phosphor-chassis-power/README.md
@@ -0,0 +1,9 @@
+# phosphor-chassis-power
+
+Design document: <https://gerrit.openbmc.org/c/openbmc/docs/+/81614>
+
+## Overview
+
+The `phosphor-chassis-power` application monitors chassis power on multi-chassis
+systems to handle chassis-level fault monitoring and recovery. The application
+is controlled by a JSON configuration file.