summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi
diff options
context:
space:
mode:
authorRobert Chiras <robert.chiras@nxp.com>2020-05-22 15:09:39 +0300
committerRobert Chiras <robert.chiras@nxp.com>2020-08-21 15:32:12 +0300
commit4ee1ddfdcefce34df9290c9f1f531bb93a89608e (patch)
tree21a5df34a1da320413d5d8933eb592b2711c4a63 /arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi
parent6024c8cbc3f75b997cd3d537269bc2c0b11c2408 (diff)
MLK-24334-9: arch: arm64: dts: imx8dxl: unify adma_lcdif
Currently, the adma_lcdif and it's related nodes are duplicated in 8qxp and 8dxl dts files. Since it's the same subsystem, move these nodes into generic files, so that both 8qxp and 8dxl dts files can use them. Signed-off-by: Robert Chiras <robert.chiras@nxp.com> Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi
index 096df87e0c99..f1b9b0da5e6d 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi
@@ -74,28 +74,4 @@
compatible = "fsl,imx8qxp-lcdif-mux-regs", "syscon";
reg = <0x5a170000 0x4>;
};
-
- adma_pwm: pwm@5a190000 {
- compatible = "fsl,imx8qxp-pwm", "fsl,imx27-pwm";
- reg = <0x5a190000 0x1000>;
- clocks = <&adma_pwm_lpcg 0>, <&adma_pwm_lpcg 1>;
- clock-names = "per", "ipg";
- assigned-clocks = <&clk IMX_SC_R_LCD_0_PWM_0 IMX_SC_PM_CLK_PER>;
- assigned-clock-rates = <24000000>;
- #pwm-cells = <2>;
- power-domains = <&pd IMX_SC_R_LCD_0_PWM_0>;
- status = "disabled";
- };
-
- adma_pwm_lpcg: clock-controller@5a590000 {
- compatible = "fsl,imx8qxp-lpcg";
- reg = <0x5a590000 0x10000>;
- #clock-cells = <1>;
- clocks = <&clk IMX_SC_R_LCD_0_PWM_0 IMX_SC_PM_CLK_PER>,
- <&dma_ipg_clk>;
- bit-offset = <0 16>;
- clock-output-names = "adma_pwm_lpcg_clk",
- "adma_pwm_lpcg_ipg_clk";
- power-domains = <&pd IMX_SC_R_LCD_0_PWM_0>;
- };
};