Skip to content

Commit a4ad51e

Browse files
committed
Merge tag 'devicetree-fixes-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull DeviceTree fixes from Rob Herring: "Fix several 'dt_binding_check' build failures" * tag 'devicetree-fixes-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: dt-bindings: phy: lantiq: Fix Property Name dt-bindings: iio: ad7192: Fix DTC warning in the example dt-bindings: iio: ad7192: Fix Regulator Properties dt-bindings: media: rc: Fix redundant string dt-bindings: dsp: Fix fsl,dsp example
2 parents b145b0e + f437ade commit a4ad51e

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

Documentation/devicetree/bindings/dsp/fsl,dsp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ examples:
8585
<&pd IMX_SC_R_DSP_RAM>;
8686
mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1";
8787
mboxes = <&lsio_mu13 2 0>, <&lsio_mu13 2 1>, <&lsio_mu13 3 0>, <&lsio_mu13 3 1>;
88+
memory-region = <&dsp_reserved>;
8889
};

Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ properties:
4343

4444
dvdd-supply:
4545
description: DVdd voltage supply
46-
items:
47-
- const: dvdd
4846

4947
avdd-supply:
5048
description: AVdd voltage supply
51-
items:
52-
- const: avdd
5349

5450
adi,rejection-60-Hz-enable:
5551
description: |
@@ -99,6 +95,9 @@ required:
9995
examples:
10096
- |
10197
spi0 {
98+
#address-cells = <1>;
99+
#size-cells = <0>;
100+
102101
adc@0 {
103102
compatible = "adi,ad7192";
104103
reg = <0>;

Documentation/devicetree/bindings/media/rc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ properties:
7373
- rc-genius-tvgo-a11mce
7474
- rc-gotview7135
7575
- rc-hauppauge
76-
- rc-hauppauge
7776
- rc-hisi-poplar
7877
- rc-hisi-tv-demo
7978
- rc-imon-mce

Documentation/devicetree/bindings/phy/lantiq,vrx200-pcie-phy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ properties:
3737
- description: exclusive PHY reset line
3838
- description: shared reset line between the PCIe PHY and PCIe controller
3939

40-
resets-names:
40+
reset-names:
4141
items:
4242
- const: phy
4343
- const: pcie

0 commit comments

Comments
 (0)