Searched +full:rk3399 +full:- +full:mipi +full:- +full:dphy +full:- +full:rx0 (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 ---4 $id: http://devicetree.org/schemas/phy/rockchip-mipi-dphy-rx0.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Rockchip SoC MIPI RX0 D-PHY Device Tree Bindings10 - Helen Koike <helen.koike@collabora.com>11 - Ezequiel Garcia <ezequiel@collabora.com>14 The Rockchip SoC has a MIPI D-PHY bus with an RX0 entry which connects to19 const: rockchip,rk3399-mipi-dphy-rx023 - description: MIPI D-PHY ref clock[all …]
1 # SPDX-License-Identifier: GPL-2.0-only13 tristate "Rockchip MIPI Synopsys DPHY RX0 driver"18 Enable this to support the Rockchip MIPI Synopsys DPHY RX019 associated to the Rockchip ISP module present in RK3399 SoCs.22 will be called phy-rockchip-dphy-rx0.51 tristate "Rockchip Innosilicon MIPI/LVDS/TTL PHY driver"56 Enable this to support the Rockchip MIPI/LVDS/TTL PHY with
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Rockchip MIPI Synopsys DPHY RX0 driver11 * chromeos-4.4 branch.14 * Jacob Chen <jacob2.chen@rock-chips.com>15 * Shunqian Zheng <zhengsq@rock-chips.com>26 #include <linux/phy/phy-mipi-dphy.h>65 "dphy-ref",66 "dphy-cfg",99 /* below is for rk3399 only */111 { .offset = _offset, .mask = BIT(_width) - 1, .shift = _shift, }[all …]
1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 ---4 $id: http://devicetree.org/schemas/media/rockchip-isp1.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Helen Koike <helen.koike@collabora.com>18 const: rockchip,rk3399-cif-isp29 power-domains:36 phy-names:37 const: dphy41 - description: ISP clock[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/rk3399-cru.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/interrupt-controller/irq.h>10 #include <dt-bindings/pinctrl/rockchip.h>11 #include <dt-bindings/power/rk3399-power.h>12 #include <dt-bindings/thermal/thermal.h>15 compatible = "rockchip,rk3399";17 interrupt-parent = <&gic>;[all …]
6 Change-Id: I9825adaa8537a316db8a1831e759a74223b9e4287 ---9 drivers/block/nbd.c | 6 -12 drivers/clk/clk.c | 2 +-13 drivers/clk/rockchip/Kconfig | 42 +-15 drivers/clk/rockchip/clk-cpu.c | 92 +-16 drivers/clk/rockchip/clk-ddr.c | 171 +-17 drivers/clk/rockchip/clk-half-divider.c | 35 +-18 drivers/clk/rockchip/clk-pll.c | 779 ++-19 drivers/clk/rockchip/clk-rk3399.c | 589 +-[all …]