Searched +full:r8a7740 +full:- +full:lcdc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/display/renesas,shmobile-lcdc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas SH-Mobile LCD Controller (LCDC)10 - Laurent Pinchart <[email protected]>11 - Geert Uytterhoeven <[email protected]>16 - renesas,r8a7740-lcdc # R-Mobile A117 - renesas,sh73a0-lcdc # SH-Mobile AG530 Some of the optional clocks are model-dependent (e.g. "video" (a.k.a.[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Mobile A1 (R8A77400) SoC8 #include <dt-bindings/clock/r8a7740-clock.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/interrupt-controller/irq.h>13 compatible = "renesas,r8a7740";14 interrupt-parent = <&gic>;15 #address-cells = <1>;16 #size-cells = <1>;19 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * shmob_drm_drv.c -- SH Mobile DRM driver36 /* -----------------------------------------------------------------------------49 sdev->lddckr = LDDCKR_ICKSEL_BUS; in shmob_drm_setup_clocks()53 sdev->lddckr = LDDCKR_ICKSEL_MIPI; in shmob_drm_setup_clocks()57 sdev->lddckr = LDDCKR_ICKSEL_HDMI; in shmob_drm_setup_clocks()60 return -EINVAL; in shmob_drm_setup_clocks()63 clk = devm_clk_get(sdev->dev, clkname); in shmob_drm_setup_clocks()65 dev_err(sdev->dev, "cannot get dot clock %s\n", clkname); in shmob_drm_setup_clocks()69 sdev->clock = clk; in shmob_drm_setup_clocks()[all …]