mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID-COMMON: arm64/dts: modify SPI max frequency to avoid transfer timeout
Change-Id: I428af360aae0b7be598b7ad195359ed0f27e527f
This commit is contained in:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user