mirror of https://gitee.com/openkylin/linux.git
arm64: dts: rockchip: Specify vid supply for the rk3399-orangepi compass (AK09911)
Despite this not being mentioned in the binding documentation, this generates a log at boot about it being missing. Signed-off-by: Alexis Ballier <aballier@gentoo.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
f5639599de
commit
ba12fdd510
|
@ -472,6 +472,7 @@ ak09911@c {
|
|||
compatible = "asahi-kasei,ak09911";
|
||||
reg = <0x0c>;
|
||||
vdd-supply = <&vcc3v3_s3>;
|
||||
vid-supply = <&vcc3v3_s3>;
|
||||
};
|
||||
|
||||
mpu6500@68 {
|
||||
|
|
Loading…
Reference in New Issue