]> Git Repo - J-u-boot.git/commit
fdt: import bcm283x device tree sources from the linux kernel tree
authorFabian Vogt <[email protected]>
Mon, 26 Sep 2016 12:26:47 +0000 (14:26 +0200)
committerTom Rini <[email protected]>
Tue, 29 Nov 2016 01:09:49 +0000 (20:09 -0500)
commit460255842cc152753436f96cd6ba9d23ae28c43b
tree7bc7c0cd4303f9cd5130d8da69d3b53a02ade167
parent715dad6d7ede576bcd37fa6664226ec8ce58119a
fdt: import bcm283x device tree sources from the linux kernel tree

This patch adds device trees for the bcm283x platform to be used with
OF_CONTROL. The version 4.8-rc7 of the linux kernel was used as source.

Cc: Albert Aribaud <[email protected]>
Signed-off-by: Fabian Vogt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
15 files changed:
arch/arm/dts/Makefile
arch/arm/dts/bcm2835-rpi-a-plus.dts [new file with mode: 0644]
arch/arm/dts/bcm2835-rpi-a.dts [new file with mode: 0644]
arch/arm/dts/bcm2835-rpi-b-plus.dts [new file with mode: 0644]
arch/arm/dts/bcm2835-rpi-b-rev2.dts [new file with mode: 0644]
arch/arm/dts/bcm2835-rpi-b.dts [new file with mode: 0644]
arch/arm/dts/bcm2835-rpi.dtsi [new file with mode: 0644]
arch/arm/dts/bcm2835.dtsi [new file with mode: 0644]
arch/arm/dts/bcm2836-rpi-2-b.dts [new file with mode: 0644]
arch/arm/dts/bcm2836.dtsi [new file with mode: 0644]
arch/arm/dts/bcm2837-rpi-3-b.dts [new file with mode: 0644]
arch/arm/dts/bcm2837.dtsi [new file with mode: 0644]
arch/arm/dts/bcm283x-rpi-smsc9512.dtsi [new file with mode: 0644]
arch/arm/dts/bcm283x-rpi-smsc9514.dtsi [new file with mode: 0644]
arch/arm/dts/bcm283x.dtsi [new file with mode: 0644]
This page took 0.036216 seconds and 4 git commands to generate.