diff mbox series

arm: dts: k3-j721e-mcu-wakeup: Add bootph-all to chipid

Message ID 20240627101003.3608397-1-n-francis@ti.com (mailing list archive)
State New
Headers show
Series arm: dts: k3-j721e-mcu-wakeup: Add bootph-all to chipid | expand

Commit Message

Neha Malcom Francis June 27, 2024, 10:10 a.m. UTC
Add bootph-all property to the chipid node so that it is available at
bootloader stage for obtaining the SoC ID and revision.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
---
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Vignesh Raghavendra June 29, 2024, 6:40 p.m. UTC | #1
On 27/06/24 15:40, Neha Malcom Francis wrote:
> Add bootph-all property to the chipid node so that it is available at
> bootloader stage for obtaining the SoC ID and revision.
> 
> Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
> ---

$subject prefix should match existing convention for the file

arm64: dts: ti: ...


>  arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
> index 9349ae07c046..c2417ef614cf 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
> @@ -57,6 +57,7 @@ wkup_conf: bus@43000000 {
>  		chipid: chipid@14 {
>  			compatible = "ti,am654-chipid";
>  			reg = <0x14 0x4>;
> +			bootph-all;
>  		};
>  	};
>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
index 9349ae07c046..c2417ef614cf 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
@@ -57,6 +57,7 @@  wkup_conf: bus@43000000 {
 		chipid: chipid@14 {
 			compatible = "ti,am654-chipid";
 			reg = <0x14 0x4>;
+			bootph-all;
 		};
 	};