commit | 7213b10dfb02611f0b7c9e2fd0a8b81e22b389ba | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Tue Jul 16 10:49:04 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Thu Aug 08 11:35:02 2019 +0200 |
tree | 1a4716902c6d9d9f6c4a209a439864ece7d848f6 | |
parent | fe410a4670c5b9e8b1e35da90a1991cd3f68bafb [diff] |
usb, ohci: fix ohci swap register access commit 57faca19a82f ("drivers: USB: OHCI: allow compilation for 64-bit targets") broke ohci support for the mpc85xx based socrates board, as it removed volatile keyword from ohci_readl/writel. Fix this so usb works again on socrates board. Signed-off-by: Heiko Schocher <hs@denx.de>