diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index f26a1b1b08bd..2f0eea24850a 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -1361,4 +1361,27 @@ controls:
       description: |
         Enable or disable the lens shading correction.
 
+  - SyncAdjustment:
+      type: int32_t
+      direction: inout
+      description: |
+        This is an adjustment value that can be either positive or negative, in
+        microseconds, that tells the Camera how much to adjust the frame
+        duration by. This is meant to be used by the Sync layer, and any camera
+        that implements this control (and FrameDurationLimits) will be
+        supported by the sync layer. When reported in metadata, this reports
+        any frame duration adjustment that occurred based on the control value
+        that was passed in.
+
+  - SyncInterface:
+      type: string
+      direction: inout
+      description: |
+        This is the IP address of the network interface to use for the Sync
+        algorithm provided by the Sync layer. When set using the SyncMode
+        control to client mode, this will be the network interface to listen
+        on, and for server mode it will multicast from this network interface.
+        If no network interface is supplied by this control then INADDR_ANY
+        will be used.
+
 ...
