From 6d45559f35690ef6001a56119649a85f69b3f685 Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Wed, 11 Sep 2019 17:52:00 +0800 Subject: dts: arm: imx: add imx8mq hdmi Add imx8mq hdmi remove imx8qm csr properity. Signed-off-by: Sandor Yu --- arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi') diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi index 9656e3d6a8f3..46343b623399 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-hdmi.dtsi @@ -30,11 +30,6 @@ power-domains = <&pd IMX_SC_R_HDMI>; }; - hdmi_csr: hdmi_csr@56261000 { - compatible = "syscon"; - reg = <0x56261000 0x1000>; - }; - hdmi_lpcg_i2c0: clock-controller@56263000 { compatible = "fsl,imx8qxp-lpcg"; reg = <0x56263000 0x4>; @@ -166,11 +161,11 @@ hdmi:hdmi@56268000 { #address-cells = <1>; #size-cells = <0>; - reg = <0x56268000 0x1000>; + reg = <0x56268000 0x1000>, + <0x56261000 0x1000>; interrupt-parent = <&irqsteer_hdmi>; interrupts = <10>, <13>; interrupt-names = "plug_in", "plug_out"; - csr = <&hdmi_csr>; status = "disabled"; clocks = <&clk IMX_SC_R_HDMI_PLL_0 IMX_SC_PM_CLK_PLL>, -- cgit v1.2.3