Searched hist:f046e4a3f0b95bcc410116acbe7e04e648d48f97 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/memory/ |
H A D | jz4780-nemc.c | diff f046e4a3f0b95bcc410116acbe7e04e648d48f97 Tue Jul 28 10:26:29 CDT 2020 Paul Cercueil <paul@crapouillou.net> memory: jz4780_nemc: Only request IO memory the driver will use
The driver only uses the registers up to offset 0x54. Since the EFUSE registers are in the middle of the NEMC registers, we only request the registers we will use for now - that way the EFUSE driver can probe too.
Signed-off-by: Paul Cercueil <paul@crapouillou.net> Tested-by: H. Nikolaus Schaller <hns@goldelico.com> Link: https://lore.kernel.org/r/20200728152629.28878-1-paul@crapouillou.net Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
|