On 4 September 2015 at 17:17, Mirza Krak <[email protected]> wrote:
> 2015-09-04 13:35 GMT+02:00 Jagan Teki <[email protected]>:
>>
>> I think we need to or CPOL and CPHA
>>
>> what about this
>>              reg &= ~(SLINK_CMD_IDLE_SCLK_MASK | SLINK_CMD_CK_SDA);
>>
>
> The end result should be the same as
>      reg &= ~SLINK_CMD_IDLE_SCLK_MASK & ~SLINK_CMD_CK_SDA;
>
> or am I wrong?

Yes, true.

>
> But I can agree that it is easier to read/follow your suggestion.

Please make this change and send.

thanks!
-- 
Jagan | openedev.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to