Revert "sync: device-tree changes from main repo"
authorNekoRouter <nekorouter@outlook.com>
Sun, 22 Oct 2023 07:34:09 +0000 (15:34 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 13 Mar 2024 06:58:50 +0000 (15:58 +0900)
Enable pwm, qspi0, qspi1 on all devices

This reverts partial of commit 40ef3b0976effabc6e9698d7ca33a0f8856e575c

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

index c16e77110c35827e611432c3b7fb1db63ca8cf80..85fed55bb6931e99ec7764f4d1d602838c9ed885 100644 (file)
                };
 
                pwm: pwm@ffec01c000 {
-                       status = "disabled";
                        compatible = "thead,pwm-light";
                        reg = <0xff 0xec01c000 0x0 0x4000>;
                        #pwm-cells = <2>;
                };
 
                qspi0: spi@ffea000000 {
-                       status = "disabled";
                        compatible = "snps,dw-apb-ssi-quad";
                        reg = <0xff 0xea000000 0x0 0x1000>;
                        pinctrl-names = "default";
                };
 
                qspi1: spi@fff8000000 {
-                       status = "disabled";
                        compatible = "snps,dw-apb-ssi-quad";
                        reg = <0xff 0xf8000000 0x0 0x1000>;
                        pinctrl-names = "default";