DTS: Rockchip Next/Dev small bugfix

Addresses were wrong, probably a mistake from the 64-bit DTS change for RK3288.  This takes care of dmesg errors and reaching the I2C devices onboard.

@miouyouyou
This commit is contained in:
Thomas McKahan 2018-11-13 02:10:51 -05:00
parent 5b5bf14a04
commit 08caff89c3
2 changed files with 4 additions and 4 deletions

View File

@ -30,12 +30,12 @@ index 90c1a251..67a3ce6f 100644
+ afc0:af-controller@0 {
+ status = "okay";
+ compatible = "silicon touch,vm149C-v4l2-i2c-subdev";
+ reg = <0x0 0x0c>;
+ reg = <0x0c>;
+ };
+
+ eeprom:m24c08@50 {
+ compatible = "at,24c08";
+ reg = <0x0 0x50>;
+ reg = <0x50>;
+ };
+};
+

View File

@ -30,12 +30,12 @@ index 90c1a251..67a3ce6f 100644
+ afc0:af-controller@0 {
+ status = "okay";
+ compatible = "silicon touch,vm149C-v4l2-i2c-subdev";
+ reg = <0x0 0x0c>;
+ reg = <0x0c>;
+ };
+
+ eeprom:m24c08@50 {
+ compatible = "at,24c08";
+ reg = <0x0 0x50>;
+ reg = <0x50>;
+ };
+};
+