diff options
Diffstat (limited to 'recipes/u-boot/u-boot-git/power.patch')
-rw-r--r-- | recipes/u-boot/u-boot-git/power.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-git/power.patch b/recipes/u-boot/u-boot-git/power.patch new file mode 100644 index 0000000000..f73d74e5f7 --- /dev/null +++ b/recipes/u-boot/u-boot-git/power.patch @@ -0,0 +1,13 @@ +--- a/board/omap3/beagle/beagle.h 2009-09-06 10:28:33.000000000 -0700 ++++ b/board/omap3/beagle/beagle.h 2009-09-06 10:29:16.000000000 -0700 +@@ -255,8 +255,8 @@ + MUX_VAL(CP(HSUSB0_DATA7), (IEN | PTD | DIS | M0)) /*HSUSB0_DATA7*/\ + MUX_VAL(CP(I2C1_SCL), (IEN | PTU | EN | M0)) /*I2C1_SCL*/\ + MUX_VAL(CP(I2C1_SDA), (IEN | PTU | EN | M0)) /*I2C1_SDA*/\ +- MUX_VAL(CP(I2C2_SCL), (IEN | PTU | EN | M0)) /*I2C2_SCL*/\ +- MUX_VAL(CP(I2C2_SDA), (IEN | PTU | EN | M0)) /*I2C2_SDA*/\ ++ MUX_VAL(CP(I2C2_SCL), (IEN | PTU | EN | M4)) /*GPIO_168*/\ ++ MUX_VAL(CP(I2C2_SDA), (IEN | PTU | EN | M4)) /*GPIO_183*/\ + MUX_VAL(CP(I2C3_SCL), (IEN | PTU | EN | M0)) /*I2C3_SCL*/\ + MUX_VAL(CP(I2C3_SDA), (IEN | PTU | EN | M0)) /*I2C3_SDA*/\ + MUX_VAL(CP(I2C4_SCL), (IEN | PTU | EN | M0)) /*I2C4_SCL*/\ |