<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ramips/dts/rt3883.dtsi, branch v17.01.3</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>ramips: rt3883: fix dtc compiler warning</title>
<updated>2016-08-20T09:42:42+00:00</updated>
<author>
<name>Mathias Kresin</name>
<email>dev@kresin.me</email>
</author>
<published>2016-08-16T05:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=05912a304c1d3f31f350cd708fe4722389ec835a'/>
<id>05912a304c1d3f31f350cd708fe4722389ec835a</id>
<content type='text'>
Fixes the following compiler warning:

Warning (reg_format): "reg" property in /ethernet@10100000/port@0 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
Warning (avoid_default_addr_size): Relying on default #address-cells value for /ethernet@10100000/port@0
Warning (avoid_default_addr_size): Relying on default #size-cells value for /ethernet@10100000/port@0

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the following compiler warning:

Warning (reg_format): "reg" property in /ethernet@10100000/port@0 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
Warning (avoid_default_addr_size): Relying on default #address-cells value for /ethernet@10100000/port@0
Warning (avoid_default_addr_size): Relying on default #size-cells value for /ethernet@10100000/port@0

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: update i2s dtsi files</title>
<updated>2016-06-13T20:51:42+00:00</updated>
<author>
<name>Michael Lee</name>
<email>igvtee@gmail.com</email>
</author>
<published>2016-02-22T12:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=921d782eb7a649128ef8a1974765a79dee8b422e'/>
<id>921d782eb7a649128ef8a1974765a79dee8b422e</id>
<content type='text'>
Signed-off-by: Michael Lee &lt;igvtee@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Lee &lt;igvtee@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: update i2c dtsi files</title>
<updated>2016-06-13T20:51:42+00:00</updated>
<author>
<name>Michael Lee</name>
<email>igvtee@gmail.com</email>
</author>
<published>2016-01-07T14:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=011ce1fad6d7048a3fa9015ce8b8f8c64cb2f022'/>
<id>011ce1fad6d7048a3fa9015ce8b8f8c64cb2f022</id>
<content type='text'>
Signed-off-by: Michael Lee &lt;igvtee@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Lee &lt;igvtee@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add gdma hsdma dts info</title>
<updated>2016-06-13T20:51:42+00:00</updated>
<author>
<name>Michael Lee</name>
<email>igvtee@gmail.com</email>
</author>
<published>2015-12-02T13:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f36d624d88f962b12a7c819d456590d6b0a9ee24'/>
<id>f36d624d88f962b12a7c819d456590d6b0a9ee24</id>
<content type='text'>
Signed-off-by: Michael Lee &lt;igvtee@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Lee &lt;igvtee@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: DTS modifications</title>
<updated>2016-05-12T01:29:36+00:00</updated>
<author>
<name>Stanislav Galabov</name>
<email>sgalabov@gmail.com</email>
</author>
<published>2016-05-10T13:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ffaaa6788a983a5eae0117d138a297df3f131869'/>
<id>ffaaa6788a983a5eae0117d138a297df3f131869</id>
<content type='text'>
This commit makes the following modifications to ramips dts files:
1. Add clkctrl node to all dtsi files (although not used for now)
2. Add clocks and clock-names properties to some nodes (usbphy, pci)
3. Add usbphy node for rt3050 (although not used for now)
4. Add clock-frequency to uart nodes in mt7621.dtsi and mt7628an.dtsi

These modifications, although not fully used at the moment, will make
it easier for FreeBSD to adopt and use LEDE ramips dts files with
minimal changes for easier maintenance.

Signed-off-by: Stanislav Galabov &lt;sgalabov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit makes the following modifications to ramips dts files:
1. Add clkctrl node to all dtsi files (although not used for now)
2. Add clocks and clock-names properties to some nodes (usbphy, pci)
3. Add usbphy node for rt3050 (although not used for now)
4. Add clock-frequency to uart nodes in mt7621.dtsi and mt7628an.dtsi

These modifications, although not fully used at the moment, will make
it easier for FreeBSD to adopt and use LEDE ramips dts files with
minimal changes for easier maintenance.

Signed-off-by: Stanislav Galabov &lt;sgalabov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: DTS rework</title>
<updated>2016-05-12T01:29:35+00:00</updated>
<author>
<name>Stanislav Galabov</name>
<email>stanislav_galabov@smartcom.bg</email>
</author>
<published>2016-05-10T10:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9195d8da355d0d141ac02c9a5269452dc64ffd2d'/>
<id>9195d8da355d0d141ac02c9a5269452dc64ffd2d</id>
<content type='text'>
Add node aliases to dtsi files.
Reword dts files so they're more in-line with upstream.
Fix some more warnings and errors reported by dtc

Signed-off-by: Stanislav Galabov &lt;sgalabov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add node aliases to dtsi files.
Reword dts files so they're more in-line with upstream.
Fix some more warnings and errors reported by dtc

Signed-off-by: Stanislav Galabov &lt;sgalabov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: Add hex prefix (0x) to dtsi reg properties where needed.</title>
<updated>2016-05-10T08:43:17+00:00</updated>
<author>
<name>Stanislav Galabov</name>
<email>stanislav_galabov@smartcom.bg</email>
</author>
<published>2016-05-09T06:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=600c2242138f570e57f23052db7a57d28b65b787'/>
<id>600c2242138f570e57f23052db7a57d28b65b787</id>
<content type='text'>
Signed-off-by: Stanislav Galabov &lt;sgalabov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stanislav Galabov &lt;sgalabov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: introduce serial0 aliases</title>
<updated>2016-05-10T08:43:17+00:00</updated>
<author>
<name>Stanislav Galabov</name>
<email>stanislav_galabov@smartcom.bg</email>
</author>
<published>2016-05-09T04:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b8f73d7f0a1ddc0c0070eef05a017037b1d4b8da'/>
<id>b8f73d7f0a1ddc0c0070eef05a017037b1d4b8da</id>
<content type='text'>
This patch introduces serial0 aliases in the ramips DTS files, which can
then be used to denote the active console instead of relying on bootargs.

Signed-off-by: Stanislav Galabov &lt;sgalabov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch introduces serial0 aliases in the ramips DTS files, which can
then be used to denote the active console instead of relying on bootargs.

Signed-off-by: Stanislav Galabov &lt;sgalabov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: update the usb phy driver to the version sent upstream</title>
<updated>2016-01-04T14:21:17+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-01-04T14:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=eb9fccc4404763192782a65aecd89baa280c276a'/>
<id>eb9fccc4404763192782a65aecd89baa280c276a</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 48114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 48114
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: fix USB compatible strings</title>
<updated>2016-01-04T14:21:11+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-01-04T14:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9b675a2a33f5c6b9c03b96a88005b1589cf88338'/>
<id>9b675a2a33f5c6b9c03b96a88005b1589cf88338</id>
<content type='text'>
switch to the upstream compatible strings for ehci and ohci support.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 48113
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
switch to the upstream compatible strings for ehci and ohci support.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 48113
</pre>
</div>
</content>
</entry>
</feed>
