summaryrefslogtreecommitdiffstats
path: root/dts/Bindings
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-06-09 14:34:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-09 14:34:41 +0200
commitf08df1a916cdc0bda1e416946007e17c03db6bbc (patch)
tree1a9a9b06b0a3f822e264256bfc2c6a6cb3e7de2a /dts/Bindings
parent4104b26d8b2d5feb372de613597143605e4bfe38 (diff)
downloadbarebox-f08df1a916cdc0bda1e416946007e17c03db6bbc.tar.gz
barebox-f08df1a916cdc0bda1e416946007e17c03db6bbc.tar.xz
dts: update to v5.13-rc4
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings')
-rw-r--r--dts/Bindings/i2c/i2c-mpc.yaml7
-rw-r--r--dts/Bindings/net/renesas,ether.yaml2
-rw-r--r--dts/Bindings/spi/spi-mux.yaml2
3 files changed, 9 insertions, 2 deletions
diff --git a/dts/Bindings/i2c/i2c-mpc.yaml b/dts/Bindings/i2c/i2c-mpc.yaml
index 7b553d559c..98c6fcf7bf 100644
--- a/dts/Bindings/i2c/i2c-mpc.yaml
+++ b/dts/Bindings/i2c/i2c-mpc.yaml
@@ -46,6 +46,13 @@ properties:
description: |
I2C bus timeout in microseconds
+ fsl,i2c-erratum-a004447:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description: |
+ Indicates the presence of QorIQ erratum A-004447, which
+ says that the standard i2c recovery scheme mechanism does
+ not work and an alternate implementation is needed.
+
required:
- compatible
- reg
diff --git a/dts/Bindings/net/renesas,ether.yaml b/dts/Bindings/net/renesas,ether.yaml
index 8ce5ed8a58..c101a1ec84 100644
--- a/dts/Bindings/net/renesas,ether.yaml
+++ b/dts/Bindings/net/renesas,ether.yaml
@@ -10,7 +10,7 @@ allOf:
- $ref: ethernet-controller.yaml#
maintainers:
- - Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
+ - Sergei Shtylyov <sergei.shtylyov@gmail.com>
properties:
compatible:
diff --git a/dts/Bindings/spi/spi-mux.yaml b/dts/Bindings/spi/spi-mux.yaml
index d09c6355e2..51c7622dc2 100644
--- a/dts/Bindings/spi/spi-mux.yaml
+++ b/dts/Bindings/spi/spi-mux.yaml
@@ -72,7 +72,7 @@ examples:
mux-controls = <&mux>;
- spi-flash@0 {
+ flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <40000000>;