Searched +full:gpio +full:- +full:poc (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Jacopo Mondi <jacopo+renesas@jmondi.org>12 - Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>13 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>14 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>18 Serial Links (GMSL) and outputs them on a CSI-2 D-PHY port using up to 4 data28 '#address-cells':31 '#size-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * Copyright (C) 2017-2019 Jacopo Mondi6 * Copyright (C) 2017-2019 Kieran Bingham7 * Copyright (C) 2017-2019 Laurent Pinchart8 * Copyright (C) 2017-2019 Niklas Söderlund16 #include <linux/gpio/consumer.h>17 #include <linux/gpio/driver.h>18 #include <linux/gpio/machine.h>20 #include <linux/i2c-mux.h>27 #include <media/v4l2-async.h>[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the Condor board with R-Car V3H8 #include <dt-bindings/gpio/gpio.h>23 stdout-path = "serial0:115200n8";27 d1_8v: regulator-2 {28 compatible = "regulator-fixed";29 regulator-name = "D1.8V";30 regulator-min-microvolt = <1800000>;31 regulator-max-microvolt = <1800000>;32 regulator-boot-on;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the Eagle board with R-Car V3M5 * Copyright (C) 2016-2017 Renesas Electronics Corp.9 /dts-v1/;11 #include <dt-bindings/gpio/gpio.h>29 stdout-path = "serial0:115200n8";32 d3p3: regulator-fixed {33 compatible = "regulator-fixed";34 regulator-name = "fixed-3.3V";35 regulator-min-microvolt = <3300000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * Copyright (C) 2017-2019 Jacopo Mondi6 * Copyright (C) 2017-2019 Kieran Bingham7 * Copyright (C) 2017-2019 Laurent Pinchart8 * Copyright (C) 2017-2019 Niklas Söderlund16 #include <linux/gpio/consumer.h>17 #include <linux/gpio/driver.h>19 #include <linux/i2c-mux.h>26 #include <media/v4l2-async.h>27 #include <media/v4l2-ctrls.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-only19 #include <linux/gpio.h>21 #include <linux/extcon-provider.h>34 #define BQ24190_REG_POC 0x01 /* Power-On Configuration */59 #define BQ24190_REG_PCTCC 0x03 /* Pre-charge/Termination Current Cntl */183 * The tables below provide a 2-way mapping for the value that goes in184 * the register field and the real-world value that it represents.186 * number at that index in the array is the real-world value that it226 * 'val'. The index range returned is 0 to 'tbl_size' - 1. Assumes that238 return i - 1; in bq24190_find_idx()[all …]
1 diff -Naur a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile2 --- a/arch/arm/boot/Makefile 2022-05-27 17:20:13.781877650 +08003 +++ b/arch/arm/boot/Makefile 2022-05-31 11:56:47.693259679 +08004 @@ -16,6 +16,7 @@12 @@ -24,10 +25,12 @@13 ZRELADDR := $(zreladdr-y)14 PARAMS_PHYS := $(params_phys-y)15 INITRD_PHYS := $(initrd_phys-y)16 +DTB_OBJS ?= $(dtb-y)21 -targets := Image zImage xipImage bootpImage uImage[all …]