Skip to content

Commit

Permalink
main/u-boot-pinebook-pro-rk3399: rebase patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Oct 27, 2024
1 parent ad06feb commit ee0d3d6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ index 01a05599cd..58b5cd1ce7 100644
--- a/arch/arm/mach-rockchip/rk3399/rk3399.c
+++ b/arch/arm/mach-rockchip/rk3399/rk3399.c
@@ -20,6 +20,7 @@
#include <asm/arch-rockchip/hardware.h>
#include <linux/bitops.h>
#include <linux/printk.h>
#include <power/regulator.h>
+#include <dt-bindings/pinctrl/rockchip.h>

DECLARE_GLOBAL_DATA_PTR;

#define GRF_EMMCCORE_CON11 0xff77f02c
#define GRF_BASE 0xff770000
@@ -157,6 +158,19 @@ void board_debug_uart_init(void)
GPIO_PULL_NORMAL);
}
Expand Down

0 comments on commit ee0d3d6

Please sign in to comment.