[Skiboot] [PATCH 2/3] npu2: hw-procedures: Change rx_pr_phase_step value

Alistair Popple alistair at popple.id.au
Thu Aug 31 17:06:06 AEST 2017


Matches the docs, thanks.

Acked-By: Alistair Popple <alistair at popple.id.au>

On Wed, 30 Aug 2017 05:38:26 PM Reza Arbab wrote:
> Change this value, per the updated programming guide.
> 
> Signed-off-by: Reza Arbab <arbab at linux.vnet.ibm.com>
> ---
>  hw/npu2-hw-procedures.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/npu2-hw-procedures.c b/hw/npu2-hw-procedures.c
> index ac5c919..5ccc1a0 100644
> --- a/hw/npu2-hw-procedures.c
> +++ b/hw/npu2-hw-procedures.c
> @@ -304,7 +304,7 @@ static uint32_t phy_reset_complete(struct npu2_dev *ndev)
>  		phy_write_lane(ndev, &NPU2_PHY_RX_LANE_ANA_PDWN, lane, 0);
>  		phy_write_lane(ndev, &NPU2_PHY_RX_LANE_DIG_PDWN, lane, 0);
>  		phy_write_lane(ndev, &NPU2_PHY_RX_PR_IQ_RES_SEL, lane, 0x7);
> -		phy_write_lane(ndev, &NPU2_PHY_RX_PR_PHASE_STEP, lane, 0x8);
> +		phy_write_lane(ndev, &NPU2_PHY_RX_PR_PHASE_STEP, lane, 0xc);
>  		phy_write_lane(ndev, &NPU2_PHY_TX_LANE_PDWN, lane, 0);
>  	}
>  
> 



More information about the Skiboot mailing list