Re-disable pwm,qspi0,qspi1 on beagle board
authorNekoRouter <nekorouter@outlook.com>
Mon, 23 Oct 2023 01:34:13 +0000 (09:34 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 13 Mar 2024 06:58:50 +0000 (15:58 +0900)
Keep light-a and beagle both can work

(cherry picked from commit 3e042d29a35059a459aabedecd15010292ce5fca)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/boot/dts/thead/light-beagle.dts

index cf4859e6eba4a936ef5cddd74e9cb6417a848c63..cd8c5e74c8ceb97a9e494d5696ca38242e24c6c7 100644 (file)
        };
 };
 
+&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"