Searched +full:sun6i +full:- +full:a31 +full:- +full:mipi +full:- +full:dphy (Results 1 – 9 of 9) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/phy/allwinner,sun6i-a31-mipi-dphy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A31 MIPI D-PHY Controller Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>14 "#phy-cells":19 - const: allwinner,sun6i-a31-mipi-dphy20 - items:[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/display/allwinner,sun6i-a31-mipi-dsi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A31 MIPI-DSI Controller Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>16 - allwinner,sun6i-a31-mipi-dsi17 - allwinner,sun50i-a64-mipi-dsi29 - description: Bus Clock[all …]
1 // SPDX-License-Identifier: GPL-2.0+4 * Copyright (C) 2017-2018 Bootlin6 * Maxime Ripard <maxime.ripard@free-electrons.com>18 #include <linux/phy/phy-mipi-dphy.h>21 #define SUN6I_DPHY_GCTL_LANE_NUM(n) ((((n) - 1) & 3) << 4)99 struct sun6i_dphy *dphy = phy_get_drvdata(phy); in sun6i_dphy_init() local101 reset_control_deassert(dphy->reset); in sun6i_dphy_init()102 clk_prepare_enable(dphy->mod_clk); in sun6i_dphy_init()103 clk_set_rate_exclusive(dphy->mod_clk, 150000000); in sun6i_dphy_init()110 struct sun6i_dphy *dphy = phy_get_drvdata(phy); in sun6i_dphy_configure() local[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * Copyright (C) 2014-2015 Hans de Goede <hdegoede@redhat.com>10 * Modelled after: Samsung S5P/Exynos SoC series MIPI CSIS/DSIM DPHY driver18 #include <linux/extcon-provider.h>30 #include <linux/phy/phy-sun4i-usb.h>157 container_of((phy), struct sun4i_usb_phy_data, phys[(phy)->index])165 iscr = readl(data->base + REG_ISCR); in sun4i_usb_phy0_update_iscr()168 writel(iscr, data->base + REG_ISCR); in sun4i_usb_phy0_update_iscr()195 u32 temp, usbc_bit = BIT(phy->index * 2); in sun4i_usb_phy_write()196 void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset; in sun4i_usb_phy_write()[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 #include "sun8i-a23-a33.dtsi"46 #include <dt-bindings/thermal/thermal.h>49 cpu0_opp_table: opp-table-cpu {50 compatible = "operating-points-v2";51 opp-shared;53 opp-120000000 {54 opp-hz = /bits/ 64 <120000000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+4 * Copyright (C) 2017-2018 Bootlin11 #include <linux/crc-ccitt.h>14 #include <linux/phy/phy-mipi-dphy.h>293 regmap_update_bits(dsi->regs, SUN6I_DSI_BASIC_CTL0_REG, in sun6i_dsi_inst_abort()299 regmap_update_bits(dsi->regs, SUN6I_DSI_BASIC_CTL0_REG, in sun6i_dsi_inst_commit()308 return regmap_read_poll_timeout(dsi->regs, SUN6I_DSI_BASIC_CTL0_REG, in sun6i_dsi_inst_wait_for_completion()321 regmap_write(dsi->regs, SUN6I_DSI_INST_FUNC_REG(id), in sun6i_dsi_inst_setup()332 u8 lanes_mask = GENMASK(device->lanes - 1, 0); in sun6i_dsi_inst_init()359 regmap_write(dsi->regs, SUN6I_DSI_INST_JUMP_CFG_REG(0), in sun6i_dsi_inst_init()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/sun50i-a64-ccu.h>7 #include <dt-bindings/clock/sun8i-de2.h>8 #include <dt-bindings/clock/sun8i-r-ccu.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/reset/sun50i-a64-ccu.h>11 #include <dt-bindings/reset/sun8i-de2.h>12 #include <dt-bindings/reset/sun8i-r-ccu.h>13 #include <dt-bindings/thermal/thermal.h>16 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2016 Chen-Yu Tsai5 * Chen-Yu Tsai <wens@csie.org>7 * Based on ccu-sun8i-h3.c by Maxime Ripard.10 #include <linux/clk-provider.h>29 #include "ccu-sun6i-a31.h"31 static SUNXI_CCU_NKM_WITH_GATE_LOCK(pll_cpu_clk, "pll-cpu",45 * With sigma-delta modulation for fractional-N on the audio PLL,59 static SUNXI_CCU_NM_WITH_SDM_GATE_LOCK(pll_audio_base_clk, "pll-audio-base",69 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_video0_clk, "pll-video0",[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...