diff options
| author | Dmitry Rokosov <ddrokosov@salutedevices.com> | 2024-03-27 17:09:35 +0300 |
|---|---|---|
| committer | Dmitry Rokosov <rockosov@rulkc.org> | 2026-08-13 14:41:32 +0300 |
| commit | b595cdc0f80ee1e21dd3d61cbc1f6408b3d81506 (patch) | |
| tree | 6434e8ce78f10282137c28f6e465925e8b568f03 | |
| parent | aa30b0886d3f54469c041e83fc03c722051cc9fd (diff) | |
| download | linux-b595cdc0f80ee1e21dd3d61cbc1f6408b3d81506.tar.gz linux-b595cdc0f80ee1e21dd3d61cbc1f6408b3d81506.zip | |
arm64: dts: amlogic: a1: add new syspll_in input for clkc_pll controller
Input clock 'syspll_in' is needed for the 'sys_pll' clock and is
inherited from the Peripherals Clock Controller.
Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
| -rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi index 2f88708aa1bb..0ae8c940b47e 100644 --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi @@ -908,8 +908,10 @@ reg = <0 0x7c80 0 0x18c>; #clock-cells = <1>; clocks = <&clkc_periphs CLKID_FIXPLL_IN>, - <&clkc_periphs CLKID_HIFIPLL_IN>; - clock-names = "fixpll_in", "hifipll_in"; + <&clkc_periphs CLKID_HIFIPLL_IN>, + <&clkc_periphs CLKID_SYSPLL_IN>; + clock-names = "fixpll_in", "hifipll_in", + "syspll_in"; }; sd_emmc: mmc@10000 { |
