diff options
| author | Tom Rini <[email protected]> | 2026-01-25 11:20:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-25 11:20:53 -0600 |
| commit | 0ffca1dff1e8960b5920dfc3164e0fcd5892b961 (patch) | |
| tree | c0e8685787ba24bffc418aa709e216229bd5e53f | |
| parent | 63597329c0350485729e0d39379d3c7b24e0c5ce (diff) | |
| parent | a6f018b7b503c026cc66d25bd59868bac70150dc (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
- DTS bugfix for r8a779g3 Sparrow Hawk
| -rw-r--r-- | arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi b/arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi index dff0355150d..968cf6684c5 100644 --- a/arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi +++ b/arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi @@ -49,6 +49,24 @@ status = "okay"; }; +&pcie0_clkref { + clock-frequency = <100000000>; + status = "okay"; +}; + +&pciec0 { + clocks = <&cpg CPG_MOD 624>, <&pcie0_clkref>; +}; + +&pcie1_clkref { + clock-frequency = <100000000>; + status = "okay"; +}; + +&pciec1 { + clocks = <&cpg CPG_MOD 625>, <&pcie1_clkref>; +}; + &rpc { flash@0 { /* |
