ODROID-COMMON: arm64/dts: modify SPI max frequency to avoid transfer timeout

Change-Id: I428af360aae0b7be598b7ad195359ed0f27e527f
This commit is contained in:
Lee Seungcheol
2021-11-23 17:16:55 +09:00
parent 24e57ad8b9
commit 3d47bd58d2
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
status = "okay";
compatible = "ti,ads7846";
spi-max-frequency = <1000000>;
spi-max-frequency = <2000000>;
reg = <1>;
pendown-gpio = <&gpio GPIOX_3 GPIO_ACTIVE_HIGH>;

View File

@@ -18,7 +18,7 @@
status = "okay";
compatible = "ti,ads7846";
spi-max-frequency = <1000000>;
spi-max-frequency = <2000000>;
reg = <1>;
pendown-gpio = <&gpio GPIOX_3 GPIO_ACTIVE_HIGH>;