mirror of https://gitee.com/openkylin/linux.git
ARM: at91/dt: sama5d4: add pioD pin mux mask and enable pioD
Signed-off-by: Josh Wu <josh.wu@atmel.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
cb3651d7be
commit
679f8d92bb
|
@ -1350,7 +1350,7 @@ pinctrl@fc06a000 {
|
|||
0xffffffff 0x3ffcfe7c 0x1c010101 /* pioA */
|
||||
0x7fffffff 0xfffccc3a 0x3f00cc3a /* pioB */
|
||||
0xffffffff 0x3ff83fff 0xff00ffff /* pioC */
|
||||
0x00000000 0x00000000 0x00000000 /* pioD */
|
||||
0x0003ff00 0x8002a800 0x00000000 /* pioD */
|
||||
0xffffffff 0x7fffffff 0x76fff1bf /* pioE */
|
||||
>;
|
||||
|
||||
|
@ -1396,7 +1396,6 @@ pioD: gpio@fc068000 {
|
|||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
clocks = <&pioD_clk>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pioE: gpio@fc06d000 {
|
||||
|
|
Loading…
Reference in New Issue