forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
....@@ -50,6 +50,7 @@
5050 };
5151
5252 memory@10000000 {
53
+ device_type = "memory";
5354 reg = <0x10000000 0x40000000>;
5455 };
5556
....@@ -307,12 +308,12 @@
307308 };
308309
309310 &ecspi1 {
310
- cs-gpios = <&gpio3 19 0>;
311
+ cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
311312 pinctrl-names = "default";
312313 pinctrl-0 = <&pinctrl_ecspi1>;
313314 status = "okay";
314315
315
- flash: m25p80@0 {
316
+ flash: flash@0 {
316317 compatible = "sst,sst25vf016b", "jedec,spi-nor";
317318 spi-max-frequency = <20000000>;
318319 reg = <0>;
....@@ -686,18 +687,21 @@
686687 };
687688
688689 &pwm1 {
690
+ #pwm-cells = <2>;
689691 pinctrl-names = "default";
690692 pinctrl-0 = <&pinctrl_pwm1>;
691693 status = "okay";
692694 };
693695
694696 &pwm3 {
697
+ #pwm-cells = <2>;
695698 pinctrl-names = "default";
696699 pinctrl-0 = <&pinctrl_pwm3>;
697700 status = "okay";
698701 };
699702
700703 &pwm4 {
704
+ #pwm-cells = <2>;
701705 pinctrl-names = "default";
702706 pinctrl-0 = <&pinctrl_pwm4>;
703707 status = "okay";