Re: [PATCH v2 5/5] ARM: dts: Add LEGO MINDSTORMS EV3 dts

2017-01-11 Thread Sekhar Nori
On Wednesday 11 January 2017 09:55 PM, David Lechner wrote: >>> +&spi0 { >>> +status = "okay"; >>> +pinctrl-names = "default"; >>> +pinctrl-0 = <&spi0_pins>, <&spi0_cs0_pin>, <&spi0_cs3_pin>; >>> + >>> +flash@0 { >>> +compatible = "n25q128a13", "jedec,spi-nor"; >>> +

Re: [PATCH v2 5/5] ARM: dts: Add LEGO MINDSTORMS EV3 dts

2017-01-11 Thread David Lechner
On 01/11/2017 04:42 AM, Sekhar Nori wrote: On Friday 06 January 2017 10:03 AM, David Lechner wrote: + beeper { + compatible = "pwm-beeper"; + pinctrl-names = "default"; + pinctrl-0 = <&ehrpwm0b_pins>, <&_pins>; + pwms = <&ehrpwm0 1 0

Re: [PATCH v2 5/5] ARM: dts: Add LEGO MINDSTORMS EV3 dts

2017-01-11 Thread Sekhar Nori
On Friday 06 January 2017 10:03 AM, David Lechner wrote: > + beeper { > + compatible = "pwm-beeper"; > + pinctrl-names = "default"; > + pinctrl-0 = <&ehrpwm0b_pins>, <&_pins>; > + pwms = <&ehrpwm0 1 0 0>; > + enable-gpios = <&gpio 111

Re: [PATCH v2 5/5] ARM: dts: Add LEGO MINDSTORMS EV3 dts

2017-01-06 Thread kbuild test robot
Hi David, [auto build test ERROR on linus/master] [also build test ERROR on v4.10-rc2 next-20170106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/David-Lechner/Support-for-LEGO-MINDSTORMS-EV3/

[PATCH v2 5/5] ARM: dts: Add LEGO MINDSTORMS EV3 dts

2017-01-05 Thread David Lechner
This adds a device tree definition file for LEGO MINDSTORMS EV3. What is working: * Pin muxing * Pinconf * GPIOs * MicroSD card reader * UART on input ports 1 and 2 * Buttons * LEDs * Poweroff/reset * Flash memory * EEPROM * Speaker * USB host port * USB perepheral port * A/DC chip What is not w