kernel/arch/arm/boot/dts/imx6dl-mamoj.dts
.. .. @@ -13,6 +13,12 @@ 13 13 model = "BTicino i.MX6DL Mamoj board"; 14 14 compatible = "bticino,imx6dl-mamoj", "fsl,imx6dl"; 15 15 16 + /* Will be filled by the bootloader */17 + memory@10000000 {18 + device_type = "memory";19 + reg = <0x10000000 0>;20 + };21 +16 22 backlight_lcd: backlight-lcd { 17 23 compatible = "pwm-backlight"; 18 24 pwms = <&pwm3 0 25000>; /* 25000ns -> 40kHz */ .. .. @@ -297,6 +303,7 @@ 297 303 }; 298 304 299 305 &pwm3 { 306 + #pwm-cells = <2>;300 307 pinctrl-names = "default"; 301 308 pinctrl-0 = <&pinctrl_pwm3>; 302 309 status = "okay";