[ rockchip-dev ] spidev register correction

@Miouyouyou
This commit is contained in:
Thomas McKahan 2018-11-27 00:29:55 -05:00
parent 1a67118530
commit b59df82ed1

View file

@ -28,13 +28,13 @@ index 6f4c0843..f4b4525c 100644
+ max-freq = <50000000>;
+ spidev@0 {
+ compatible = "rockchip,spi_tinker";
+ reg = <0x0 0>;
+ reg = <0>;
+ spi-max-frequency = <50000000>;
+ spi-cpha = <1>;
+ };
+ spidev@1 {
+ compatible = "rockchip,spi_tinker";
+ reg = <0x0 1>;
+ reg = <1>;
+ spi-max-frequency = <50000000>;
+ spi-cpha = <1>;
+ };