arm64: dts: imx93: add gpio clk
Add the GPIO clk, otherwise GPIO may not work if clk driver disable the GPIO clk during kernel boot. Reviewed-by: Jacky Bai <ping.bai@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
f2484a9470
commit
e41ba69571
@ -295,6 +295,9 @@
|
|||||||
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
|
clocks = <&clk IMX93_CLK_GPIO2_GATE>,
|
||||||
|
<&clk IMX93_CLK_GPIO2_GATE>;
|
||||||
|
clock-names = "gpio", "port";
|
||||||
gpio-ranges = <&iomuxc 0 32 32>;
|
gpio-ranges = <&iomuxc 0 32 32>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -306,6 +309,9 @@
|
|||||||
interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
|
clocks = <&clk IMX93_CLK_GPIO3_GATE>,
|
||||||
|
<&clk IMX93_CLK_GPIO3_GATE>;
|
||||||
|
clock-names = "gpio", "port";
|
||||||
gpio-ranges = <&iomuxc 0 64 32>;
|
gpio-ranges = <&iomuxc 0 64 32>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -317,6 +323,9 @@
|
|||||||
interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
|
clocks = <&clk IMX93_CLK_GPIO4_GATE>,
|
||||||
|
<&clk IMX93_CLK_GPIO4_GATE>;
|
||||||
|
clock-names = "gpio", "port";
|
||||||
gpio-ranges = <&iomuxc 0 96 32>;
|
gpio-ranges = <&iomuxc 0 96 32>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -328,6 +337,9 @@
|
|||||||
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
|
clocks = <&clk IMX93_CLK_GPIO1_GATE>,
|
||||||
|
<&clk IMX93_CLK_GPIO1_GATE>;
|
||||||
|
clock-names = "gpio", "port";
|
||||||
gpio-ranges = <&iomuxc 0 0 32>;
|
gpio-ranges = <&iomuxc 0 0 32>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user