Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a3354e6 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: csiphy: Dump CSIPHY Status Reg at SOF freeze" into camera-kernel.lnx.4.0

parents 71a0fad8 511809e5
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -4334,6 +4334,13 @@ static int cam_ife_csid_sof_irq_debug(
			(sof_irq_enable) ? "enabled" : "disabled",
			(sof_irq_enable) ? "enabled" : "disabled",
			csid_hw->hw_intf->hw_idx);
			csid_hw->hw_intf->hw_idx);


	CAM_INFO(CAM_ISP, "Notify CSIPHY: %d",
		csid_hw->csi2_rx_cfg.phy_sel);

	cam_subdev_notify_message(CAM_CSIPHY_DEVICE_TYPE,
		CAM_SUBDEV_MESSAGE_IRQ_ERR,
		csid_hw->csi2_rx_cfg.phy_sel);

	return 0;
	return 0;
}
}