projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60a0612
)
MLK-22939 arm64: dts: imx8-ss-img: fix gpio reg
author
Peng Fan
<peng.fan@nxp.com>
Mon, 11 Nov 2019 03:33:20 +0000
(11:33 +0800)
committer
Dong Aisheng
<aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:20:48 +0000
(11:20 +0800)
Fix gpio reg
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
index
0272c95
..
f976364
100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
@@
-256,7
+256,7
@@
img_subsys: bus@58000000 {
gpio0_mipi_csi0: gpio@58222000 {
compatible = "fsl,imx8qm-gpio", "fsl,imx35-gpio";
- reg = <0x
0 0x58222000 0x
0 0x1000>;
+ reg = <0x
5822200
0 0x1000>;
interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&irqsteer_csi0>;
gpio-controller;
@@
-283,7
+283,7
@@
img_subsys: bus@58000000 {
gpio0_mipi_csi1: gpio@58242000 {
compatible = "fsl,imx8qm-gpio", "fsl,imx35-gpio";
- reg = <0x
0 0x58242000 0x
0 0x1000>;
+ reg = <0x
5824200
0 0x1000>;
interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&irqsteer_csi1>;
gpio-controller;