Searched +full:netron +full:- +full:dy (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/display/panel/panel-simple.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Thierry Reding <thierry.reding@gmail.com>11 - Sam Ravnborg <sam@ravnborg.org>15 requires only a single power-supply.23 - $ref: panel-common.yaml#32 # Ampire AM-1280800N3TZQW-T00H 10.1" WQVGA TFT LCD panel33 - ampire,am-1280800n3tzqw-t00h[all …]
2 * Copyright 2015 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 /dts-v1/;46 #include "sun8i-a33.dtsi"47 #include "sunxi-common-regulators.dtsi"49 #include <dt-bindings/gpio/gpio.h>50 #include <dt-bindings/input/input.h>54 compatible = "sinlinx,sina33", "allwinner,sun8i-a33";61 stdout-path = "serial0:115200n8";[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Rob Herring <robh@kernel.org>19 "^(at25|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|gpio|gpmc|hdmi|i2c-gpio),.*": true21 "^(pinctrl-single|#pinctrl-single|PowerPC),.*": true22 "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true23 "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true38 "^active-semi,.*":[all …]
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL44 #include "panel-simple.h"178 return -EINVAL; in panel_simple_parse_cmd_seq()182 return -ENOMEM; in panel_simple_parse_cmd_seq()191 len -= sizeof(*header); in panel_simple_parse_cmd_seq()193 if (header->payload_length > len) in panel_simple_parse_cmd_seq()194 return -EINVAL; in panel_simple_parse_cmd_seq()196 d += header->payload_length; in panel_simple_parse_cmd_seq()197 len -= header->payload_length; in panel_simple_parse_cmd_seq()202 return -EINVAL; in panel_simple_parse_cmd_seq()[all …]