[PATCH v2 2/3] arm: dts: apple: Add u-boot,dm-pre-reloc properties

Jaehoon Chung jh80.chung at gmail.com
Mon Dec 27 13:20:56 CET 2021



On 12/24/21 6:34 AM, Mark Kettenis wrote:
> These are necessary to make sure the power domains needed for the
> serial console are availble in the pre-relocation phase.
>
> Signed-off-by: Mark Kettenis <kettenis at openbsd.org>

Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>

Best Regards,
Jaehoon Chung
> ---
>  arch/arm/dts/t8103-j274-u-boot.dtsi |  1 +
>  arch/arm/dts/t8103-j293-u-boot.dtsi |  1 +
>  arch/arm/dts/t8103-j313-u-boot.dtsi |  1 +
>  arch/arm/dts/t8103-j456-u-boot.dtsi |  1 +
>  arch/arm/dts/t8103-j457-u-boot.dtsi |  1 +
>  arch/arm/dts/t8103-u-boot.dtsi      | 25 +++++++++++++++++++++++++
>  6 files changed, 30 insertions(+)
>  create mode 100644 arch/arm/dts/t8103-j274-u-boot.dtsi
>  create mode 100644 arch/arm/dts/t8103-j293-u-boot.dtsi
>  create mode 100644 arch/arm/dts/t8103-j313-u-boot.dtsi
>  create mode 100644 arch/arm/dts/t8103-j456-u-boot.dtsi
>  create mode 100644 arch/arm/dts/t8103-j457-u-boot.dtsi
>  create mode 100644 arch/arm/dts/t8103-u-boot.dtsi
>
> diff --git a/arch/arm/dts/t8103-j274-u-boot.dtsi b/arch/arm/dts/t8103-j274-u-boot.dtsi
> new file mode 100644
> index 0000000000..6c8dd5a56f
> --- /dev/null
> +++ b/arch/arm/dts/t8103-j274-u-boot.dtsi
> @@ -0,0 +1 @@
> +#include "t8103-u-boot.dtsi"
> diff --git a/arch/arm/dts/t8103-j293-u-boot.dtsi b/arch/arm/dts/t8103-j293-u-boot.dtsi
> new file mode 100644
> index 0000000000..6c8dd5a56f
> --- /dev/null
> +++ b/arch/arm/dts/t8103-j293-u-boot.dtsi
> @@ -0,0 +1 @@
> +#include "t8103-u-boot.dtsi"
> diff --git a/arch/arm/dts/t8103-j313-u-boot.dtsi b/arch/arm/dts/t8103-j313-u-boot.dtsi
> new file mode 100644
> index 0000000000..6c8dd5a56f
> --- /dev/null
> +++ b/arch/arm/dts/t8103-j313-u-boot.dtsi
> @@ -0,0 +1 @@
> +#include "t8103-u-boot.dtsi"
> diff --git a/arch/arm/dts/t8103-j456-u-boot.dtsi b/arch/arm/dts/t8103-j456-u-boot.dtsi
> new file mode 100644
> index 0000000000..6c8dd5a56f
> --- /dev/null
> +++ b/arch/arm/dts/t8103-j456-u-boot.dtsi
> @@ -0,0 +1 @@
> +#include "t8103-u-boot.dtsi"
> diff --git a/arch/arm/dts/t8103-j457-u-boot.dtsi b/arch/arm/dts/t8103-j457-u-boot.dtsi
> new file mode 100644
> index 0000000000..6c8dd5a56f
> --- /dev/null
> +++ b/arch/arm/dts/t8103-j457-u-boot.dtsi
> @@ -0,0 +1 @@
> +#include "t8103-u-boot.dtsi"
> diff --git a/arch/arm/dts/t8103-u-boot.dtsi b/arch/arm/dts/t8103-u-boot.dtsi
> new file mode 100644
> index 0000000000..43f552979d
> --- /dev/null
> +++ b/arch/arm/dts/t8103-u-boot.dtsi
> @@ -0,0 +1,25 @@
> +// SPDX-License-Identifier: GPL-2.0+ OR MIT
> +
> +&serial0 {
> +	u-boot,dm-pre-reloc;
> +};
> +
> +&pmgr {
> +	u-boot,dm-pre-reloc;
> +};
> +
> +&ps_sio_busif {
> +	u-boot,dm-pre-reloc;
> +};
> +
> +&ps_sio {
> +	u-boot,dm-pre-reloc;
> +};
> +
> +&ps_uart_p {
> +	u-boot,dm-pre-reloc;
> +};
> +
> +&ps_uart0 {
> +	u-boot,dm-pre-reloc;
> +};



More information about the U-Boot mailing list