mbox series

[0/3] ARM: dts: lpc32xx: fix lpc32xx-key device node

Message ID 20190126142921.16041-1-vz@mleia.com (mailing list archive)
Headers show
Series ARM: dts: lpc32xx: fix lpc32xx-key device node | expand

Message

Vladimir Zapolskiy Jan. 26, 2019, 2:29 p.m. UTC
The changeset adds missing but required 'clocks' property and fixes
'interrupts' property of a keypad controller on NXP LPC32xx powered boards.

The devicetree binding documentation is updated accordingly.

Vladimir Zapolskiy (3):
  Input: lpc32xx-key - add clocks property and fix DT binding example
  ARM: dts: lpc32xx: add required clocks property to keypad device node
  ARM: dts: lpc32xx: reparent keypad controller to SIC1

 Documentation/devicetree/bindings/input/lpc32xx-key.txt | 5 ++++-
 arch/arm/boot/dts/lpc32xx.dtsi                          | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)