diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2024-03-14 10:13:39 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2024-03-14 14:05:28 +0900 |
commit | 05cfa30b86e3bdfbecb332a56bb06b60537f8142 (patch) | |
tree | 8f066655a7234ed8d9af1b35b5d480a7dd2bc04d | |
parent | 46cea3ea9d804a8644b544e9e5f0326bd4a706da (diff) | |
download | linux-starfive-05cfa30b86e3bdfbecb332a56bb06b60537f8142.tar.gz linux-starfive-05cfa30b86e3bdfbecb332a56bb06b60537f8142.tar.bz2 linux-starfive-05cfa30b86e3bdfbecb332a56bb06b60537f8142.zip |
RISCV: dts: starfive: Change the pinmux value about mclk_ext_pins
mclk_ext_pins is using by i2stx0.
Vendor kernel is set to GPOUT_HIGH / GOPEN_ENABLE.
Change-Id: I65e1ffb79ec3b6c7b875074348b92e7cb399251a
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi index 732d74a15ebe..436b88518579 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi @@ -648,8 +648,8 @@ mclk_ext_pins: mclk-ext-0 { mclk-ext-pins { - pinmux = <GPIOMUX(4, GPOUT_LOW, - GPOEN_DISABLE, + pinmux = <GPIOMUX(4, GPOUT_HIGH, + GPOEN_ENABLE, GPI_SYS_MCLK_EXT)>; input-enable; }; |