]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge tag 'davinci-for-v4.10/dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Wed, 30 Nov 2016 14:18:48 +0000 (15:18 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 30 Nov 2016 14:18:48 +0000 (15:18 +0100)
Pull "DaVinci DT updates for v4.10 (part 2)" from Sekhar Nori:

Adds device tree nodes enabling DDR controller
and bus master priority settings needed for
stable LCDC operation on DA850.

Also adds support for MUSB device on DA850
providing USB OTG support.

* tag 'davinci-for-v4.10/dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci:
  ARM: dts: da850-lcdk: Enable the usb otg device node
  ARM: dts: da850: Add the usb otg device node
  ARM: dts: da850: add the mstpri and ddrctl nodes

1  2 
arch/arm/boot/dts/da850.dtsi

index 1bb1f6d7c99a55edb9539e53031b330322dc45dc,6205917b4f59f9b875cefd77fa0f623bea4c16a3..ff13e95af29803e492adf37821eb0a5bd4db2c81
@@@ -36,7 -36,6 +36,7 @@@
                        reg = <0x14120 0x50>;
                        #address-cells = <1>;
                        #size-cells = <0>;
 +                      #pinctrl-cells = <2>;
                        pinctrl-single,bit-per-mux;
                        pinctrl-single,register-width = <32>;
                        pinctrl-single,function-mask = <0xf>;
                        };
  
                };
+               prictrl: priority-controller@14110 {
+                       compatible = "ti,da850-mstpri";
+                       reg = <0x14110 0x0c>;
+               };
                cfgchip: chip-controller@1417c {
                        compatible = "ti,da830-cfgchip", "syscon", "simple-mfd";
                        reg = <0x1417c 0x14>;
                        dma-names = "rx", "tx";
                        status = "disabled";
                };
+               usb0: usb@200000 {
+                       compatible = "ti,da830-musb";
+                       reg = <0x200000 0x10000>;
+                       interrupts = <58>;
+                       interrupt-names = "mc";
+                       dr_mode = "otg";
+                       phys = <&usb_phy 0>;
+                       phy-names = "usb-phy";
+                       status = "disabled";
+               };
                mdio: mdio@224000 {
                        compatible = "ti,davinci_mdio";
                        #address-cells = <1>;
                          1 0 0x68000000 0x00008000>;
                status = "disabled";
        };
+       memctrl: memory-controller@b0000000 {
+               compatible = "ti,da850-ddr-controller";
+               reg = <0xb0000000 0xe8>;
+       };
  };