mirror of https://gitee.com/openkylin/linux.git
dt-bindings: pinctrl: Modify pinctrl 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. So, lets modify the pinctrl memory map to
reflect the same.
Fixes: 07b734fbde
("dt-bindings: pinctrl: Add BM1880 pinctrl binding")
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
b22a7f8544
commit
13531e5d35
|
@ -85,9 +85,9 @@ Required Properties:
|
|||
spi0
|
||||
|
||||
Example:
|
||||
pinctrl: pinctrl@50 {
|
||||
pinctrl: pinctrl@400 {
|
||||
compatible = "bitmain,bm1880-pinctrl";
|
||||
reg = <0x50 0x4B0>;
|
||||
reg = <0x400 0x120>;
|
||||
|
||||
pinctrl_uart0_default: uart0-default {
|
||||
pinmux {
|
||||
|
|
Loading…
Reference in New Issue