Commit afd3b35f authored by Song Hui's avatar Song Hui Committed by Shawn Guo

arm64: dts: ls1088a: update gpio compatible

add ls1088a gpio specify compatible.
Signed-off-by: default avatarSong Hui <hui.song_1@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 90771e50
...@@ -282,7 +282,7 @@ duart1: serial@21c0600 { ...@@ -282,7 +282,7 @@ duart1: serial@21c0600 {
}; };
gpio0: gpio@2300000 { gpio0: gpio@2300000 {
compatible = "fsl,qoriq-gpio"; compatible = "fsl,ls1088a-gpio", "fsl,qoriq-gpio";
reg = <0x0 0x2300000 0x0 0x10000>; reg = <0x0 0x2300000 0x0 0x10000>;
interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
little-endian; little-endian;
...@@ -293,7 +293,7 @@ gpio0: gpio@2300000 { ...@@ -293,7 +293,7 @@ gpio0: gpio@2300000 {
}; };
gpio1: gpio@2310000 { gpio1: gpio@2310000 {
compatible = "fsl,qoriq-gpio"; compatible = "fsl,ls1088a-gpio", "fsl,qoriq-gpio";
reg = <0x0 0x2310000 0x0 0x10000>; reg = <0x0 0x2310000 0x0 0x10000>;
interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
little-endian; little-endian;
...@@ -304,7 +304,7 @@ gpio1: gpio@2310000 { ...@@ -304,7 +304,7 @@ gpio1: gpio@2310000 {
}; };
gpio2: gpio@2320000 { gpio2: gpio@2320000 {
compatible = "fsl,qoriq-gpio"; compatible = "fsl,ls1088a-gpio", "fsl,qoriq-gpio";
reg = <0x0 0x2320000 0x0 0x10000>; reg = <0x0 0x2320000 0x0 0x10000>;
interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
little-endian; little-endian;
...@@ -315,7 +315,7 @@ gpio2: gpio@2320000 { ...@@ -315,7 +315,7 @@ gpio2: gpio@2320000 {
}; };
gpio3: gpio@2330000 { gpio3: gpio@2330000 {
compatible = "fsl,qoriq-gpio"; compatible = "fsl,ls1088a-gpio", "fsl,qoriq-gpio";
reg = <0x0 0x2330000 0x0 0x10000>; reg = <0x0 0x2330000 0x0 0x10000>;
interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
little-endian; little-endian;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment