RISCV: dts: starfive: Change the pinmux value about mclk_ext_pins 95/307895/1
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 14 Mar 2024 01:13:39 +0000 (10:13 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 14 Mar 2024 05:05:28 +0000 (14:05 +0900)
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>
arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi

index 732d74a..436b885 100644 (file)
 
        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;
                };