Searched +full:jg10309 +full:- +full:01 (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/elgin,jg10309-01.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Elgin JG10309-01 SPI-controlled display10 - Fabio Estevam <[email protected]>13 The Elgin JG10309-01 SPI-controlled display is used on the RV1108-Elgin-r117 - $ref: /schemas/spi/spi-peripheral-props.yaml#21 const: elgin,jg10309-0126 spi-max-frequency:[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 /dts-v1/;13 compatible = "elgin,rv1108-r1", "rockchip,rv1108";25 stdout-path = "serial2:1500000n8";28 vcc_sys: regulator-vsys {29 compatible = "regulator-fixed";30 regulator-name = "vsys";31 regulator-min-microvolt = <5000000>;32 regulator-max-microvolt = <5000000>;33 regulator-boot-on;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 * Andrea Paterniani <a.paterniani@swapp-eng.it>54 * - CS_HIGH ... this device will be active when it shouldn't be55 * - 3WIRE ... when active, it won't behave as it should56 * - NO_CS ... there will be no explicit message boundaries; this58 * - READY ... transfers may proceed when they shouldn't.91 /*-------------------------------------------------------------------------*/100 status = message->actual_length; in spidev_sync_unlocked()111 mutex_lock(&spidev->spi_lock); in spidev_sync()112 spi = spidev->spi; in spidev_sync()[all …]