]> Git Repo - J-u-boot.git/blobdiff - drivers/video/bridge/ps862x.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[J-u-boot.git] / drivers / video / bridge / ps862x.c
index 76115b7bc5616332ac805fcc33b9be67aa49ae6f..d1d22a6e235cd842d946ad61a82f9c7eb183e205 100644 (file)
@@ -10,6 +10,7 @@
 #include <i2c.h>
 #include <log.h>
 #include <video_bridge.h>
+#include <asm/global_data.h>
 #include <linux/delay.h>
 #include <power/regulator.h>
 
@@ -32,7 +33,7 @@ DECLARE_GLOBAL_DATA_PTR;
  * @param addr_off     offset from the i2c base address for ps8622
  * @param reg_addr     register address to write
  * @param value                value to be written
- * @return 0 on success, non-0 on failure
+ * Return: 0 on success, non-0 on failure
  */
 static int ps8622_write(struct udevice *dev, unsigned addr_off,
                        unsigned char reg_addr, unsigned char value)
This page took 0.021406 seconds and 4 git commands to generate.