arm64: dts: bitmain: Modify pin controller memory map

Earlier, the PWM registers were included as part of the pinctrl memory
map, but this turned to be useless as the muxing is being handled by the
SoC pin controller itself. Hence, this commit removes the pwm register
mapping from the pinctrl node to make it more clean.

Fixes: af2ff87de413 ("arm64: dts: bitmain: Add pinctrl support for BM1880 SoC")
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Manivannan Sadhasivam 2019-05-16 16:12:43 +05:30
parent 7d545e779a
commit ca33f735b1
No known key found for this signature in database
GPG Key ID: 559F11E6FE91CEF5
1 changed files with 2 additions and 2 deletions

View File

@ -89,9 +89,9 @@ sctrl: system-controller@50010000 {
#size-cells = <1>;
ranges = <0x0 0x0 0x50010000 0x1000>;
pinctrl: pinctrl@50 {
pinctrl: pinctrl@400 {
compatible = "bitmain,bm1880-pinctrl";
reg = <0x50 0x4B0>;
reg = <0x400 0x120>;
};
rst: reset-controller@c00 {