From 3e042d29a35059a459aabedecd15010292ce5fca Mon Sep 17 00:00:00 2001 From: NekoRouter Date: Mon, 23 Oct 2023 09:34:13 +0800 Subject: [PATCH] Re-disable pwm,qspi0,qspi1 on beagle board Keep light-a and beagle both can work --- arch/riscv/boot/dts/thead/light-beagle.dts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/arch/riscv/boot/dts/thead/light-beagle.dts b/arch/riscv/boot/dts/thead/light-beagle.dts index cf4859e6e..cd8c5e74c 100644 --- a/arch/riscv/boot/dts/thead/light-beagle.dts +++ b/arch/riscv/boot/dts/thead/light-beagle.dts @@ -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" \ No newline at end of file +#include "light-beagle-bone-buses.dtsi"