control:ibm,bonnell: Add minimal config files

The Bonnell platform has two dual rotor fans.  Add the minimum config
files so that fan control will set a power on target of 14100 RPM and do
nothing else.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ic4b02d2ec8e9a91559873835ae8aedd968e9fb18
diff --git a/control/config_files/p10bmc/ibm,bonnell/events.json b/control/config_files/p10bmc/ibm,bonnell/events.json
new file mode 100644
index 0000000..0d4f101
--- /dev/null
+++ b/control/config_files/p10bmc/ibm,bonnell/events.json
@@ -0,0 +1,2 @@
+[
+]
diff --git a/control/config_files/p10bmc/ibm,bonnell/fans.json b/control/config_files/p10bmc/ibm,bonnell/fans.json
new file mode 100644
index 0000000..abb5423
--- /dev/null
+++ b/control/config_files/p10bmc/ibm,bonnell/fans.json
@@ -0,0 +1,14 @@
+[
+    {
+        "name": "fan0",
+        "zone": "0",
+        "sensors": ["fan0_0"],
+        "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+    },
+    {
+        "name": "fan1",
+        "zone": "0",
+        "sensors": ["fan1_0"],
+        "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+    }
+]
diff --git a/control/config_files/p10bmc/ibm,bonnell/groups.json b/control/config_files/p10bmc/ibm,bonnell/groups.json
new file mode 100644
index 0000000..0d4f101
--- /dev/null
+++ b/control/config_files/p10bmc/ibm,bonnell/groups.json
@@ -0,0 +1,2 @@
+[
+]
diff --git a/control/config_files/p10bmc/ibm,bonnell/zones.json b/control/config_files/p10bmc/ibm,bonnell/zones.json
new file mode 100644
index 0000000..0a9185c
--- /dev/null
+++ b/control/config_files/p10bmc/ibm,bonnell/zones.json
@@ -0,0 +1,9 @@
+[
+    {
+        "name": "0",
+        "poweron_target": 14100,
+        "default_floor": 14100,
+        "increase_delay": 5,
+        "decrease_interval": 30
+    }
+]