[ Le Potato ] add i2c-ao to dt
This commit is contained in:
parent
afb6216278
commit
05d4708e61
17
patch/kernel/meson64-default/board-potato-add-i2c-ao.patch
Normal file
17
patch/kernel/meson64-default/board-potato-add-i2c-ao.patch
Normal file
@ -0,0 +1,17 @@
|
||||
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
|
||||
index c5c7f765b..3261cb10a 100644
|
||||
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
|
||||
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
|
||||
@@ -200,6 +200,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
+&i2c_AO {
|
||||
+ status = "okay";
|
||||
+ pinctrl-0 = <&i2c_ao_pins>;
|
||||
+ pinctrl-names = "default";
|
||||
+};
|
||||
+
|
||||
&pinctrl_aobus {
|
||||
gpio-line-names = "UART TX",
|
||||
"UART RX",
|
||||
Loading…
Reference in New Issue
Block a user