Hi,

* Tero Kristo <[email protected]> [150320 11:46]:
> --- a/arch/arm/boot/dts/omap3.dtsi
> +++ b/arch/arm/boot/dts/omap3.dtsi
> @@ -87,6 +87,60 @@
>               ranges;
>               ti,hwmods = "l3_main";
>  
> +             l4_core: l4@48000000 {
> +                     compatible = "ti,omap3-l4-core", "simple-bus";
> +                     #address-cells = <1>;
> +                     #size-cells = <1>;
> +                     ranges = <0 0x48000000 0x1000000>;
> +
> +                     scm: scm@2000 {
> +                             compatible = "ti,omap3-scm", "simple-bus";
> +                             reg = <0x2000 0x2000>;
> +                             #address-cells = <1>;
> +                             #size-cells = <1>;
> +                             ranges = <0 0x2000 0x2000>;
> +
> +                             omap3_pmx_core: pinmux@30 {
> +                                     compatible = "ti,omap3-padconf",
> +                                                  "pinctrl-single";
> +                                     reg = <0x30 0x230>;
> +                                     #address-cells = <1>;
> +                                     #size-cells = <0>;
> +                                     #interrupt-cells = <1>;
> +                                     interrupt-controller;
> +                                     pinctrl-single,register-width = <16>;
> +                                     pinctrl-single,function-mask = <0xff1f>;
> +                             };

Just noticed we may be now missing few pins as diffing the dmesg before
and after this series produces this on omap3:

-pinctrl-single 48002030.pinmux: 284 pins at pa fa002030 size 568
+pinctrl-single 48002030.pinmux: 280 pins at pa fa002030 size 560

Care to check that?

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to