Searched +full:poc +full:- +full:supply (Results 1 – 3 of 3) 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-only21 #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()247 ret = i2c_smbus_read_byte_data(bdi->client, reg); in bq24190_read()[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 …]