Re-disable pwm,qspi0,qspi1 on beagle board

Keep light-a and beagle both can work
This commit is contained in:
NekoRouter
2023-10-23 09:34:13 +08:00
committed by Han Gao
parent c32ad7b836
commit 3e042d29a3

View File

@@ -16,6 +16,18 @@
};
};
&pwm {
status = "disabled";
};
&qspi0 {
status = "disabled";
};
&qspi1 {
status = "disabled";
};
&vvcam_sensor4 { // beagle board J5 CSI0 connector
sensor_name = "IMX219";
sensor_pdn = <&gpio2_porta 23 0>; //powerdown pin / shutdown pin
@@ -713,4 +725,4 @@ video12: tuningtool
};
};
#include "light-beagle-bone-buses.dtsi"
#include "light-beagle-bone-buses.dtsi"