Searched +full:rk3399 +full:- +full:mipi +full:- +full:dphy +full:- +full:rx0 (Results  1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/phy/ | 
| H A D | rockchip-mipi-dphy-rx0.yaml | 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
 10   - 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 to
 19     const: rockchip,rk3399-mipi-dphy-rx0
 23       - description: MIPI D-PHY ref clock
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/soc/rockchip/ | 
| H A D | grf.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Heiko Stuebner <heiko@sntech.de>
 15       - items:
 16           - enum:
 17               - rockchip,rk3288-sgrf
 18               - rockchip,rk3528-ioc-grf
 19               - rockchip,rk3528-pipe-phy-grf
 20               - rockchip,rk3528-vo-grf
 [all …]
 
 | 
| /linux/drivers/phy/rockchip/ | 
| H A D | Kconfig | 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 RX0
 19 	  associated to the Rockchip ISP module present in RK3399 SoCs.
 22 	  will be called phy-rockchip-dphy-rx0.
 52 	tristate "Rockchip Innosilicon MIPI CSI PHY driver"
 57 	  Enable this to support the Rockchip MIPI CSI PHY with
 61 	tristate "Rockchip Innosilicon MIPI/LVDS/TTL PHY driver"
 66 	  Enable this to support the Rockchip MIPI/LVDS/TTL PHY with
 87 	tristate "Rockchip Samsung MIPI DCPHY driver"
 [all …]
 
 | 
| H A D | phy-rockchip-dphy-rx0.c | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3  * Rockchip MIPI Synopsys DPHY RX0 driver
 11  * chromeos-4.4 branch.
 14  *   Jacob Chen <jacob2.chen@rock-chips.com>
 15  *   Shunqian Zheng <zhengsq@rock-chips.com>
 25 #include <linux/phy/phy-mipi-dphy.h>
 64 	"dphy-ref",
 65 	"dphy-cfg",
 98 	/* below is for rk3399 only */
 110 	{ .offset = _offset, .mask = BIT(_width) - 1, .shift = _shift, }
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/rockchip/ | 
| H A D | rk3399-base.dtsi | 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 …]
 
 |