Searched +full:r8a77990 +full:- +full:lvds (Results 1 – 9 of 9) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/display/bridge/renesas,lvds.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas R-Car LVDS Encoder10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>13 These DT bindings describe the LVDS encoder embedded in the Renesas R-Car14 Gen2, R-Car Gen3, RZ/G1 and RZ/G2 SoCs.19 - renesas,r8a7742-lvds # for RZ/G1H compatible LVDS encoders20 - renesas,r8a7743-lvds # for RZ/G1M compatible LVDS encoders[all …]
1 * Renesas R-Car Display Unit (DU)5 - compatible: must be one of the following.6 - "renesas,du-r8a7742" for R8A7742 (RZ/G1H) compatible DU7 - "renesas,du-r8a7743" for R8A7743 (RZ/G1M) compatible DU8 - "renesas,du-r8a7744" for R8A7744 (RZ/G1N) compatible DU9 - "renesas,du-r8a7745" for R8A7745 (RZ/G1E) compatible DU10 - "renesas,du-r8a77470" for R8A77470 (RZ/G1C) compatible DU11 - "renesas,du-r8a774a1" for R8A774A1 (RZ/G2M) compatible DU12 - "renesas,du-r8a774b1" for R8A774B1 (RZ/G2N) compatible DU13 - "renesas,du-r8a774c0" for R8A774C0 (RZ/G2E) compatible DU[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car E3 (R8A77990) SoC5 * Copyright (C) 2018-2019 Renesas Electronics Corp.8 #include <dt-bindings/clock/r8a77990-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a77990-sysc.h>13 compatible = "renesas,r8a77990";14 #address-cells = <2>;15 #size-cells = <2>;34 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.08 /dts-v1/;9 #include "r8a77990.dtsi"10 #include <dt-bindings/gpio/gpio.h>13 model = "Renesas Ebisu board based on r8a77990";14 compatible = "renesas,ebisu", "renesas,r8a77990";26 stdout-path = "serial0:115200n8";29 audio_clkout: audio-clkout {32 * but needed to avoid cs2000/rcar_sound probe dead-lock34 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * rcar_du_drv.c -- R-Car Display Unit DRM driver5 * Copyright (C) 2013-2015 Renesas Electronics Corporation32 /* -----------------------------------------------------------------------------44 * R8A774[34] has one RGB output and one LVDS output87 * R8A77470 has two RGB outputs, one LVDS output, and114 * R8A774A1 has one RGB output, one LVDS output and one HDMI143 * R8A774B1 has one RGB output, one LVDS output and one HDMI170 * R8A774C0 has one RGB output and two LVDS outputs198 * R8A774E1 has one RGB output, one LVDS output and one HDMI[all …]
1 // SPDX-License-Identifier: GPL-2.03 * rcar_lvds.c -- R-Car LVDS Encoder5 * Copyright (C) 2013-2018 Renesas Electronics Corporation47 #define RCAR_LVDS_QUIRK_LANES BIT(0) /* LVDS lanes 1 and 3 inverted */51 #define RCAR_LVDS_QUIRK_DUAL_LINK BIT(4) /* Supports dual-link operation */56 void (*pll_setup)(struct rcar_lvds *lvds, unsigned int freq);86 static void rcar_lvds_write(struct rcar_lvds *lvds, u32 reg, u32 data) in rcar_lvds_write() argument88 iowrite32(data, lvds->mmio + reg); in rcar_lvds_write()91 /* -----------------------------------------------------------------------------97 struct rcar_lvds *lvds = connector_to_rcar_lvds(connector); in rcar_lvds_connector_get_modes() local[all …]
1 // SPDX-License-Identifier: GPL-2.03 * r8a77990 Clock Pulse Generator / Module Standby and Software Reset5 * Copyright (C) 2018-2019 Renesas Electronics Corp.7 * Based on r8a7795-cpg-mssr.c16 #include <linux/soc/renesas/rcar-rst.h>18 #include <dt-bindings/clock/r8a77990-cpg-mssr.h>20 #include "renesas-cpg-mssr.h"21 #include "rcar-gen3-cpg.h"136 DEF_MOD("sys-dmac2", 217, R8A77990_CLK_S3D1),137 DEF_MOD("sys-dmac1", 218, R8A77990_CLK_S3D1),[all …]
1 // SPDX-License-Identifier: GPL-2.07 * Based on r8a77990-cpg-mssr.c16 #include <linux/soc/renesas/rcar-rst.h>18 #include <dt-bindings/clock/r8a774c0-cpg-mssr.h>20 #include "renesas-cpg-mssr.h"21 #include "rcar-gen3-cpg.h"140 DEF_MOD("sys-dmac2", 217, R8A774C0_CLK_S3D1),141 DEF_MOD("sys-dmac1", 218, R8A774C0_CLK_S3D1),142 DEF_MOD("sys-dmac0", 219, R8A774C0_CLK_S3D1),153 DEF_MOD("usb3-if0", 328, R8A774C0_CLK_S3D1),[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...