diff --git a/src/ipa/simple/data/meson.build b/src/ipa/simple/data/meson.build
index 92795ee4..e3e4de74 100644
--- a/src/ipa/simple/data/meson.build
+++ b/src/ipa/simple/data/meson.build
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: CC0-1.0
 
 conf_files = files([
+    'ov2740.yaml',
     'uncalibrated.yaml',
 ])
 
diff --git a/src/ipa/simple/data/ov2740.yaml b/src/ipa/simple/data/ov2740.yaml
new file mode 100644
index 00000000..b48d50ce
--- /dev/null
+++ b/src/ipa/simple/data/ov2740.yaml
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: CC0-1.0
+#
+# OmniVision OV2740 tuning for libcamera Simple/SoftISP pipeline.
+#
+# Tested on ThinkPad X1 Carbon Gen 10 (Alder Lake) with Intel IPU6 ISYS.
+# The CCM corrects the green bias inherent in Bayer demosaicing (2:1 green
+# to red/blue pixel ratio in the CFA). Values were iteratively calibrated
+# from captured frame measurements under 6500K lighting.
+%YAML 1.1
+---
+version: 1
+algorithms:
+  - BlackLevel:
+  - Awb:
+  - Ccm:
+      ccms:
+        - ct: 6500
+          ccm: [ 2.49, -0.91, -0.26,
+                -0.30,  1.20,  0.10,
+                 0.07, -0.80,  2.19 ]
+  - Adjust:
+  - Agc:
