Searched +full:meson +full:- +full:gx +full:- +full:ao +full:- +full:cec (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/media/amlogic,meson-gx-ao-cec.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Amlogic Meson AO-CEC Controller11 - Neil Armstrong <neil.armstrong@linaro.org>14 The Amlogic Meson AO-CEC module is present is Amlogic SoCs and its purpose is15 to handle communication between HDMI connected devices over the CEC bus.20 - amlogic,meson-gx-ao-cec # GXBB, GXL, GXM, G12A and SM1 AO_CEC_A module21 - amlogic,meson-g12a-ao-cec # G12A AO_CEC_B module[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/interrupt-controller/irq.h>14 #include <dt-bindings/interrupt-controller/arm-gic.h>15 #include <dt-bindings/power/meson-gxbb-power.h>16 #include <dt-bindings/thermal/thermal.h>19 interrupt-parent = <&gic>;20 #address-cells = <2>;21 #size-cells = <2>;29 reserved-memory {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/phy/phy.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/clock/g12a-clkc.h>9 #include <dt-bindings/clock/g12a-aoclkc.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/reset/amlogic,meson-g12a-reset.h>13 #include <dt-bindings/thermal/thermal.h>16 interrupt-parent = <&gic>;[all …]
2 * Driver for Amlogic Meson AO CEC Controller8 * SPDX-License-Identifier: GPL-2.0+24 #include <media/cec.h>25 #include <media/cec-notifier.h>27 /* CEC Registers */31 * - 0 = Disable clk (Power-off mode)32 * - 1 = Enable gated clock (Normal mode)33 * - 2 = Enable free-run clk (Debug mode)47 * - 0 = Read48 * - 1 = Write[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]