[PATCH 15/18] arm: dts: k3-j7200: Add dts support
Lokesh Vutla
lokeshvutla at ti.com
Fri Jul 24 12:13:07 CEST 2020
On 23/07/20 3:20 pm, Faiz Abbas wrote:
> Hi Lokesh,
>
> Hi Lokesh,
>
> On 23/07/20 2:17 pm, Lokesh Vutla wrote:
>> Add the basic r5 and a72 basic dts for j7200. Following nodes were
>> supported:
>> - UART
>> - MMC SD
>> - I2C
>> - TISCI communication
>>
>> Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
>> Signed-off-by: Vignesh Raghavendra <vigneshr at ti.com>
>> Signed-off-by: Vishal Mahaveer <vishalm at ti.com>
>> Signed-off-by: Faiz Abbas <faiz_abbas at ti.com>
>> ---
>> arch/arm/dts/Makefile | 4 +-
>> .../k3-j7200-common-proc-board-u-boot.dtsi | 92 +++++
>> arch/arm/dts/k3-j7200-common-proc-board.dts | 94 ++++++
>> arch/arm/dts/k3-j7200-main.dtsi | 313 ++++++++++++++++++
>> arch/arm/dts/k3-j7200-mcu-wakeup.dtsi | 117 +++++++
>> .../arm/dts/k3-j7200-r5-common-proc-board.dts | 191 +++++++++++
>> arch/arm/dts/k3-j7200-som-p0.dtsi | 29 ++
>> arch/arm/dts/k3-j7200.dtsi | 175 ++++++++++
>> 8 files changed, 1014 insertions(+), 1 deletion(-)
>> create mode 100644 arch/arm/dts/k3-j7200-common-proc-board-u-boot.dtsi
>> create mode 100644 arch/arm/dts/k3-j7200-common-proc-board.dts
>> create mode 100644 arch/arm/dts/k3-j7200-main.dtsi
>> create mode 100644 arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
>> create mode 100644 arch/arm/dts/k3-j7200-r5-common-proc-board.dts
>> create mode 100644 arch/arm/dts/k3-j7200-som-p0.dtsi
>> create mode 100644 arch/arm/dts/k3-j7200.dtsi
>>
>> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
>> index cee10f533f..cdca20206f 100644
>> --- a/arch/arm/dts/Makefile
>> +++ b/arch/arm/dts/Makefile
>> @@ -938,7 +938,9 @@ dtb-$(CONFIG_STM32MP15x) += \
>>
> ...
>> +
>> + main_sdhci0: sdhci at 4f8000 {
> /s/4f8000/4f80000
Good catch. Will fix in v2.
>> + compatible = "ti,j7200-sdhci-8bit";
> Replace with compatible = "ti,j7200-sdhci-8bit", ti,j721e-sdhci-8bit";
No point adding just the j7200 compatible. Will use j721e for now and please
update it as in when needed.
Thanks and regards,
Lokesh
More information about the U-Boot
mailing list