Searched +full:axg +full:- +full:mipi +full:- +full:dphy (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/phy/amlogic,axg-mipi-dphy.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Amlogic AXG MIPI D-PHY11 - Neil Armstrong <narmstrong@baylibre.com>16 - amlogic,axg-mipi-dphy24 clock-names:26 - const: pclk31 reset-names:[all …]
1 # SPDX-License-Identifier: GPL-2.0-only53 tristate "Meson AXG PCIE PHY driver"59 Enable this to support the Meson MIPI + PCIE PHY found60 in Meson AXG SoCs.64 tristate "Meson AXG MIPI + PCIE analog PHY driver"71 Enable this to support the Meson MIPI + PCIE analog PHY72 found in Meson AXG SoCs.76 tristate "Meson AXG MIPI DPHY driver"83 Enable this to support the Meson MIPI DPHY found in Meson AXG
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_PHY_MESON8B_USB2) += phy-meson8b-usb2.o3 obj-$(CONFIG_PHY_MESON_GXL_USB2) += phy-meson-gxl-usb2.o4 obj-$(CONFIG_PHY_MESON_G12A_USB2) += phy-meson-g12a-usb2.o5 obj-$(CONFIG_PHY_MESON_G12A_USB3_PCIE) += phy-meson-g12a-usb3-pcie.o6 obj-$(CONFIG_PHY_MESON_AXG_PCIE) += phy-meson-axg-pcie.o7 obj-$(CONFIG_PHY_MESON_AXG_MIPI_PCIE_ANALOG) += phy-meson-axg-mipi-pcie-analog.o8 obj-$(CONFIG_PHY_MESON_AXG_MIPI_DPHY) += phy-meson-axg-mipi-dphy.o
1 // SPDX-License-Identifier: GPL-2.03 * Meson AXG MIPI DPHY driver29 * [25] mipi dsi pll clock selection.31 * [12] mipi HSbyteclk enable.32 * [11] mipi divider clk selection.33 * 1: select the mipi DDRCLKHS from clock divider.35 * [10] mipi clock divider control.37 * [9] mipi divider output enable.38 * [8] mipi divider counter enable.47 * [0] enalbe the MIPI DPHY TxDDRClk.[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/axg-aoclkc.h>7 #include <dt-bindings/clock/axg-audio-clkc.h>8 #include <dt-bindings/clock/axg-clkc.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/gpio/meson-axg-gpio.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/reset/amlogic,meson-axg-audio-arb.h>14 #include <dt-bindings/reset/amlogic,meson-axg-reset.h>[all …]