<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/arch/arm/boot/dts/lpc4357-ea4357-devkit.dts, branch linux-5.1.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2019-01-26T13:39:16Z</updated>
<entry>
<title>ARM: dts: lpc435x: remove address and size cells from gpio-keys-polled nodes</title>
<updated>2019-01-26T13:39:16Z</updated>
<author>
<name>Vladimir Zapolskiy</name>
<email>vz@mleia.com</email>
</author>
<published>2016-11-17T02:06:15Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ee65af7f9f425078147107a92e3dc268cad1d591'/>
<id>urn:sha1:ee65af7f9f425078147107a92e3dc268cad1d591</id>
<content type='text'>
The change removes redundant #address-cells and #size-cells properties from
gpio-keys-polled compatible device nodes found in lpc4357-ea4357-devkit and
lpc4350-hitex-eval board DTS files.

Signed-off-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: lpc18xx: Add generic compatible string for I2C EEPROM</title>
<updated>2017-12-21T15:07:29Z</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>javierm@redhat.com</email>
</author>
<published>2017-11-24T16:27:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=22c75545c41f38e6b4b85943e184e1999e3522f6'/>
<id>urn:sha1:22c75545c41f38e6b4b85943e184e1999e3522f6</id>
<content type='text'>
The at24 driver allows to register I2C EEPROM chips using different vendor
and devices, but the I2C subsystem does not take the vendor into account
when matching using the I2C table since it only has device entries.

But when matching using an OF table, both the vendor and device has to be
taken into account so the driver defines only a set of compatible strings
using the "atmel" vendor as a generic fallback for compatible I2C devices.

So add this generic fallback to the device node compatible string to make
the device to match the driver using the OF device ID table.

Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;
Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>ARM: dts: lpc18xx: remove skeleton.dtsi include and fix unit address warnings</title>
<updated>2016-09-06T19:53:16Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2016-08-29T21:37:24Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0555a6be0691f14b48371d5359bab4ccc73023ef'/>
<id>urn:sha1:0555a6be0691f14b48371d5359bab4ccc73023ef</id>
<content type='text'>
Removale of skeleton.dtsi allows us also to fix the following
warning from the dts compiler:
  Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name

by adding proper unit addresses to the memory nodes.

Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>ARM: dts: lpc4357-ea4357: fix unit name warnings from dtc</title>
<updated>2016-04-04T14:13:31Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2016-03-11T18:05:03Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=eeadc20c6a4e700c80d26e10e9e2c49fd551b2d4'/>
<id>urn:sha1:eeadc20c6a4e700c80d26e10e9e2c49fd551b2d4</id>
<content type='text'>
Fix the following warnings from dtc by either adding or removing
the unit name from the node.

Warning (unit_address_vs_reg): Node /soc/flash-controller@40003000/flash@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /gpio_joystick/button@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /gpio_joystick/button@1 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /gpio_joystick/button@2 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /gpio_joystick/button@3 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /gpio_joystick/button@4 has a unit name, but no reg property

Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: lpc4357-ea4357: add dac</title>
<updated>2016-03-29T19:57:39Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2016-02-29T06:07:15Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=31b8f1af5a055a968999e88cdb16622f7bbf38df'/>
<id>urn:sha1:31b8f1af5a055a968999e88cdb16622f7bbf38df</id>
<content type='text'>
Enable the DAC on the EA4357 dev kit.

Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: lpc4357-ea4357: add adc0</title>
<updated>2016-03-29T19:56:34Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2016-02-28T19:47:20Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5f2d9d18b2400590ffa1253a689fc22c87e58302'/>
<id>urn:sha1:5f2d9d18b2400590ffa1253a689fc22c87e58302</id>
<content type='text'>
Enable adc0 on EA4357 dev kit. This kit has a 22k
potentiometer (R94) connected on ADC0 channel 3.

Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: lpc4357-ea4357: add mma7455 i2c accelerometer</title>
<updated>2015-12-14T22:13:05Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2015-10-24T18:28:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a086dfe5bfd625cab32da405dfde877ab2f577a6'/>
<id>urn:sha1:a086dfe5bfd625cab32da405dfde877ab2f577a6</id>
<content type='text'>
Add Freescale MMA7455 3-axis I2C accelerometer as found on
Embedded Artists' LPC4357 Developer's Kit to the device tree.

This makes it possible to access the accelerometer through
the API provided by IIO.

Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: lpc4357-ea4357: add i2c0 and devices</title>
<updated>2015-09-30T20:49:00Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2015-04-02T03:59:28Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7eef5587688c5e16204740b8ecf48a1c73632e23'/>
<id>urn:sha1:7eef5587688c5e16204740b8ecf48a1c73632e23</id>
<content type='text'>
Add I2C0 and some of the I2C devices on the EA4357 dev kit.

Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: lpc4357-ea4357: add ssp0</title>
<updated>2015-09-30T20:49:00Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2015-05-30T17:31:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=09d039971b993225e1677d3f5935adeec5e75fd2'/>
<id>urn:sha1:09d039971b993225e1677d3f5935adeec5e75fd2</id>
<content type='text'>
The SSP0 can be found on the EA4357 Dev Kit on J15 pin 3-6.

Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: lpc4357-ea4357: add spifi and flash device</title>
<updated>2015-09-30T20:48:59Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2015-06-20T13:25:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f359348b1beaff0cd1f790d74c3c156f0bef98e6'/>
<id>urn:sha1:f359348b1beaff0cd1f790d74c3c156f0bef98e6</id>
<content type='text'>
The EA4357 dev kit has a Spansion S25FL016K SPI-NOR Flash connected
to the SPIFI perherial.

Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
</content>
</entry>
</feed>
