Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+5 -6
+1
Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
··· 85 85 <&pd IMX_SC_R_DSP_RAM>; 86 86 mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1"; 87 87 mboxes = <&lsio_mu13 2 0>, <&lsio_mu13 2 1>, <&lsio_mu13 3 0>, <&lsio_mu13 3 1>; 88 + memory-region = <&dsp_reserved>; 88 89 };
+3 -4
Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
··· 43 43 44 44 dvdd-supply: 45 45 description: DVdd voltage supply 46 - items: 47 - - const: dvdd 48 46 49 47 avdd-supply: 50 48 description: AVdd voltage supply 51 - items: 52 - - const: avdd 53 49 54 50 adi,rejection-60-Hz-enable: 55 51 description: | ··· 95 99 examples: 96 100 - | 97 101 spi0 { 102 + #address-cells = <1>; 103 + #size-cells = <0>; 104 + 98 105 adc@0 { 99 106 compatible = "adi,ad7192"; 100 107 reg = <0>;
-1
Documentation/devicetree/bindings/media/rc.yaml
··· 73 73 - rc-genius-tvgo-a11mce 74 74 - rc-gotview7135 75 75 - rc-hauppauge 76 - - rc-hauppauge 77 76 - rc-hisi-poplar 78 77 - rc-hisi-tv-demo 79 78 - rc-imon-mce
+1 -1
Documentation/devicetree/bindings/phy/lantiq,vrx200-pcie-phy.yaml
··· 37 37 - description: exclusive PHY reset line 38 38 - description: shared reset line between the PCIe PHY and PCIe controller 39 39 40 - resets-names: 40 + reset-names: 41 41 items: 42 42 - const: phy 43 43 - const: pcie