diff mbox series

[U-Boot,10/12] dts: am33xx: add u-boot, dm-spl to ocp bus

Message ID 1530884489-28089-11-git-send-email-oe5hpm@oevsv.at
State Accepted
Commit 19aa4ac09db91c07bc0e6c9a5a90fd501a97e1a3
Delegated to: Tom Rini
Headers show
Series Refactor bur board/common code | expand

Commit Message

Hannes Schmelzer July 6, 2018, 1:41 p.m. UTC
This is needed for having access to the devices below this bus, most
important is uart and boot-device (spi, mmc, ...) in SPL stage.

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
---

 arch/arm/dts/am33xx.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini July 20, 2018, 12:37 p.m. UTC | #1
On Fri, Jul 06, 2018 at 03:41:27PM +0200, Hannes Schmelzer wrote:

> This is needed for having access to the devices below this bus, most
> important is uart and boot-device (spi, mmc, ...) in SPL stage.
> 
> Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/am33xx.dtsi b/arch/arm/dts/am33xx.dtsi
index 14caee7..4234537 100644
--- a/arch/arm/dts/am33xx.dtsi
+++ b/arch/arm/dts/am33xx.dtsi
@@ -91,6 +91,7 @@ 
 	 * the whole bus hierarchy.
 	 */
 	ocp {
+		u-boot,dm-spl;
 		compatible = "simple-bus";
 		#address-cells = <1>;
 		#size-cells = <1>;