From: NekoRouter Date: Mon, 23 Oct 2023 01:34:13 +0000 (+0800) Subject: Re-disable pwm,qspi0,qspi1 on beagle board X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c047ec12c15fc4231627f151cc26c2a43dcdbf7;p=platform%2Fkernel%2Flinux-thead.git Re-disable pwm,qspi0,qspi1 on beagle board Keep light-a and beagle both can work (cherry picked from commit 3e042d29a35059a459aabedecd15010292ce5fca) Signed-off-by: Jaehoon Chung --- diff --git a/arch/riscv/boot/dts/thead/light-beagle.dts b/arch/riscv/boot/dts/thead/light-beagle.dts index cf4859e6eba4..cd8c5e74c8ce 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"