u-boot-brain/arch/arm/dts
Stephen Warren 54693cbdca video: tegra: refuse to bind to disabled dcs
This prevents the following boot-time message on any board where only the
first DC is in use, yet the DC's DT node is enabled:

stdio_add_devices: Video device failed (ret=-22)

(This happens on at least Harmony, Ventana, and likely any other Tegra20
board with display enabled other than Seaboard).

The Tegra DC's DT node represents a display controller. It may itself
drive an integrated RGB display output, or be used by some other display
controller such as HDMI. For this reason the DC node itself is not
enabled/disabled in DT; the DC itself is considered a shared resource, not
the final (board-specific) display output. The node should instantiate a
display output driver only if the rgb subnode is enabled. Other output
drivers are free to use the DC if they are enabled and their DT node
references the DC's DT node. Adapt the Tegra display drivers' bind()
routine to only bind to the DC's DT node if the RGB subnode is enabled.

Now that the display driver does the right thing, remove the workaround
for this issue from Seaboard's DT file.

Cc: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-05-17 09:54:43 -06:00
..
include Makefile: Support include files for .dts files 2014-06-20 11:55:03 -06:00
.gitignore dts: generate multiple device tree blobs 2014-02-19 11:10:05 -05:00
a64.dtsi sunxi: Add support for Allwinner A64 SoCs 2016-04-01 09:52:28 +02:00
am33xx-clocks.dtsi am33xx: Update DT files, add am335x_gp_evm_config target 2015-08-12 20:48:06 -04:00
am33xx.dtsi arm: dts: omap: add reg-shift to serial device tree node 2015-12-05 18:22:25 -05:00
am43xx-clocks.dtsi am437x: Add am437x_gp_evm_defconfig using CONFIG_DM 2015-10-22 14:44:00 -04:00
am57xx-beagle-x15.dts ARM: dts: dra7xx: am57xx: fix cd-gpios definition as per hardware design and dt binding docs 2016-04-18 12:29:19 -04:00
am335x-bone-common.dtsi am33xx: Update DT files, add am335x_gp_evm_config target 2015-08-12 20:48:06 -04:00
am335x-bone.dts am33xx: Update DT files, add am335x_gp_evm_config target 2015-08-12 20:48:06 -04:00
am335x-boneblack.dts arm: dts: am335x-boneblack: add tick-timer to chosen node 2016-01-20 19:06:21 -07:00
am335x-evm.dts arm: dts: am335x-evm: add tick-timer to chosen node 2016-01-20 19:06:22 -07:00
am437x-gp-evm.dts ARM: dts: am43xx: fix cd-gpios definition as per hardware design and dt binding docs 2016-04-18 12:29:18 -04:00
am437x-sk-evm.dts ARM: dts: am43xx: fix cd-gpios definition as per hardware design and dt binding docs 2016-04-18 12:29:18 -04:00
am4372.dtsi arm: dts: am4372: add qspi register maps for memory map 2016-01-13 18:47:28 +05:30
armada-38x.dtsi arm: mvebu: Add SPI driver model support 2016-01-14 14:08:59 +01:00
armada-370-xp.dtsi arm: mvebu: Add DM and OF_CONTROL support to SPL 2016-01-14 14:08:59 +01:00
armada-375-db.dts arm: mvebu: Add basic support for Armada 375 eval board db-88f6720 2016-04-04 11:22:10 +02:00
armada-375.dtsi arm: mvebu: Add basic support for Armada 375 eval board db-88f6720 2016-04-04 11:22:10 +02:00
armada-380.dtsi arm: mvebu: Add basic Armada XP / 38x dtsi/dts files 2015-10-21 02:25:01 +02:00
armada-385.dtsi arm: mvebu: Add basic Armada XP / 38x dtsi/dts files 2015-10-21 02:25:01 +02:00
armada-388-clearfog.dts arm: mvebu: Add SolidRun ClearFog Armada 38x initial support 2016-01-14 14:08:59 +01:00
armada-388-gp.dts arm: mvebu: armada-388-gp.dts: Add ethernet aliases 2016-01-14 14:08:59 +01:00
armada-388.dtsi arm: mvebu: Add basic Armada XP / 38x dtsi/dts files 2015-10-21 02:25:01 +02:00
armada-xp-gp.dts arm: mvebu: Add SPI driver model support 2016-01-14 14:08:59 +01:00
armada-xp-maxbcm.dts arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board 2016-01-14 14:08:59 +01:00
armada-xp-mv78230.dtsi arm: mvebu: Add basic Armada XP / 38x dtsi/dts files 2015-10-21 02:25:01 +02:00
armada-xp-mv78260.dtsi arm: mvebu: Add basic Armada XP / 38x dtsi/dts files 2015-10-21 02:25:01 +02:00
armada-xp-mv78460.dtsi arm: mvebu: Add basic Armada XP / 38x dtsi/dts files 2015-10-21 02:25:01 +02:00
armada-xp-synology-ds414.dts mvebu: Support Synology DS414 2016-01-14 14:08:59 +01:00
armada-xp-theadorable.dts arm: mvebu: theadorable: Add StratixV FPGA programming support 2016-03-24 09:48:34 +01:00
armada-xp.dtsi arm: mvebu: Add SPI driver model support 2016-01-14 14:08:59 +01:00
axp22x.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
axp152.dtsi sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
axp209.dtsi axp209: Sync the DTSI with the kernel 2015-10-20 22:48:29 +02:00
cros-ec-keyboard.dtsi dts: Bring in Chrome OS keyboard device tree definition 2014-12-11 13:18:43 -07:00
cros-ec-sbs.dtsi rockchip: Add basic support for jerry 2015-09-02 21:28:24 -06:00
dra7-evm.dts ARM: dts: dra7xx: am57xx: fix cd-gpios definition as per hardware design and dt binding docs 2016-04-18 12:29:19 -04:00
dra7.dtsi arm: dts: dra7: add qspi register maps for memory map and control module 2016-01-13 18:47:27 +05:30
dra7xx-clocks.dtsi dra7xx: Add dra72_evm_defconfig using CONFIG_DM 2015-08-12 20:48:08 -04:00
dra72-evm.dts ARM: dts: dra7xx: am57xx: fix cd-gpios definition as per hardware design and dt binding docs 2016-04-18 12:29:19 -04:00
dra72x.dtsi dra7xx: Add dra72_evm_defconfig using CONFIG_DM 2015-08-12 20:48:08 -04:00
dra74x.dtsi dra7xx: Add dra74_evm_defconfig using CONFIG_DM 2015-10-22 14:22:28 -04:00
dragonboard410c-uboot.dtsi board: Add Qualcomm Dragonboard 410C support 2016-04-01 17:18:27 -04:00
dragonboard410c.dts board: Add Qualcomm Dragonboard 410C support 2016-04-01 17:18:27 -04:00
exynos4.dtsi exynos4: dts: add missing i2c properties 2015-01-29 17:10:00 -07:00
exynos4x12-pinctrl-uboot.dtsi dts:exynos:update pinctrl size-cells and fix child regs 2016-03-17 21:27:39 -06:00
exynos4x12-pinctrl.dtsi exynos4412: dts: fix bad gpio order in pinctrl 2014-10-27 19:21:07 -06:00
exynos4x12.dtsi dm: exynos: dts: Adjust device tree files for U-Boot 2014-10-22 10:35:57 -06:00
exynos5.dtsi exynos: dts: Sync up I2C ports with the kernel 2015-08-05 21:06:10 -06:00
exynos54xx-pinctrl-uboot.dtsi dts:exynos:update pinctrl size-cells and fix child regs 2016-03-17 21:27:39 -06:00
exynos54xx-pinctrl.dtsi dm: exynos: dts: Adjust device tree files for U-Boot 2014-10-22 10:35:57 -06:00
exynos54xx.dtsi Exynos54xx: dts: add ADC node 2015-11-02 10:38:00 +09:00
exynos4210-origen.dts dm: exynos: dts: Use GPIO bank phandles for GPIOs 2015-01-29 17:09:53 -07:00
exynos4210-pinctrl-uboot.dtsi dts:exynos:update pinctrl size-cells and fix child regs 2016-03-17 21:27:39 -06:00
exynos4210-pinctrl.dtsi dm: exynos: dts: Remove unused pinctrl information to save space 2014-10-22 10:34:12 -06:00
exynos4210-smdkv310.dts dm: exynos: dts: Convert /include/ to #include 2014-10-22 10:34:00 -06:00
exynos4210-trats.dts trats: fdt: disable unused DW MMC 2015-10-03 14:39:19 +01:00
exynos4210-universal_c210.dts dm: exynos: dts: Use GPIO bank phandles for GPIOs 2015-01-29 17:09:53 -07:00
exynos4210.dtsi dm: exynos: dts: Adjust device tree files for U-Boot 2014-10-22 10:35:57 -06:00
exynos4412-odroid.dts exynos: dts: Correct LDO and BUCK naming 2015-08-06 07:44:30 -06:00
exynos4412-trats2.dts exynos: dts: Correct LDO and BUCK naming 2015-08-06 07:44:30 -06:00
exynos4412.dtsi dm: exynos: Bring in pinctrl dts files from Linux kernel 2014-10-22 10:34:08 -06:00
exynos5250-arndale.dts exynos: dts: Sync up I2C ports with the kernel 2015-08-05 21:06:10 -06:00
exynos5250-pinctrl-uboot.dtsi dts:exynos:update pinctrl size-cells and fix child regs 2016-03-17 21:27:39 -06:00
exynos5250-pinctrl.dtsi dm: exynos: dts: Remove unused pinctrl information to save space 2014-10-22 10:34:12 -06:00
exynos5250-smdk5250.dts exynos: dts: Add PMIC and regulator definitions 2015-08-05 21:06:10 -06:00
exynos5250-snow.dts exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices 2015-08-31 07:57:28 -06:00
exynos5250-spring.dts exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices 2015-08-31 07:57:28 -06:00
exynos5250.dtsi exynos: dts: Sync up I2C ports with the kernel 2015-08-05 21:06:10 -06:00
exynos5420-peach-pit.dts exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices 2015-08-31 07:57:28 -06:00
exynos5420-smdk5420.dts exynos: dts: Sync up I2C ports with the kernel 2015-08-05 21:06:10 -06:00
exynos5422-odroidxu3.dts Odroid-XU3: dts: enable ADC, with request for pre-reloc bind 2015-11-02 10:38:00 +09:00
exynos5800-peach-pi.dts Peach-Pi: dts: add cpu-model string 2015-11-02 10:37:59 +09:00
fsl-ls1043a-qds-duart.dts armv8/ls1043aqds: Spilt off board device tree 2016-01-27 08:13:12 -08:00
fsl-ls1043a-qds-lpuart.dts armv8/ls1043aqds: Add lpuart support 2016-01-27 08:13:12 -08:00
fsl-ls1043a-qds.dtsi armv8/ls1043aqds: dts: Set SPI mode for DSPI 2016-03-29 08:46:24 -07:00
fsl-ls1043a-rdb.dts armv8/ls1043ardb: add DSPI support 2015-11-30 09:11:11 -08:00
fsl-ls1043a.dtsi armv8/ls1043aqds: add QSPI support in SD boot 2016-01-27 08:28:55 -08:00
fsl-ls2080a-qds.dts armv8: LS2080A: Rename LS2085A to reflect LS2080A 2015-11-30 08:53:04 -08:00
fsl-ls2080a-rdb.dts armv8: LS2080A: Rename LS2085A to reflect LS2080A 2015-11-30 08:53:04 -08:00
fsl-ls2080a.dtsi armv8: LS2080A: Rename LS2085A to reflect LS2080A 2015-11-30 08:53:04 -08:00
hi6220-hikey.dts ARM: hisilicon: hikey: Add hikey & hi6220 dts from v4.6-rc3. 2016-04-25 15:10:31 -04:00
hi6220.dtsi ARM: hisilicon: hikey: dts: Add pl011 additional clock binding. 2016-04-25 15:10:34 -04:00
k2e-clocks.dtsi ARM: dts: k2e: Enable OF_CONTROL and DM 2015-10-22 14:22:11 -04:00
k2e-evm.dts ARM: dts: k2e: Enable OF_CONTROL and DM 2015-10-22 14:22:11 -04:00
k2e-netcp.dtsi ARM: dts: k2e: Enable OF_CONTROL and DM 2015-10-22 14:22:11 -04:00
k2e.dtsi ARM: dts: k2e: Enable OF_CONTROL and DM 2015-10-22 14:22:11 -04:00
k2g-evm.dts ARM: dts: k2g: Add keystone net dts files 2016-02-08 10:10:48 -05:00
k2g-netcp.dtsi ARM: dts: k2g: Add keystone net dts files 2016-02-08 10:10:48 -05:00
k2g.dtsi ARM: dts: k2g: Add support for PMMC 2016-03-14 19:18:37 -04:00
k2hk-clocks.dtsi ARM: dts: k2hk: Enable OF_CONTROL and DM 2015-10-22 14:20:35 -04:00
k2hk-evm.dts ARM: dts: k2hk: Enable OF_CONTROL and DM 2015-10-22 14:20:35 -04:00
k2hk-netcp.dtsi ARM: dts: k2hk: Enable OF_CONTROL and DM 2015-10-22 14:20:35 -04:00
k2hk.dtsi ARM: dts: k2hk: Enable OF_CONTROL and DM 2015-10-22 14:20:35 -04:00
k2l-clocks.dtsi ARM: dts: k2l: Enable OF_CONTROL and DM 2015-10-22 14:21:39 -04:00
k2l-evm.dts ARM: dts: k2l: Enable OF_CONTROL and DM 2015-10-22 14:21:39 -04:00
k2l-netcp.dtsi ARM: dts: k2l: Enable OF_CONTROL and DM 2015-10-22 14:21:39 -04:00
k2l.dtsi ARM: dts: k2l: Enable OF_CONTROL and DM 2015-10-22 14:21:39 -04:00
keystone-clocks.dtsi ARM: dts: Keystone2: Import generic dt files from Linux Kernel 2015-10-22 14:19:50 -04:00
keystone.dtsi ARM: dts: k2hk: Enable OF_CONTROL and DM 2015-10-22 14:20:35 -04:00
ls1021a-qds-duart.dts arm: ls1021aqds: Convert to driver model and enable serial support 2016-02-23 08:08:15 -08:00
ls1021a-qds-lpuart.dts arm: ls1021aqds: Enable driver model lpuart serial driver 2016-02-24 08:40:15 -08:00
ls1021a-qds.dtsi arm: ls1021aqds: Convert to driver model and enable serial support 2016-02-23 08:08:15 -08:00
ls1021a-twr-duart.dts arm: ls1021atwr: Split off board device tree 2016-01-20 19:10:14 -07:00
ls1021a-twr-lpuart.dts arm: ls1021atwr: Enable driver model lpuart serial driver 2016-01-20 19:10:15 -07:00
ls1021a-twr.dtsi arm: ls1021atwr: Split off board device tree 2016-01-20 19:10:14 -07:00
ls1021a.dtsi arm: ls1021atwr: Convert to driver model and enable serial support 2016-01-20 19:10:14 -07:00
Makefile ARM: hisilicon: hikey: Enable OF_CONTROL for hikey board. 2016-04-25 15:10:34 -04:00
omap4-cpu-thermal.dtsi dra7xx: Add dra72_evm_defconfig using CONFIG_DM 2015-08-12 20:48:08 -04:00
omap5-core-thermal.dtsi dra7xx: Add dra72_evm_defconfig using CONFIG_DM 2015-08-12 20:48:08 -04:00
omap5-gpu-thermal.dtsi dra7xx: Add dra72_evm_defconfig using CONFIG_DM 2015-08-12 20:48:08 -04:00
pcm052.dts Fix typo in chosen parameter of pcm052.dts 2016-03-27 09:12:22 -04:00
pine64_common.dtsi sunxi: Add Pine64+ support 2016-04-01 09:52:28 +02:00
pine64_plus.dts sunxi: Add Pine64+ support 2016-04-01 09:52:28 +02:00
pine64.dts sunxi: Add Pine64+ support 2016-04-01 09:52:28 +02:00
rk3036-sdk.dts rockchip: Add basic support for evb-rk3036 board 2015-12-01 08:07:22 -07:00
rk3036.dtsi rockchip: mmc: get the fifo mode and fifo depth property from dts 2015-12-01 08:07:22 -07:00
rk3288-firefly.dts rockchip: Add basic support for firefly-rk3288 2015-09-02 21:28:24 -06:00
rk3288-firefly.dtsi rockchip: Disable sdio mmc slot on rk3288-firefly 2015-09-02 21:28:24 -06:00
rk3288-jerry.dts rockchip: jerry: Enable EDP and HDMI video output 2016-01-21 20:42:37 -07:00
rk3288-rock2-som.dtsi rockchip: rock2: Bring in device tree files from Linux 2016-01-21 20:42:37 -07:00
rk3288-rock2-square.dts rockchip: rock2: dts: Make changes for U-Boot 2016-01-21 20:42:37 -07:00
rk3288-thermal.dtsi rockchip: Bring in RK3288 device tree file includes and bindings 2015-09-02 21:28:23 -06:00
rk3288-veyron-chromebook.dtsi rockchip: jerry: Enable the Chrome OS EC 2016-01-21 20:42:36 -07:00
rk3288-veyron.dtsi rockchip: spl: Support full-speed CPU in SPL 2016-01-21 20:42:37 -07:00
rk3288.dtsi rockchip: dts: Add LVDS support 2016-03-14 22:12:15 +01:00
s5pc1xx-goni.dts dm: exynos: Add pinctrl settings for s5p_goni 2014-10-22 10:36:04 -06:00
s5pc1xx-smdkc100.dts dm: exynos: Add pinctrl settings for smdkc100 2014-10-22 10:36:00 -06:00
s5pc100-pinctrl.dtsi exynos: sandbox: ti: Add SPDX license identifiers and notes 2015-04-22 11:16:26 -06:00
s5pc110-pinctrl.dtsi dts:exynos:update pinctrl size-cells and fix child regs 2016-03-17 21:27:39 -06:00
skeleton64.dtsi dm: arm: Bring in skeleton64 device tree file from Linux 2015-04-18 11:11:17 -06:00
skeleton.dtsi arm: fdt: Add skeleton device tree file from kernel 2012-03-29 08:12:47 +02:00
socfpga_arria5_socdk.dts arm: socfpga: Fix typos in DT files (environmnet -> environment) 2016-04-20 11:28:45 +02:00
socfpga_arria5.dtsi arm: socfpga: dts: Adding drvsel and smplsel to dts 2015-11-30 13:30:19 +01:00
socfpga_cyclone5_de0_nano_soc.dts arm: socfpga: de0_nano: Probe DWC2 UDC from OF instead of hard-coded data 2015-12-20 03:36:50 +01:00
socfpga_cyclone5_mcvevk.dts arm: socfpga: mcvevk: Probe DWC2 UDC from OF instead of hard-coded data 2015-12-20 03:36:51 +01:00
socfpga_cyclone5_socdk.dts arm: socfpga: Fix typos in DT files (environmnet -> environment) 2016-04-20 11:28:45 +02:00
socfpga_cyclone5_sockit.dts arm: socfpga: sockit: Probe DWC2 UDC from OF instead of hard-coded data 2015-12-20 03:36:51 +01:00
socfpga_cyclone5_socrates.dts ARM: socfpga: Disable USB OC protection on SoCrates 2016-05-06 18:41:49 +02:00
socfpga_cyclone5_sr1500.dts arm: socfpga: Fix typos in DT files (environmnet -> environment) 2016-04-20 11:28:45 +02:00
socfpga_cyclone5.dtsi arm: socfpga: dts: Adding drvsel and smplsel to dts 2015-11-30 13:30:19 +01:00
socfpga.dtsi arm: socfpga: dts: Add bank-name property to each GPIO bank 2015-08-23 11:56:20 +02:00
stv0991.dts spi: cadence_qspi: add device tree binding doc 2015-07-03 13:50:53 +05:30
sun4i-a10-a1000.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-ba10-tvbox.dts sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sun4i-a10-chuwi-v7-cw0825.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-cubieboard.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-dserve-dsrv9703c.dts sunxi: Add defconfig and dts for Dserve DSRV9703C tablet 2016-03-23 22:04:13 +01:00
sun4i-a10-gemei-g9.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-hackberry.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun4i-a10-hyundai-a7hd.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun4i-a10-inet1.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-inet9f-rev03.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-inet97fv2.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-inet-3f.dts sunxi: dts: Add minimal dts files for board which lack a dts sofar 2015-05-04 16:51:54 +02:00
sun4i-a10-inet-3w.dts sunxi: dts: Add minimal dts files for board which lack a dts sofar 2015-05-04 16:51:54 +02:00
sun4i-a10-itead-iteaduino-plus.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-jesurun-q5.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-marsboard.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-mini-xplus.dts sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sun4i-a10-mk802.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-mk802ii.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun4i-a10-olinuxino-lime.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-pcduino2.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-pcduino.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10-pov-protab2-ips9.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun4i-a10.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun5i-a10s-auxtek-t003.dts sunxi: Add support for the Auxtek-T003 HDMI stick 2015-08-14 08:37:36 +02:00
sun5i-a10s-auxtek-t004.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun5i-a10s-mk802.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun5i-a10s-olinuxino-micro.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun5i-a10s-r7-tv-dongle.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun5i-a10s-wobo-i5.dts sun5i: Add A10s-Wobo-i5 defconfig and dts 2015-09-10 20:13:01 +02:00
sun5i-a10s.dtsi sun5i: Sync the DTSI with the kernel 2015-10-20 22:48:28 +02:00
sun5i-a13-ampe-a76.dts sunxi: dts: Add minimal dts files for board which lack a dts sofar 2015-05-04 16:51:54 +02:00
sun5i-a13-difrnce-dit4350.dts sunxi: Add defconfig and dts for Difrence DIT4350 tablet 2016-03-23 22:04:13 +01:00
sun5i-a13-empire-electronix-d709.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun5i-a13-hsg-h702.dts sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sun5i-a13-inet-86vs.dts sunxi: dts: Add minimal dts files for board which lack a dts sofar 2015-05-04 16:51:54 +02:00
sun5i-a13-inet-98v-rev2.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun5i-a13-olinuxino-micro.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun5i-a13-olinuxino.dts sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sun5i-a13-q8-tablet.dts sun5i: Add q8_a13_tablet defconfig and dts 2015-09-10 20:11:58 +02:00
sun5i-a13-utoo-p66.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun5i-a13.dtsi sun5i: Sync the DTSI with the kernel 2015-10-20 22:48:28 +02:00
sun5i-q8-common.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun5i-r8-chip.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun5i-r8.dtsi sun5i: Sync the DTSI with the kernel 2015-10-20 22:48:28 +02:00
sun5i.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun6i-a31-app4-evb1.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun6i-a31-colombus.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun6i-a31-hummingbird.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun6i-a31-i7.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun6i-a31-m9.dts sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sun6i-a31-mele-a1000g-quad.dts sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sun6i-a31-mixtile-loftq.dts sunxi: dts: Add minimal dts files for board which lack a dts sofar 2015-05-04 16:51:54 +02:00
sun6i-a31.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun6i-a31s-colorfly-e708-q1.dts sunxi: Add defconfig and dts for colorfly e708 q1 tablet 2016-03-23 22:04:13 +01:00
sun6i-a31s-cs908.dts sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sun6i-a31s-primo81.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun6i-a31s-sina31s-core.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun6i-a31s-sina31s.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun6i-a31s-sinovoip-bpi-m2.dts sunxi: Add defconfig for the Sinovoip BPI-M2 board 2015-10-20 18:40:28 +02:00
sun6i-a31s-yones-toptech-bs1078-v2.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun6i-a31s.dtsi sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun7i-a20-ainol-aw1.dts sunxi: dts: Add minimal dts files for board which lack a dts sofar 2015-05-04 16:51:54 +02:00
sun7i-a20-bananapi.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-bananapro.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun7i-a20-cubieboard2.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-cubietruck.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-hummingbird.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun7i-a20-i12-tvbox.dts sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sun7i-a20-icnova-swac.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-itead-ibox.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-lamobo-r1.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-m3.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun7i-a20-m5.dts sunxi: dts: Add minimal dts files for board which lack a dts sofar 2015-05-04 16:51:54 +02:00
sun7i-a20-mk808c.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-olimex-som-evb.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-olinuxino-lime2.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-olinuxino-lime.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-olinuxino-micro.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-orangepi-mini.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-orangepi.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-pcduino3-nano.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-pcduino3.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-primo73.dts sunxi: dts: Add dts files which have been submitted but not yet merged upstream 2015-05-04 16:51:54 +02:00
sun7i-a20-wexler-tab7200.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-wits-pro-a20-dkt.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun7i-a20-yones-toptech-bd1078.dts sunxi: dts: Add minimal dts files for board which lack a dts sofar 2015-05-04 16:51:54 +02:00
sun7i-a20.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun8i-a23-a33.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun8i-a23-evb.dts sunxi: Sync dts files with the linux kernel 2015-06-04 14:12:03 +02:00
sun8i-a23-gt90h-v4.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun8i-a23-polaroid-mid2809pxe04.dts sunxi: Add defconfig and dts for the Polaroid MID2809PXE4 tablet 2016-03-23 22:04:13 +01:00
sun8i-a23-q8-tablet.dts sunxi: Add generic defconfigs for A23 Q8 tablets with 800x480 LCD 2015-10-03 12:08:04 +02:00
sun8i-a23.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun8i-a33-ga10h-v1.1.dts sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sun8i-a33-q8-tablet.dts sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 800x480 LCD 2015-09-29 11:50:44 +02:00
sun8i-a33-sinlinx-sina33.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun8i-a33.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun8i-a83t-allwinner-h8homlet-v2.dts sunxi: Enable USB nodes for H8Homlet v2 2016-04-01 09:52:25 +02:00
sun8i-a83t-cubietruck-plus.dts sunxi: Enable USB on Cubietruck Plus 2016-04-01 09:52:22 +02:00
sun8i-a83t-sinovoip-bpi-m3.dts sunxi: Enable usb ports on the Sinovoip BPI M3 2016-04-12 08:58:03 +02:00
sun8i-a83t.dtsi sunxi: Add USB and R_PIO nodes to sun8i-a83t.dtsi 2016-04-01 09:52:19 +02:00
sun8i-h3-orangepi-2.dts sunxi: Add defconfig and dts for Orange Pi 2 SBC 2016-03-23 22:04:13 +01:00
sun8i-h3-orangepi-one.dts sunxi: Add defconfig and dts file for Orange Pi One SBC 2016-04-12 08:58:03 +02:00
sun8i-h3-orangepi-pc.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun8i-h3-orangepi-plus.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun8i-h3.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun8i-q8-common.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun9i-a80-cubieboard4.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun9i-a80-optimus.dts sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sun9i-a80.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sunxi-common-regulators.dtsi sunxi: dts: Sync with kernel 2015-08-14 08:37:36 +02:00
sunxi-itead-core-common.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
sunxi-q8-common.dtsi sunxi: Sync dts files with the upstream kernel 2016-03-23 22:04:13 +01:00
tegra20-colibri.dts tegra: video: Move LCD driver to use the DM PWM driver 2016-02-16 09:17:53 -07:00
tegra20-harmony.dts tegra: video: Move LCD driver to use the DM PWM driver 2016-02-16 09:17:53 -07:00
tegra20-medcom-wide.dts tegra: video: Move LCD driver to use the DM PWM driver 2016-02-16 09:17:53 -07:00
tegra20-paz00.dts tegra: video: Move LCD driver to use the DM PWM driver 2016-02-16 09:17:53 -07:00
tegra20-plutux.dts tegra: dts: Sync tegra20.dtsi with Linux v4.4 2016-02-16 09:17:51 -07:00
tegra20-seaboard.dts video: tegra: refuse to bind to disabled dcs 2016-05-17 09:54:43 -06:00
tegra20-tamonten.dtsi tegra: dts: Sync tegra20.dtsi with Linux v4.4 2016-02-16 09:17:51 -07:00
tegra20-tec.dts tegra: video: Move LCD driver to use the DM PWM driver 2016-02-16 09:17:53 -07:00
tegra20-trimslice.dts tegra: dts: Sync tegra20.dtsi with Linux v4.4 2016-02-16 09:17:51 -07:00
tegra20-ventana.dts tegra: video: Move LCD driver to use the DM PWM driver 2016-02-16 09:17:53 -07:00
tegra20-whistler.dts tegra: dts: Sync tegra20.dtsi with Linux v4.4 2016-02-16 09:17:51 -07:00
tegra20.dtsi tegra: video: Convert tegra20 LCD driver to driver model 2016-02-16 09:17:52 -07:00
tegra30-apalis.dts apalis/colibri_t30: fix usb dm regression 2015-08-13 13:06:03 -07:00
tegra30-beaver.dts dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOs 2015-01-29 17:09:52 -07:00
tegra30-cardhu.dts dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOs 2015-01-29 17:09:52 -07:00
tegra30-colibri.dts apalis/colibri_t30: fix usb dm regression 2015-08-13 13:06:03 -07:00
tegra30-tamonten.dtsi dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOs 2015-01-29 17:09:52 -07:00
tegra30-tec-ng.dts dm: i2c: tegra: Convert to driver model 2014-12-11 13:18:44 -07:00
tegra30.dtsi ARM: tegra: Add Tegra30 PCIe device tree node 2014-12-18 13:19:21 -07:00
tegra114-dalmore.dts ARM: tegra: enable USB device mode port on Dalmore 2016-02-18 10:02:19 -07:00
tegra114.dtsi tegra: dts: Add serial port details 2014-09-10 13:00:02 -06:00
tegra124-jetson-tk1.dts tegra: dts: Sync up the tegra124 device tree files with Linux 2016-02-16 09:17:50 -07:00
tegra124-nyan-big.dts tegra: dts: Sync up nyan-big files with Linux 2016-02-16 09:17:50 -07:00
tegra124-nyan.dtsi tegra: dts: Sync up nyan-big files with Linux 2016-02-16 09:17:50 -07:00
tegra124-venice2.dts tegra: dts: Sync up the tegra124 device tree files with Linux 2016-02-16 09:17:50 -07:00
tegra124.dtsi tegra: dts: Sync up the tegra124 device tree files with Linux 2016-02-16 09:17:50 -07:00
tegra210-e2220-1170.dts ARM: tegra: Add e2220-1170 board 2015-08-06 10:50:03 -07:00
tegra210-p2371-0000.dts ARM: tegra: Add p2371-0000 board 2015-08-06 10:50:04 -07:00
tegra210-p2371-2180.dts ARM: tegra: enable PCI support of p2371-2180 2015-11-12 09:21:06 -07:00
tegra210-p2571.dts P2571: dts: Add DT file for Tegra210 P2571 board 2015-07-28 10:30:20 -07:00
tegra210.dtsi ARM: tegra: add PCI to Tegra210 SoC DT 2015-11-12 09:21:05 -07:00
thunderx-88xx.dts armv8: cavium: Add the device tree for ThunderX 2016-01-19 22:25:37 +00:00
thunderx-88xx.dtsi armv8: cavium: Add ThunderX 88xx board definition 2016-01-19 22:25:56 +00:00
tps65217.dtsi am33xx/omap: Enable CONFIG_OF_CONTROL 2014-06-11 16:25:46 -04:00
tps65910.dtsi am33xx: Update DT files, add am335x_gp_evm_config target 2015-08-12 20:48:06 -04:00
uniphier-common32.dtsi ARM: dts: uniphier: rework System Bus nodes 2016-02-29 03:50:15 +09:00
uniphier-ph1-ld4-ref.dts ARM: dts: uniphier: add device tree for Micro Support Card 2016-03-24 01:36:55 +09:00
uniphier-ph1-ld4.dtsi ARM: dts: uniphier: add SD/MMC host controller nodes 2016-02-29 03:50:16 +09:00
uniphier-ph1-ld6b-ref.dts ARM: dts: uniphier: add device tree for Micro Support Card 2016-03-24 01:36:55 +09:00
uniphier-ph1-ld6b.dtsi ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support 2015-08-31 00:29:23 +09:00
uniphier-ph1-ld11-ref.dts ARM: dts: uniphier: move aliases node up to satisfy fdtgrep 2016-04-24 09:53:56 +09:00
uniphier-ph1-ld11.dtsi ARM: dts: uniphier: add clock-frequency to serial nodes of LD11/LD20 2016-04-01 00:59:22 +09:00
uniphier-ph1-ld20-ref.dts ARM: dts: uniphier: move aliases node up to satisfy fdtgrep 2016-04-24 09:53:56 +09:00
uniphier-ph1-ld20.dtsi ARM: dts: uniphier: add SD controller node for PH1-LD20 2016-04-24 09:54:10 +09:00
uniphier-ph1-pro4-ace.dts ARM: dts: uniphier: add SD/MMC host controller nodes 2016-02-29 03:50:16 +09:00
uniphier-ph1-pro4-ref.dts ARM: dts: uniphier: add device tree for Micro Support Card 2016-03-24 01:36:55 +09:00
uniphier-ph1-pro4-sanji.dts ARM: uniphier: add eMMC boot support 2016-02-29 03:50:16 +09:00
uniphier-ph1-pro4.dtsi ARM: dts: uniphier: add SD/MMC host controller nodes 2016-02-29 03:50:16 +09:00
uniphier-ph1-pro5-4kbox.dts ARM: dts: uniphier: add SD/MMC host controller nodes 2016-02-29 03:50:16 +09:00
uniphier-ph1-pro5.dtsi ARM: dts: uniphier: add SD/MMC host controller nodes 2016-02-29 03:50:16 +09:00
uniphier-ph1-sld3-ref.dts ARM: uniphier: enable eMMC on PH1-sLD3 reference board 2016-04-01 00:59:47 +09:00
uniphier-ph1-sld3.dtsi ARM: dts: uniphier: add SD/MMC host controller nodes 2016-02-29 03:50:16 +09:00
uniphier-ph1-sld8-ref.dts ARM: dts: uniphier: add device tree for Micro Support Card 2016-03-24 01:36:55 +09:00
uniphier-ph1-sld8.dtsi ARM: dts: uniphier: add SD/MMC host controller nodes 2016-02-29 03:50:16 +09:00
uniphier-pinctrl.dtsi ARM: dts: uniphier: add NAND pinmux node 2016-04-01 00:59:47 +09:00
uniphier-proxstream2-gentil.dts ARM: uniphier: add eMMC boot support 2016-02-29 03:50:16 +09:00
uniphier-proxstream2-vodka.dts ARM: uniphier: add eMMC boot support 2016-02-29 03:50:16 +09:00
uniphier-proxstream2.dtsi ARM: dts: uniphier: add SD/MMC host controller nodes 2016-02-29 03:50:16 +09:00
uniphier-ref-daughter.dtsi ARM: dts: UniPhier: add device-specific compatible string for EEPROM 2015-07-23 23:41:38 +09:00
uniphier-support-card.dtsi ARM: dts: uniphier: add device tree for Micro Support Card 2016-03-24 01:36:55 +09:00
vf500-colibri.dts arm: vybrid: Update the license string 2016-02-02 21:36:09 +01:00
vf610-colibri.dts arm: vybrid: Update the license string 2016-02-02 21:36:09 +01:00
vf610-twr.dts Fix typo in chosen parameter in vf610-twr.dts 2016-03-27 09:12:22 -04:00
vf-colibri.dtsi arm: colibri-vf: Enable serial support 2016-02-02 21:36:09 +01:00
vf.dtsi arm: vybrid: Update the license string 2016-02-02 21:36:09 +01:00
zynq-7000.dtsi ARM: zynq: Align devcfg node 2016-04-13 18:29:01 +02:00
zynq-microzed.dts ARM: zynq: Extend microzed board support 2016-04-13 18:29:02 +02:00
zynq-picozed.dts arm: zynq: dts: Add U-Boot device tree additions 2015-11-04 14:49:53 +01:00
zynq-zc702.dts ARM: zynq: Align spi and qspi node locations 2016-04-13 18:29:02 +02:00
zynq-zc706.dts ARM: zynq: Align spi and qspi node locations 2016-04-13 18:29:02 +02:00
zynq-zc770-xm010.dts ARM: zynq: Align spi and qspi node locations 2016-04-13 18:29:02 +02:00
zynq-zc770-xm011.dts ARM: zynq: Create empty line below headers 2016-04-13 18:29:02 +02:00
zynq-zc770-xm012.dts ARM: zynq: Fix bootargs in board dtsi 2016-04-13 18:29:01 +02:00
zynq-zc770-xm013.dts ARM: zynq: Add missing qspi for xm013 2016-04-13 18:29:02 +02:00
zynq-zed.dts ARM: zynq: Align spi and qspi node locations 2016-04-13 18:29:02 +02:00
zynq-zybo.dts ARM: zynq: Fix usb phy node for Zybo 2016-04-13 18:29:02 +02:00
zynqmp-clk.dtsi ARM64: zynqmp: Add support for ZCU102 platform 2016-04-13 18:29:05 +02:00
zynqmp-ep108-clk.dtsi ARM64: zynqmp: Add missing nand node for ep108 2016-04-13 18:29:05 +02:00
zynqmp-ep108.dts ARM64: zynqmp: Add missing nand node for ep108 2016-04-13 18:29:05 +02:00
zynqmp-zc1751-xm015-dc1.dts ARM64: zynqmp: Add support for zc1751 with DC cards 2016-04-13 18:29:06 +02:00
zynqmp-zc1751-xm016-dc2.dts ARM64: zynqmp: Add support for zc1751 with DC cards 2016-04-13 18:29:06 +02:00
zynqmp-zc1751-xm019-dc5.dts ARM64: zynqmp: Add support for zc1751 with DC cards 2016-04-13 18:29:06 +02:00
zynqmp-zcu102-revB.dts ARM64: zynqmp: Add support for ZCU102 platform 2016-04-13 18:29:05 +02:00
zynqmp-zcu102.dts ARM64: zynqmp: Add support for ZCU102 platform 2016-04-13 18:29:05 +02:00
zynqmp.dtsi ARM64: zynqmp: Use 64bit size cell format for memory node 2016-04-13 18:29:05 +02:00