<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/Documentation/devicetree/bindings/arm/rockchip, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/Documentation/devicetree/bindings/arm/rockchip?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/Documentation/devicetree/bindings/arm/rockchip?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2022-09-14T08:50:11Z</updated>
<entry>
<title>dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu</title>
<updated>2022-09-14T08:50:11Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2022-09-09T22:01:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9c2f4521344f3b14fa0be050100ef726edc36cbc'/>
<id>urn:sha1:9c2f4521344f3b14fa0be050100ef726edc36cbc</id>
<content type='text'>
Add rockchip,rk3128-pmu compatible string.

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Link: https://lore.kernel.org/r/faf2b30e-1a1a-0dc1-04ce-f40e5d758718@gmail.com
Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
</content>
</entry>
<entry>
<title>dt-bindings: arm: rockchip: add rk5388 compatible string to pmu.yaml</title>
<updated>2022-09-09T17:06:39Z</updated>
<author>
<name>Sebastian Reichel</name>
<email>sebastian.reichel@collabora.com</email>
</author>
<published>2022-09-06T14:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=aa8414fffd9892a81de76d4bb91c70149a005769'/>
<id>urn:sha1:aa8414fffd9892a81de76d4bb91c70149a005769</id>
<content type='text'>
Add the compatible for the pmu mfd on rk3588.

Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;
Link: https://lore.kernel.org/r/20220906143825.199089-2-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
</content>
</entry>
<entry>
<title>dt-bindings: arm: rockchip: add rk3368 compatible string to pmu.yaml</title>
<updated>2021-10-16T18:44:41Z</updated>
<author>
<name>Heiko Stuebner</name>
<email>heiko@sntech.de</email>
</author>
<published>2021-09-25T09:04:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=fff963f4ec42ae78ae03aae4bab9c709460bdf36'/>
<id>urn:sha1:fff963f4ec42ae78ae03aae4bab9c709460bdf36</id>
<content type='text'>
Add the compatible for the pmu mfd on rk3368.

Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Link: https://lore.kernel.org/r/20210925090405.2601792-1-heiko@sntech.de
</content>
</entry>
<entry>
<title>dt-bindings: arm: rockchip: add rk3568 compatible string to pmu.yaml</title>
<updated>2021-09-15T15:50:12Z</updated>
<author>
<name>Liang Chen</name>
<email>cl@rock-chips.com</email>
</author>
<published>2021-06-24T11:47:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=fa39c61dccfb7466ca386daf3b6c31064b2796f1'/>
<id>urn:sha1:fa39c61dccfb7466ca386daf3b6c31064b2796f1</id>
<content type='text'>
add "rockchip,rk3568-pmu", "syscon", "simple-mfd" for pmu nodes on a
rk3568 platform to pmu.ymal.

Signed-off-by: Liang Chen &lt;cl@rock-chips.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Link: https://lore.kernel.org/r/20210624114719.1685-2-cl@rock-chips.com
Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
</content>
</entry>
<entry>
<title>dt-bindings: arm: rockchip: add more compatible strings to pmu.yaml</title>
<updated>2021-05-11T10:06:50Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2021-04-17T11:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=72ae976363a2169d95eecca07e62ccdf5b1ee4de'/>
<id>urn:sha1:72ae976363a2169d95eecca07e62ccdf5b1ee4de</id>
<content type='text'>
The compatible strings below are already in use in the Rockchip
dtsi files, but were somehow never added to a document, so add

"rockchip,px30-pmu", "syscon", "simple-mfd"
"rockchip,rk3288-pmu", "syscon", "simple-mfd"
"rockchip,rk3399-pmu", "syscon", "simple-mfd"

for pmu nodes to pmu.yaml.

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;
Link: https://lore.kernel.org/r/20210417112952.8516-13-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
</content>
</entry>
<entry>
<title>dt-bindings: arm: rockchip: convert pmu.txt to YAML</title>
<updated>2021-05-10T07:30:23Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2021-04-17T11:29:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=41413a20b08258cc34af06e01236980ac68ae334'/>
<id>urn:sha1:41413a20b08258cc34af06e01236980ac68ae334</id>
<content type='text'>
Current dts files with 'pmu' nodes are manually verified.
In order to automate this process pmu.txt
has to be converted to yaml.

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;
Link: https://lore.kernel.org/r/20210417112952.8516-12-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
</content>
</entry>
<entry>
<title>dt-bindings: Consolidate SRAM bindings from all vendors</title>
<updated>2015-12-09T21:29:37Z</updated>
<author>
<name>Krzysztof Kozlowski</name>
<email>k.kozlowski@samsung.com</email>
</author>
<published>2015-11-19T00:42:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=22697acdd72d6749d603cb861d4f6c1c2b583c1b'/>
<id>urn:sha1:22697acdd72d6749d603cb861d4f6c1c2b583c1b</id>
<content type='text'>
SRAM bindings for various SoCs, using the mmio-sram genalloc
API, are spread over different places - per SoC vendor. Since all of
these are quite similar (they depend on mmio-sram) move them to a common
place.

Suggested-by: Rob Herring &lt;robh+dt@kernel.org&gt;
Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;
Cc: Heiko Stuebner &lt;heiko@sntech.de&gt;
Cc: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Cc: Chen-Yu Tsai &lt;wens@csie.org&gt;
Cc: Kukjin Kim &lt;kgene@kernel.org&gt;
Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Acked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>ARM: rockchip: Add pmu-sram binding</title>
<updated>2014-12-31T15:16:54Z</updated>
<author>
<name>Chris Zhong</name>
<email>zyw@rock-chips.com</email>
</author>
<published>2014-12-01T08:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=6744e2527ce7a3830023cec69bb2f91cf16b53ca'/>
<id>urn:sha1:6744e2527ce7a3830023cec69bb2f91cf16b53ca</id>
<content type='text'>
The pmu-sram is used to store resume code, suspend/resume need get the
address of it. Therefore add a binding and documentation for it.

Signed-off-by: Tony Xie &lt;xxx@rock-chips.com&gt;
Signed-off-by: Chris Zhong &lt;zyw@rock-chips.com&gt;
Reviewed-by: Doug Anderson &lt;dianders@chromium.org&gt;
Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
</content>
</entry>
<entry>
<title>ARM: rockchip: add power-management-unit</title>
<updated>2014-03-01T16:21:53Z</updated>
<author>
<name>Heiko Stuebner</name>
<email>heiko@sntech.de</email>
</author>
<published>2013-06-17T20:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=46b8219c519be424ab96b5b7fabee171c1e6b4c7'/>
<id>urn:sha1:46b8219c519be424ab96b5b7fabee171c1e6b4c7</id>
<content type='text'>
The pmu is needed to bring up the cores during smp operations and later
also other system parts. Therefore add a node and documentation for it.

Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
Tested-by: Ulrich Prinz &lt;ulrich.prinz@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ARM: rockchip: add sram dt nodes and documentation</title>
<updated>2014-03-01T15:10:07Z</updated>
<author>
<name>Heiko Stuebner</name>
<email>heiko@sntech.de</email>
</author>
<published>2013-06-17T20:08:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=de18e01478d3a65112521de04b67e9029b99f55d'/>
<id>urn:sha1:de18e01478d3a65112521de04b67e9029b99f55d</id>
<content type='text'>
Add dt-nodes for the sram on rk3066 and rk3188 including the reserved section
needed for smp bringup.

Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;
Tested-by: Ulrich Prinz &lt;ulrich.prinz@googlemail.com&gt;
</content>
</entry>
</feed>
