mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-08 07:12:09 +00:00
[ rockchip-dev ] spidev register correction
@Miouyouyou
This commit is contained in:
parent
1a67118530
commit
b59df82ed1
1 changed files with 2 additions and 2 deletions
|
@ -28,13 +28,13 @@ index 6f4c0843..f4b4525c 100644
|
||||||
+ max-freq = <50000000>;
|
+ max-freq = <50000000>;
|
||||||
+ spidev@0 {
|
+ spidev@0 {
|
||||||
+ compatible = "rockchip,spi_tinker";
|
+ compatible = "rockchip,spi_tinker";
|
||||||
+ reg = <0x0 0>;
|
+ reg = <0>;
|
||||||
+ spi-max-frequency = <50000000>;
|
+ spi-max-frequency = <50000000>;
|
||||||
+ spi-cpha = <1>;
|
+ spi-cpha = <1>;
|
||||||
+ };
|
+ };
|
||||||
+ spidev@1 {
|
+ spidev@1 {
|
||||||
+ compatible = "rockchip,spi_tinker";
|
+ compatible = "rockchip,spi_tinker";
|
||||||
+ reg = <0x0 1>;
|
+ reg = <1>;
|
||||||
+ spi-max-frequency = <50000000>;
|
+ spi-max-frequency = <50000000>;
|
||||||
+ spi-cpha = <1>;
|
+ spi-cpha = <1>;
|
||||||
+ };
|
+ };
|
||||||
|
|
Loading…
Add table
Reference in a new issue