arm: dts: am335x-*-u-boot: Add chosen tick-timer
Upstream devicetrees do not have a binding for the tick-timer. Add it for all boards built with the am335x_evm_defconfig. Reviewed-by: Kory Maincent <kory.maincent@bootlin.com> Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
This commit is contained in:
committed by
Tom Rini
parent
44d86f9194
commit
0ecacc52f4
@@ -0,0 +1,14 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-bone-common U-Boot Additions
|
||||
*
|
||||
* Common u-boot configuration for all BeagleBone variants
|
||||
*/
|
||||
|
||||
#include "am33xx-u-boot.dtsi"
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
tick-timer = &timer2;
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-bone U-Boot Additions
|
||||
*/
|
||||
|
||||
#include "am335x-bone-common-u-boot.dtsi"
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-boneblack U-Boot Additions
|
||||
*/
|
||||
|
||||
#include "am335x-bone-common-u-boot.dtsi"
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-boneblack-wireless U-Boot Additions
|
||||
*/
|
||||
|
||||
#include "am335x-bone-common-u-boot.dtsi"
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-boneblue U-Boot Additions
|
||||
*/
|
||||
|
||||
#include "am335x-bone-common-u-boot.dtsi"
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-bonegreen-eco U-Boot Additions
|
||||
*/
|
||||
|
||||
#include "am335x-bone-common-u-boot.dtsi"
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-bonegreen U-Boot Additions
|
||||
*/
|
||||
|
||||
#include "am335x-bone-common-u-boot.dtsi"
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-bonegreen-wireless U-Boot Additions
|
||||
*/
|
||||
|
||||
#include "am335x-bone-common-u-boot.dtsi"
|
||||
@@ -5,6 +5,12 @@
|
||||
|
||||
#include "am33xx-u-boot.dtsi"
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
tick-timer = &timer2;
|
||||
};
|
||||
};
|
||||
|
||||
&l4_per {
|
||||
bootph-all;
|
||||
segment@300000 {
|
||||
|
||||
@@ -7,6 +7,12 @@
|
||||
|
||||
#include "am33xx-u-boot.dtsi"
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
tick-timer = &timer2;
|
||||
};
|
||||
};
|
||||
|
||||
&l4_per {
|
||||
|
||||
segment@300000 {
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
#include "am33xx-u-boot.dtsi"
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
tick-timer = &timer2;
|
||||
};
|
||||
|
||||
xtal25mhz: xtal25mhz {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-pocketbeagle U-Boot Additions
|
||||
*/
|
||||
|
||||
#include "am335x-bone-common-u-boot.dtsi"
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* am335x-sancloud-bbe-extended-wifi U-Boot Additions
|
||||
*/
|
||||
|
||||
#include "am335x-sancloud-bbe-u-boot.dtsi"
|
||||
Reference in New Issue
Block a user