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

Merge branch 'lorenzo/pci/mediatek'

* lorenzo/pci/mediatek:
dt-bindings: PCI: MediaTek: fix dtc warnings

authored by

Bjorn Helgaas and committed by
Bjorn Helgaas
11ee0905 84d4d6f8

+3 -8
+3 -8
Documentation/devicetree/bindings/pci/mediatek-pcie.txt
··· 78 78 #reset-cells = <1>; 79 79 }; 80 80 81 - pcie: pcie-controller@1a140000 { 81 + pcie: pcie@1a140000 { 82 82 compatible = "mediatek,mt7623-pcie"; 83 83 device_type = "pci"; 84 84 reg = <0 0x1a140000 0 0x1000>, /* PCIe shared registers */ ··· 111 111 0x83000000 0 0x60000000 0 0x60000000 0 0x10000000>; /* memory space */ 112 112 113 113 pcie@0,0 { 114 - device_type = "pci"; 115 114 reg = <0x0000 0 0 0 0>; 116 115 #address-cells = <3>; 117 116 #size-cells = <2>; ··· 122 123 }; 123 124 124 125 pcie@1,0 { 125 - device_type = "pci"; 126 126 reg = <0x0800 0 0 0 0>; 127 127 #address-cells = <3>; 128 128 #size-cells = <2>; ··· 133 135 }; 134 136 135 137 pcie@2,0 { 136 - device_type = "pci"; 137 138 reg = <0x1000 0 0 0 0>; 138 139 #address-cells = <3>; 139 140 #size-cells = <2>; ··· 145 148 }; 146 149 147 150 Examples for MT2712: 151 + 148 152 pcie: pcie@11700000 { 149 153 compatible = "mediatek,mt2712-pcie"; 150 154 device_type = "pci"; ··· 167 169 ranges = <0x82000000 0 0x20000000 0x0 0x20000000 0 0x10000000>; 168 170 169 171 pcie0: pcie@0,0 { 170 - device_type = "pci"; 171 172 reg = <0x0000 0 0 0 0>; 172 173 #address-cells = <3>; 173 174 #size-cells = <2>; ··· 186 189 }; 187 190 188 191 pcie1: pcie@1,0 { 189 - device_type = "pci"; 190 192 reg = <0x0800 0 0 0 0>; 191 193 #address-cells = <3>; 192 194 #size-cells = <2>; ··· 206 210 }; 207 211 208 212 Examples for MT7622: 213 + 209 214 pcie: pcie@1a140000 { 210 215 compatible = "mediatek,mt7622-pcie"; 211 216 device_type = "pci"; ··· 240 243 ranges = <0x82000000 0 0x20000000 0x0 0x20000000 0 0x10000000>; 241 244 242 245 pcie0: pcie@0,0 { 243 - device_type = "pci"; 244 246 reg = <0x0000 0 0 0 0>; 245 247 #address-cells = <3>; 246 248 #size-cells = <2>; ··· 259 263 }; 260 264 261 265 pcie1: pcie@1,0 { 262 - device_type = "pci"; 263 266 reg = <0x0800 0 0 0 0>; 264 267 #address-cells = <3>; 265 268 #size-cells = <2>;