Skip to content
Commit 4bb1eb3c authored by Amit Singh Tomar's avatar Amit Singh Tomar Committed by Manivannan Sadhasivam
Browse files

arm64: dts: actions: limit address range for pinctrl node



After commit 7cdf8446 ("arm64: dts: actions: Add pinctrl node for
Actions Semi S700") following error has been observed while booting
Linux on Cubieboard7-lite(based on S700 SoC).

[    0.257415] pinctrl-s700 e01b0000.pinctrl: can't request region for
resource [mem 0xe01b0000-0xe01b0fff]
[    0.266902] pinctrl-s700: probe of e01b0000.pinctrl failed with error -16

This is due to the fact that memory range for "sps" power domain controller
clashes with pinctrl.

One way to fix it, is to limit pinctrl address range which is safe
to do as current pinctrl driver uses address range only up to 0x100.

This commit limits the pinctrl address range to 0x100 so that it doesn't
conflict with sps range.

Fixes: 7cdf8446 ("arm64: dts: actions: Add pinctrl node for Actions
Semi S700")

Reviewed-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Suggested-by: default avatarAndre Przywara <andre.przywara@arm.com>
Signed-off-by: default avatarAmit Singh Tomar <amittomer25@gmail.com>
Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
parent 9123e3a7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment