Skip to content

Commit

Permalink
fix PMIC_INT_L gpio conflicting with I2C8_SCL in RockPro64
Browse files Browse the repository at this point in the history
  • Loading branch information
martinayotte committed Dec 5, 2018
1 parent 6e51bd8 commit 9324bde
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patch/kernel/rockchip64-dev/fix-rockpro64-pmic-int-l.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
index 5b546fa..92ba1c0 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
@@ -669,7 +689,7 @@

pmic {
pmic_int_l: pmic-int-l {
- rockchip,pins = <1 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>;
+ rockchip,pins = <3 RK_PB2 RK_FUNC_GPIO &pcfg_pull_up>;
};
};

1 comment on commit 9324bde

@martinayotte
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch will only survive until Ayufan accept same fix in the following PR :
ayufan-rock64/linux-mainline-kernel#10

Please sign in to comment.