Merge branch 'dt/linus' into dt/next
This commit is contained in:
commit
a36a383dc3
|
@ -85,4 +85,5 @@ examples:
|
||||||
<&pd IMX_SC_R_DSP_RAM>;
|
<&pd IMX_SC_R_DSP_RAM>;
|
||||||
mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1";
|
mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1";
|
||||||
mboxes = <&lsio_mu13 2 0>, <&lsio_mu13 2 1>, <&lsio_mu13 3 0>, <&lsio_mu13 3 1>;
|
mboxes = <&lsio_mu13 2 0>, <&lsio_mu13 2 1>, <&lsio_mu13 3 0>, <&lsio_mu13 3 1>;
|
||||||
|
memory-region = <&dsp_reserved>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -43,13 +43,9 @@ properties:
|
||||||
|
|
||||||
dvdd-supply:
|
dvdd-supply:
|
||||||
description: DVdd voltage supply
|
description: DVdd voltage supply
|
||||||
items:
|
|
||||||
- const: dvdd
|
|
||||||
|
|
||||||
avdd-supply:
|
avdd-supply:
|
||||||
description: AVdd voltage supply
|
description: AVdd voltage supply
|
||||||
items:
|
|
||||||
- const: avdd
|
|
||||||
|
|
||||||
adi,rejection-60-Hz-enable:
|
adi,rejection-60-Hz-enable:
|
||||||
description: |
|
description: |
|
||||||
|
@ -99,6 +95,9 @@ required:
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
spi0 {
|
spi0 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
adc@0 {
|
adc@0 {
|
||||||
compatible = "adi,ad7192";
|
compatible = "adi,ad7192";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -73,7 +73,6 @@ properties:
|
||||||
- rc-genius-tvgo-a11mce
|
- rc-genius-tvgo-a11mce
|
||||||
- rc-gotview7135
|
- rc-gotview7135
|
||||||
- rc-hauppauge
|
- rc-hauppauge
|
||||||
- rc-hauppauge
|
|
||||||
- rc-hisi-poplar
|
- rc-hisi-poplar
|
||||||
- rc-hisi-tv-demo
|
- rc-hisi-tv-demo
|
||||||
- rc-imon-mce
|
- rc-imon-mce
|
||||||
|
|
|
@ -37,7 +37,7 @@ properties:
|
||||||
- description: exclusive PHY reset line
|
- description: exclusive PHY reset line
|
||||||
- description: shared reset line between the PCIe PHY and PCIe controller
|
- description: shared reset line between the PCIe PHY and PCIe controller
|
||||||
|
|
||||||
resets-names:
|
reset-names:
|
||||||
items:
|
items:
|
||||||
- const: phy
|
- const: phy
|
||||||
- const: pcie
|
- const: pcie
|
||||||
|
|
Loading…
Reference in New Issue