Messages in this thread Patch in this message |  | | From | Grygorii Strashko <> | Subject | [PATCH 1/2] arm64: dts: ti: k3-am65-wakeup: add k3 platforms chipid module node | Date | Sat, 13 Jun 2020 19:43:45 +0300 |
| |
Add DT node for the Texas Instruments K3 Multicore AM65x SoC platforms chipid module.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> --- arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi index 54a133fa1bf2..f7b9bc562e00 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi @@ -34,6 +34,11 @@ }; }; + chipid@43000014 { + compatible = "ti,am654-chipid"; + reg = <0x43000014 0x4>; + }; + wkup_pmx0: pinmux@4301c000 { compatible = "pinctrl-single"; reg = <0x4301c000 0x118>; -- 2.17.1
|  |