diff options
| author | Udit Kumar <[email protected]> | 2024-09-17 13:43:29 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-09-20 18:08:34 -0600 |
| commit | 91a7927aa6679d1a3ea30ed9dfe17002d11bcac4 (patch) | |
| tree | 48c0d98d658625fa3b3c1283f2c40ac25537cd52 | |
| parent | e10b72f4b77922c564f4bbcef054fdb67f039563 (diff) | |
dts: beagleboneai64: Add boothph in chipid node
beagleboneai64 boot was broken after OF_UPSTREAM support for
J721E SOC.
So add bootph in chipid node similar to other boards of
this SOC.
Fixes: 46bb1405b461 ("arm: dts: k3-j721e: Move to OF_UPSTREAM")
Reported-by: Robert Nelson <[email protected]>
Signed-off-by: Udit Kumar <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi index 884f44239e1..27851b7d083 100644 --- a/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi +++ b/arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi @@ -64,6 +64,10 @@ bootph-all; }; +&chipid { + bootph-all; +}; + &mcu_ringacc { reg = <0x0 0x2b800000 0x0 0x400000>, <0x0 0x2b000000 0x0 0x400000>, |
