Browse Source
Following IOCTL IDs are required for UFS specific functionalities. IOCTL ID - 40(IOCTL_UFS_TXRX_CFGRDY_GET) This gives the Tx_Rx_config_rdy_signal_mon(0xF1061054) register value which contains the Tx and Rx lanes configuration ready signal information. IOCTL ID - 41(IOCTL_UFS_SRAM_CSR_SEL) Select - 0(IOCTL_UFS_SRAM_CSR_SET) This will allow to set sram control and status register (0xF106104C) with the value provided by driver. Select - 1(IOCTL_UFS_SRAM_CSR_GET) This should return the sram control and status register (0xF106104C) value to the driver. UFS Host reset assert/de-assert(using SCMI) support is added. register address : 0xF1260340 UFS PHY reset assert/de-assert(using SCMI) support is added. register address : 0xF1061050 Change-Id: I5368cc7251350946bd5ddb3a4c817b75e1d4a43e Signed-off-by: Amit Nagal <amit.nagal@amd.com>pull/2005/merge
Amit Nagal
3 months ago
5 changed files with 58 additions and 4 deletions
Loading…
Reference in new issue