forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/imx6dl-mamoj.dts
....@@ -13,6 +13,12 @@
1313 model = "BTicino i.MX6DL Mamoj board";
1414 compatible = "bticino,imx6dl-mamoj", "fsl,imx6dl";
1515
16
+ /* Will be filled by the bootloader */
17
+ memory@10000000 {
18
+ device_type = "memory";
19
+ reg = <0x10000000 0>;
20
+ };
21
+
1622 backlight_lcd: backlight-lcd {
1723 compatible = "pwm-backlight";
1824 pwms = <&pwm3 0 25000>; /* 25000ns -> 40kHz */
....@@ -297,6 +303,7 @@
297303 };
298304
299305 &pwm3 {
306
+ #pwm-cells = <2>;
300307 pinctrl-names = "default";
301308 pinctrl-0 = <&pinctrl_pwm3>;
302309 status = "okay";