mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
riscv: dts: spacemit: Enable i2c8 adapter for OrangePi RV2
The adapter is used to access the SpacemiT P1 PMIC present in this board. Tested-by: Vincent Legoll <legoll@online.fr> # OrangePi-RV2 Signed-off-by: Han Gao <gaohan@iscas.ac.cn> Reviewed-by: Yixun Lan <dlan@kernel.org> Link: https://lore.kernel.org/r/d66f897b179271f508ac5352e52b1223f3bca5fb.1775575436.git.gaohan@iscas.ac.cn Signed-off-by: Yixun Lan <dlan@kernel.org>
This commit is contained in:
parent
448fedd56c
commit
ece83d4278
|
|
@ -87,6 +87,12 @@ &pdma {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c8 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c8_cfg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart0_2_cfg>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user