diff options
author | Keerthy <j-keerthy@ti.com> | 2020-03-04 10:10:00 +0530 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-03-06 12:53:00 +0530 |
commit | 769c94263fdc03a05cd1399168255dddee42248d (patch) | |
tree | 98aa2f41680b5ef47e0ad592bf461fa3722b0de4 /arch | |
parent | 896cf0e20a33895369258cc13f4d716f97acc59f (diff) | |
download | u-boot-769c94263fdc03a05cd1399168255dddee42248d.tar.gz u-boot-769c94263fdc03a05cd1399168255dddee42248d.tar.xz u-boot-769c94263fdc03a05cd1399168255dddee42248d.zip |
arm: dts: k3-j721e-mcu-wakeup: Add assigned-clocks/rates properties for ospi1/qspi
Add assigned-clocks/rates properties for ospi1/qspi.
This is the expected rate as per ROM configuration.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/k3-j721e-mcu-wakeup.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j721e-mcu-wakeup.dtsi b/arch/arm/dts/k3-j721e-mcu-wakeup.dtsi index a9e97f219b..2eed50aa5a 100644 --- a/arch/arm/dts/k3-j721e-mcu-wakeup.dtsi +++ b/arch/arm/dts/k3-j721e-mcu-wakeup.dtsi @@ -170,6 +170,8 @@ cdns,fifo-width = <4>; cdns,trigger-address = <0x0>; clocks = <&k3_clks 104 0>; + assigned-clocks = <&k3_clks 104 0>; + assigned-clock-rates = <133333333>; power-domains = <&k3_pds 104 TI_SCI_PD_EXCLUSIVE>; #address-cells = <1>; #size-cells = <0>; |