forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/s…
…cm/linux/kernel/git/robh/linux Pull devicetree fixes and cleanups from Rob Herring: - Fix a regression when probing a child device reusing the parent device's DT node pointer - Refactor of_parse_phandle*() variants to static inlines - Drop Enric Balletbo i Serra as a maintainer - Fix DT schemas with arrays incorrectly encoded as a matrix - Drop unneeded pinctrl properties from schemas - Add SPI peripheral schema to SPI based displays - Clean-up several schema examples - Clean-up trivial-devices.yaml comments - Add missing, in use vendor prefixes: Wingtech, Thundercomm, Huawei, F(x)tec, 8devices * tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: dt-bindings: google,cros-ec: drop Enric Balletbo i Serra from maintainers dt-bindings: display: bridge: drop Enric Balletbo i Serra from maintainers of: Check 'of_node_reused' flag on of_match_device() of: property: define of_property_read_u{8,16,32,64}_array() unconditionally of: base: make small of_parse_phandle() variants static inline dt-bindings: mfd: cirrus,madera: Fix 'interrupts' in example dt-bindings: Fix array schemas encoded as matrices dt-bindings: Drop unnecessary pinctrl properties dt-bindings: rtc: st,stm32-rtc: Make each example a separate entry dt-bindings: mmc: arm,pl18x: Make each example a separate entry dt-bindings: display: Add SPI peripheral schema to SPI based displays scripts/dtc: dtx_diff: remove broken example from help text dt-bindings: trivial-devices: fix double spaces in comments dt-bindings: trivial-devices: fix swapped comments dt-bindings: vendor-prefixes: add Wingtech dt-bindings: vendor-prefixes: add Thundercomm dt-bindings: vendor-prefixes: add Huawei dt-bindings: vendor-prefixes: add F(x)tec dt-bindings: vendor-prefixes: add 8devices dt-bindings: power: reset: gpio-restart: Correct default priority
- Loading branch information
Showing
38 changed files
with
362 additions
and
482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
title: Analogix ANX7814 SlimPort (Full-HD Transmitter) | ||
|
||
maintainers: | ||
- Enric Balletbo i Serra <[email protected]> | ||
- Andrzej Hajda <[email protected]> | ||
- Neil Armstrong <[email protected]> | ||
- Robert Foss <[email protected]> | ||
|
||
properties: | ||
compatible: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ title: ChromeOS EC ANX7688 HDMI to DP Converter through Type-C Port | |
|
||
maintainers: | ||
- Nicolas Boichat <[email protected]> | ||
- Enric Balletbo i Serra <[email protected]> | ||
|
||
description: | | ||
ChromeOS EC ANX7688 is a display bridge that converts HDMI 2.0 to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ title: MIPI DSI to eDP Video Format Converter Device Tree Bindings | |
|
||
maintainers: | ||
- Nicolas Boichat <[email protected]> | ||
- Enric Balletbo i Serra <[email protected]> | ||
|
||
description: | | ||
The PS8640 is a low power MIPI-to-eDP video format converter supporting | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,12 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
|
||
title: Asia Better Technology 3.0" (320x480 pixels) 24-bit IPS LCD panel | ||
|
||
description: | | ||
The panel must obey the rules for a SPI slave device as specified in | ||
spi/spi-controller.yaml | ||
maintainers: | ||
- Paul Cercueil <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-common.yaml# | ||
- $ref: /schemas/spi/spi-peripheral-props.yaml# | ||
|
||
properties: | ||
compatible: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,12 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
|
||
title: Innolux EJ030NA 3.0" (320x480 pixels) 24-bit TFT LCD panel | ||
|
||
description: | | ||
The panel must obey the rules for a SPI slave device as specified in | ||
spi/spi-controller.yaml | ||
maintainers: | ||
- Paul Cercueil <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-common.yaml# | ||
- $ref: /schemas/spi/spi-peripheral-props.yaml# | ||
|
||
properties: | ||
compatible: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,12 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
|
||
title: King Display KD035G6-54NT 3.5" (320x240 pixels) 24-bit TFT LCD panel | ||
|
||
description: | | ||
The panel must obey the rules for a SPI slave device as specified in | ||
spi/spi-controller.yaml | ||
maintainers: | ||
- Paul Cercueil <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-common.yaml# | ||
- $ref: /schemas/spi/spi-peripheral-props.yaml# | ||
|
||
properties: | ||
compatible: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,12 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
|
||
title: LG.Philips LB035Q02 Panel | ||
|
||
description: | | ||
The panel must obey the rules for a SPI slave device as specified in | ||
spi/spi-controller.yaml | ||
maintainers: | ||
- Tomi Valkeinen <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-common.yaml# | ||
- $ref: /schemas/spi/spi-peripheral-props.yaml# | ||
|
||
properties: | ||
compatible: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,12 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
|
||
title: Samsung LD9040 AMOLED LCD parallel RGB panel with SPI control bus | ||
|
||
description: | | ||
The panel must obey the rules for a SPI slave device as specified in | ||
spi/spi-controller.yaml | ||
maintainers: | ||
- Andrzej Hajda <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-common.yaml# | ||
- $ref: /schemas/spi/spi-peripheral-props.yaml# | ||
|
||
properties: | ||
compatible: | ||
|
@@ -63,8 +60,6 @@ examples: | |
lcd@0 { | ||
compatible = "samsung,ld9040"; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
reg = <0>; | ||
vdd3-supply = <&ldo7_reg>; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,12 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
|
||
title: Sitronix ST7789V RGB panel with SPI control bus | ||
|
||
description: | | ||
The panel must obey the rules for a SPI slave device as specified in | ||
spi/spi-controller.yaml | ||
maintainers: | ||
- Maxime Ripard <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-common.yaml# | ||
- $ref: /schemas/spi/spi-peripheral-props.yaml# | ||
|
||
properties: | ||
compatible: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,12 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
|
||
title: Sony ACX565AKM SDI Panel | ||
|
||
description: | | ||
The panel must obey the rules for a SPI slave device as specified in | ||
spi/spi-controller.yaml | ||
maintainers: | ||
- Tomi Valkeinen <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-common.yaml# | ||
- $ref: /schemas/spi/spi-peripheral-props.yaml# | ||
|
||
properties: | ||
compatible: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,13 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
|
||
title: Toppoly TD Panels | ||
|
||
description: | | ||
The panel must obey the rules for a SPI slave device as specified in | ||
spi/spi-controller.yaml | ||
maintainers: | ||
- Marek Belisko <[email protected]> | ||
- H. Nikolaus Schaller <[email protected]> | ||
|
||
allOf: | ||
- $ref: panel-common.yaml# | ||
- $ref: /schemas/spi/spi-peripheral-props.yaml# | ||
|
||
properties: | ||
compatible: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ title: ChromeOS EC USB Type-C cable and accessories detection | |
|
||
maintainers: | ||
- Benson Leung <[email protected]> | ||
- Enric Balletbo i Serra <[email protected]> | ||
|
||
description: | | ||
On ChromeOS systems with USB Type C ports, the ChromeOS Embedded Controller is | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ title: I2C bus that tunnels through the ChromeOS EC (cros-ec) | |
maintainers: | ||
- Doug Anderson <[email protected]> | ||
- Benson Leung <[email protected]> | ||
- Enric Balletbo i Serra <[email protected]> | ||
|
||
description: | | ||
On some ChromeOS board designs we've got a connection to the EC | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ title: ChromeOS EC MKBP Proximity Sensor | |
maintainers: | ||
- Stephen Boyd <[email protected]> | ||
- Benson Leung <[email protected]> | ||
- Enric Balletbo i Serra <[email protected]> | ||
|
||
description: | | ||
Google's ChromeOS EC sometimes has the ability to detect user proximity. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ title: ChromeOS EC Keyboard | |
maintainers: | ||
- Simon Glass <[email protected]> | ||
- Benson Leung <[email protected]> | ||
- Enric Balletbo i Serra <[email protected]> | ||
|
||
description: | | ||
Google's ChromeOS EC Keyboard is a simple matrix keyboard | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ title: ChromeOS Embedded Controller | |
|
||
maintainers: | ||
- Benson Leung <[email protected]> | ||
- Enric Balletbo i Serra <[email protected]> | ||
- Guenter Roeck <[email protected]> | ||
|
||
description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.