Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit ca33f735 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam
Browse files

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: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7d545e77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,9 +89,9 @@
			#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 {