Messages in this thread Patch in this message |  | | Subject | Re: [PATCH 0/2] arm64: dts: ti: k3: add platforms chipid module nodes | From | Peter Ujfalusi <> | Date | Mon, 15 Jun 2020 10:47:56 +0300 |
| |
Hi Grygorii,
On 13/06/2020 19.43, Grygorii Strashko wrote: > Hi Tero, > > Hence k3 platforms chipid module driver was merged, there is follow up series > to add corresponding DT chipid nodes. > > [1] https://lkml.org/lkml/2020/5/29/979 > > Grygorii Strashko (2): > arm64: dts: ti: k3-am65-wakeup: add k3 platforms chipid module node > arm64: dts: ti: k3-j721e-mcu-wakeup: add k3 platforms chipid module node
Can you also send a patch to enable the socinfo build?
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 8dd05b2a925c..1d3710e3626a 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -98,6 +98,7 @@ config ARCH_K3 select TI_SCI_PROTOCOL select TI_SCI_INTR_IRQCHIP select TI_SCI_INTA_IRQCHIP + select TI_K3_SOCINFO help This enables support for Texas Instruments' K3 multicore SoC architecture. With this added: Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> > arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 5 +++++ > arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 5 +++++ > 2 files changed, 10 insertions(+) >
- Péter
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
|  |