From 03b1dd74aa6e8307dde254efe7f1450630362a8a Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 15 Mar 2023 10:57:00 +0100 Subject: dts: update to v6.3-rc1 Signed-off-by: Sascha Hauer --- dts/Bindings/media/stih-cec.txt | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 dts/Bindings/media/stih-cec.txt (limited to 'dts/Bindings/media/stih-cec.txt') diff --git a/dts/Bindings/media/stih-cec.txt b/dts/Bindings/media/stih-cec.txt deleted file mode 100644 index ece0832fde..0000000000 --- a/dts/Bindings/media/stih-cec.txt +++ /dev/null @@ -1,27 +0,0 @@ -STMicroelectronics STIH4xx HDMI CEC driver - -Required properties: - - compatible : value should be "st,stih-cec" - - reg : Physical base address of the IP registers and length of memory - mapped region. - - clocks : from common clock binding: handle to HDMI CEC clock - - interrupts : HDMI CEC interrupt number to the CPU. - - pinctrl-names: Contains only one value - "default" - - pinctrl-0: Specifies the pin control groups used for CEC hardware. - - resets: Reference to a reset controller - - hdmi-phandle: Phandle to the HDMI controller, see also cec.txt. - -Example for STIH407: - -sti-cec@94a087c { - compatible = "st,stih-cec"; - reg = <0x94a087c 0x64>; - clocks = <&clk_sysin>; - clock-names = "cec-clk"; - interrupts = ; - interrupt-names = "cec-irq"; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_cec0_default>; - resets = <&softreset STIH407_LPM_SOFTRESET>; - hdmi-phandle = <&hdmi>; -}; -- cgit v1.2.3