Re: [PATCH] arm64: dts: rockchip: add ROCK Pi 4 DTS support

2019-01-01 Thread klaus . goger
Hi Pragnesh, > On 01.01.2019, at 09:08, > wrote: > > From: Akash Gajjar > > ROCK Pi 4 is RK3399 based SBC from radxa.com. board has a 1G/2G/4G lpddr4, > CSI, > DSI, HDMI, OTG, USB 2.0, USB 3.0, 10/100/1000 RGMII Ethernet Phy, es8316 > codec, > POE, WIFI (for Model B only), PCIE M.2

Re: [PATCH] ARM64: dts: rockchip: add some pins to rk3399

2018-06-12 Thread klaus . goger
Hi Randy, > On 12.06.2018, at 17:25, Randy Li wrote: > > Those pins would be used by many boards. > > Signed-off-by: Randy Li > --- > arch/arm64/boot/dts/rockchip/rk3399.dtsi | 97 +++- > 1 file changed, 83 insertions(+), 14 deletions(-) > > diff --git

Re: [PATCH] ARM64: dts: rockchip: add some pins to rk3399

2018-06-12 Thread klaus . goger
Hi Randy, > On 12.06.2018, at 17:25, Randy Li wrote: > > Those pins would be used by many boards. > > Signed-off-by: Randy Li > --- > arch/arm64/boot/dts/rockchip/rk3399.dtsi | 97 +++- > 1 file changed, 83 insertions(+), 14 deletions(-) > > diff --git

Re: [PATCH] arm64: dts: rockchip: Switch to SPDX identifier.

2018-06-06 Thread klaus . goger
Hi Enric, > On 06.06.2018, at 17:21, Enric Balletbo i Serra > wrote: > > Adopt the SPDX license identifier headers to ease license compliance > management. [snip] Heiko merged a similar patch 2 days ago http://lists.infradead.org/pipermail/linux-rockchip/2018-June/020939.html Cheers, Klaus

Re: [PATCH] arm64: dts: rockchip: Switch to SPDX identifier.

2018-06-06 Thread klaus . goger
Hi Enric, > On 06.06.2018, at 17:21, Enric Balletbo i Serra > wrote: > > Adopt the SPDX license identifier headers to ease license compliance > management. [snip] Heiko merged a similar patch 2 days ago http://lists.infradead.org/pipermail/linux-rockchip/2018-June/020939.html Cheers, Klaus

Re: [PATCH v2 6/6] arm64: dts: rockchip: enable typec-phy0 for rk3399-puma-haikou.

2018-03-02 Thread klaus . goger
s = "okay"; > }; > > + { > + status = "okay"; > +}; > + > { > status = "okay"; > }; > -- > 2.16.1 Tested-by: Klaus Goger <klaus.go...@theobroma-systems.com> With usbdrd_dwc3_0 changed to dr_mode = "host" [ 3

Re: [PATCH v2 6/6] arm64: dts: rockchip: enable typec-phy0 for rk3399-puma-haikou.

2018-03-02 Thread klaus . goger
ou.dts > index 9a7486058455..2c9c696d1383 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts > @@ -191,6 +191,10 @@ > status = "okay"; > }; > > + { > + status = "okay&

Re: [PATCH v2 5/6] arm64: dts: rockchip: enable typec-phy1 for rk3399-puma.

2018-03-02 Thread klaus . goger
uma.dtsi > b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi > index 1fc5060d7027..3a3b24383482 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi > @@ -505,6 +505,10 @@ > }; > }; > > + { > + sta

Re: [PATCH v2 5/6] arm64: dts: rockchip: enable typec-phy1 for rk3399-puma.

2018-03-02 Thread klaus . goger
1fc5060d7027..3a3b24383482 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi > @@ -505,6 +505,10 @@ > }; > }; > > + { > + status = "okay"; > +}; > + > { > status = &qu

[PATCH v3 2/2] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-02-19 Thread Klaus Goger
Enable the NXP SGTL5000 audio codec on the RK3399-Q7 EVK baseboard Haikou. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Changes in v3: - split i2s0 move from rk3399-puma-haikou.dts to rk3399-puma.dtsi into it's own patch - use dasheѕ in node names - added missi

[PATCH v3 2/2] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-02-19 Thread Klaus Goger
Enable the NXP SGTL5000 audio codec on the RK3399-Q7 EVK baseboard Haikou. Signed-off-by: Klaus Goger --- Changes in v3: - split i2s0 move from rk3399-puma-haikou.dts to rk3399-puma.dtsi into it's own patch - use dasheѕ in node names - added missing vin-supply properties to regulators had

[PATCH v3 1/2] arm64: dts: rockchip: move i2s0 node from baseboard to SoM

2018-02-19 Thread Klaus Goger
The I2S definition is part of the SoM and therefore should be in rk3399-puma.dtsi. Also correct the number of channels available. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Changes in v3: None Changes in v2: None arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.d

[PATCH v3 1/2] arm64: dts: rockchip: move i2s0 node from baseboard to SoM

2018-02-19 Thread Klaus Goger
The I2S definition is part of the SoM and therefore should be in rk3399-puma.dtsi. Also correct the number of channels available. Signed-off-by: Klaus Goger --- Changes in v3: None Changes in v2: None arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | 8 arch/arm64/boot/dts

[PATCH v3 0/2] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-02-19 Thread Klaus Goger
reuse it and fix the incorrect rockchip,*-channels values - add a patch to the series that definies a generic i2s0-2ch-bus - overwrite the generic pin definition of i2s0-2ch-bus with a specific one used in the Haikou with RK3399-Q7 setup Klaus Goger (2): arm64: dts: rockchip: move i2s0 node

[PATCH v3 0/2] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-02-19 Thread Klaus Goger
reuse it and fix the incorrect rockchip,*-channels values - add a patch to the series that definies a generic i2s0-2ch-bus - overwrite the generic pin definition of i2s0-2ch-bus with a specific one used in the Haikou with RK3399-Q7 setup Klaus Goger (2): arm64: dts: rockchip: move i2s0 node

[PATCH v2] arm64: dts: rockchip: add OPPs for rk3368-lion

2018-02-18 Thread Klaus Goger
This adds CPU operation points for the RK3368. We only add them to the the RK3368-uQ7 SoM (Lion) because patches for the SoC where reverted in the past. commit 6354a06cbaa8 ("Revert "arm64: dts: rockchip: Add basic cpu frequencies for RK3368"") Signed-off-by: Klaus Goger &l

[PATCH v2] arm64: dts: rockchip: add OPPs for rk3368-lion

2018-02-18 Thread Klaus Goger
This adds CPU operation points for the RK3368. We only add them to the the RK3368-uQ7 SoM (Lion) because patches for the SoC where reverted in the past. commit 6354a06cbaa8 ("Revert "arm64: dts: rockchip: Add basic cpu frequencies for RK3368"") Signed-off-by: Klaus Goger -

[PATCH v2 1/2] arm64: dts: rockchip: add i2s0-2ch-bus pins on rk3399

2018-02-03 Thread Klaus Goger
Add pin definition for I2S0 if used as a 2-channel only bus. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Changes in v2: None arch/arm64/boot/dts/rockchip/rk3399.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk339

[PATCH v2 2/2] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-02-03 Thread Klaus Goger
Enable the NXP SGTL5000 audio codec on the RK3399-Q7 EVK baseboard Haikou. The i2s0_2ch_bus definition is only done in the SoM dtsi as it is missing the LRCK_RX pin (that is used otherwise) and therefore not generic enough for the SoC dtsi. Signed-off-by: Klaus Goger <klaus.go...@theobr

[PATCH v2 1/2] arm64: dts: rockchip: add i2s0-2ch-bus pins on rk3399

2018-02-03 Thread Klaus Goger
Add pin definition for I2S0 if used as a 2-channel only bus. Signed-off-by: Klaus Goger --- Changes in v2: None arch/arm64/boot/dts/rockchip/rk3399.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip

[PATCH v2 2/2] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-02-03 Thread Klaus Goger
Enable the NXP SGTL5000 audio codec on the RK3399-Q7 EVK baseboard Haikou. The i2s0_2ch_bus definition is only done in the SoM dtsi as it is missing the LRCK_RX pin (that is used otherwise) and therefore not generic enough for the SoC dtsi. Signed-off-by: Klaus Goger --- Changes in v2

[PATCH v2 0/2] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-02-03 Thread Klaus Goger
the incorrect rockchip,*-channels values - add a patch to the series that definies a generic i2s0-2ch-bus - overwrite the generic pin definition of i2s0-2ch-bus with a specific one used in the Haikou with RK3399-Q7 setup. Klaus Goger (2): arm64: dts: rockchip: add i2s0-2ch-bus pins on rk3399 arm64: dts

[PATCH v2 0/2] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-02-03 Thread Klaus Goger
the incorrect rockchip,*-channels values - add a patch to the series that definies a generic i2s0-2ch-bus - overwrite the generic pin definition of i2s0-2ch-bus with a specific one used in the Haikou with RK3399-Q7 setup. Klaus Goger (2): arm64: dts: rockchip: add i2s0-2ch-bus pins on rk3399 arm64: dts

[PATCH 1/4] dt-bindings: add RK3368-uQ7 SoM and EVK base board

2018-01-30 Thread Klaus Goger
RK3368-uQ7 is a Qseven compatible system-on-module by Theobroma Systems. This adds the module and the EVK baseboard "Haikou" Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Documentation/devicetree/bindings/arm/rockchip.txt | 4 1 file changed, 4 ins

[PATCH 1/4] dt-bindings: add RK3368-uQ7 SoM and EVK base board

2018-01-30 Thread Klaus Goger
RK3368-uQ7 is a Qseven compatible system-on-module by Theobroma Systems. This adds the module and the EVK baseboard "Haikou" Signed-off-by: Klaus Goger --- Documentation/devicetree/bindings/arm/rockchip.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/

[PATCH 3/4] arm64: dts: rockchip: add Haikou baseboard with RK3368-uQ7 SoM

2018-01-30 Thread Klaus Goger
Haikou is a Qseven and μQseven baseboard used in Theobroma Systems evaluation kits. This dts adds a version for use with a RK3368-uQ7 SoM called Lion. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- .../arm64/boot/dts/rockchip/rk3368-lion-haikou.dts

[PATCH 3/4] arm64: dts: rockchip: add Haikou baseboard with RK3368-uQ7 SoM

2018-01-30 Thread Klaus Goger
Haikou is a Qseven and μQseven baseboard used in Theobroma Systems evaluation kits. This dts adds a version for use with a RK3368-uQ7 SoM called Lion. Signed-off-by: Klaus Goger --- .../arm64/boot/dts/rockchip/rk3368-lion-haikou.dts | 146 + 1 file changed, 146 insertions

[PATCH 2/4] arm64: dts: rockchip: add RK3368-uQ7 (Lion) SoM

2018-01-30 Thread Klaus Goger
) - fan controller (AMC6821 emulation) - USB<->CAN bridge controller Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi | 317 ++ 1 file changed, 317 insertions(+) create mode 100644 arch/arm64/boot/

[PATCH 0/4] add RK3368-uQ7 SoM

2018-01-30 Thread Klaus Goger
decide if you want to merge it or not as i noticed your reverts in the last cycle. Klaus Goger (4): dt-bindings: add RK3368-uQ7 SoM and EVK base board arm64: dts: rockchip: add RK3368-uQ7 (Lion) SoM arm64: dts: rockchip: add Haikou baseboard with RK3368-uQ7 SoM arm64: dts: rockchip: add

[PATCH 2/4] arm64: dts: rockchip: add RK3368-uQ7 (Lion) SoM

2018-01-30 Thread Klaus Goger
) - fan controller (AMC6821 emulation) - USB<->CAN bridge controller Signed-off-by: Klaus Goger --- arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi | 317 ++ 1 file changed, 317 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi diff

[PATCH 0/4] add RK3368-uQ7 SoM

2018-01-30 Thread Klaus Goger
decide if you want to merge it or not as i noticed your reverts in the last cycle. Klaus Goger (4): dt-bindings: add RK3368-uQ7 SoM and EVK base board arm64: dts: rockchip: add RK3368-uQ7 (Lion) SoM arm64: dts: rockchip: add Haikou baseboard with RK3368-uQ7 SoM arm64: dts: rockchip: add

[PATCH 4/4] arm64: dts: rockchip: add OPPs for rk3368-lion

2018-01-30 Thread Klaus Goger
This adds CPU operation points for the RK3368. We only add them to the the RK3368-uQ7 SoM (Lion) because patches for the SoC where reverted in the past. commit 6354a06cbaa8 ("Revert "arm64: dts: rockchip: Add basic cpu frequencies for RK3368"") Signed-off-by: Klaus Goger &l

[PATCH 4/4] arm64: dts: rockchip: add OPPs for rk3368-lion

2018-01-30 Thread Klaus Goger
This adds CPU operation points for the RK3368. We only add them to the the RK3368-uQ7 SoM (Lion) because patches for the SoC where reverted in the past. commit 6354a06cbaa8 ("Revert "arm64: dts: rockchip: Add basic cpu frequencies for RK3368"") Signed-off-by: Klaus Goger -

[PATCH] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-01-30 Thread Klaus Goger
Enable the NXP SGTL5000 audio codec on the RK3399-Q7 EVK baseboard Haikou. The i2s0_2ch_bus definition is only done in the SoM dtsi as it is missing the LRCK_RX pin (that is used otherwise) and therefore not generic enough for the SoC dtsi. Signed-off-by: Klaus Goger <klaus.go...@theobr

[PATCH] arm64: dts: rockchip: enable tsadc on rk3399-puma

2018-01-30 Thread Klaus Goger
Enable the SoC thermal sensor on RK3399-Q7 (Puma). As we want to do do a full board reset instead of just a SoC one, set hw-tshut-mode to GPIO. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 6 ++ 1 file chan

[PATCH] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

2018-01-30 Thread Klaus Goger
Enable the NXP SGTL5000 audio codec on the RK3399-Q7 EVK baseboard Haikou. The i2s0_2ch_bus definition is only done in the SoM dtsi as it is missing the LRCK_RX pin (that is used otherwise) and therefore not generic enough for the SoC dtsi. Signed-off-by: Klaus Goger --- .../arm64/boot/dts

[PATCH] arm64: dts: rockchip: enable tsadc on rk3399-puma

2018-01-30 Thread Klaus Goger
Enable the SoC thermal sensor on RK3399-Q7 (Puma). As we want to do do a full board reset instead of just a SoC one, set hw-tshut-mode to GPIO. Signed-off-by: Klaus Goger --- arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64

[PATCH] arm64: defconfig: enable Rockchip IO domain support

2017-12-15 Thread Klaus Goger
Without Rockchip IO domain support the internal level shifters will be misconfigured if used with other voltage domains then the default. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH] arm64: defconfig: enable Rockchip IO domain support

2017-12-15 Thread Klaus Goger
Without Rockchip IO domain support the internal level shifters will be misconfigured if used with other voltage domains then the default. Signed-off-by: Klaus Goger --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64

Re: [PATCH] arm64: rockchip: enable Rockchip IO domain support

2017-12-15 Thread klaus . goger
nal level shifter on the >>>> RK3399 >>>> will be misconfigured if used in the other voltage domain then the >>>> default. >>>> >>>> Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> >>>> >>>> --- >>>>

Re: [PATCH] arm64: rockchip: enable Rockchip IO domain support

2017-12-15 Thread klaus . goger
> On 15.12.2017, at 16:55, Heiko Stübner wrote: > > Am Freitag, 15. Dezember 2017, 16:51:39 CET schrieb klaus.goger@theobroma- > systems.com: >>> On 15.12.2017, at 16:33, Heiko Stübner wrote: >>> >>> Am Freitag, 15. Dezember 2017, 13:20:10 CET schrieb Kl

[PATCH] arm64: rockchip: enable Rockchip IO domain support

2017-12-15 Thread Klaus Goger
Make sure the IO domain support is active. This requires to enable Adaptive Voltage Scaling class support too. Without Rockchip IO domain support the internal level shifter on the RK3399 will be misconfigured if used in the other voltage domain then the default. Signed-off-by: Klaus Goger

[PATCH] arm64: rockchip: enable Rockchip IO domain support

2017-12-15 Thread Klaus Goger
Make sure the IO domain support is active. This requires to enable Adaptive Voltage Scaling class support too. Without Rockchip IO domain support the internal level shifter on the RK3399 will be misconfigured if used in the other voltage domain then the default. Signed-off-by: Klaus Goger

[PATCH 0/2] Use SPDX-License-Identifier for rockchip devicetree files

2017-12-15 Thread Klaus Goger
license text. [1] https://patchwork.kernel.org/patch/10091607/ [2] https://spdx.org/licenses/X11.html [3] https://spdx.org/licenses/MIT.html Klaus Goger (2): arm64: dts: rockchip: use SPDX-License-Identifier ARM: dts: rockchip: use SPDX-License-Identifier arch/arm/boot/dts/rk3036-evb.dts

[PATCH 2/2] ARM: dts: rockchip: use SPDX-License-Identifier

2017-12-15 Thread Klaus Goger
Update all 32bit rockchip devicetree files to use SPDX-License-Identifiers. All files except rk3288-veyron-analog-audio.dtsi (which is GPL 2.0 only) claim to be GPL and X11 while the actual license text is MIT. Use the MIT SPDX tag for them. Signed-off-by: Klaus Goger <klaus.go...@theobr

[PATCH 1/2] arm64: dts: rockchip: use SPDX-License-Identifier

2017-12-15 Thread Klaus Goger
Update all 64bit rockchip devicetree files to use SPDX-License-Identifiers. All devicetrees claim to be either GPL or X11 while the actual license text is MIT. Therefore we use MIT for the SPDX tag as X11 is clearly wrong. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> ---

[PATCH 0/2] Use SPDX-License-Identifier for rockchip devicetree files

2017-12-15 Thread Klaus Goger
license text. [1] https://patchwork.kernel.org/patch/10091607/ [2] https://spdx.org/licenses/X11.html [3] https://spdx.org/licenses/MIT.html Klaus Goger (2): arm64: dts: rockchip: use SPDX-License-Identifier ARM: dts: rockchip: use SPDX-License-Identifier arch/arm/boot/dts/rk3036-evb.dts

[PATCH 2/2] ARM: dts: rockchip: use SPDX-License-Identifier

2017-12-15 Thread Klaus Goger
Update all 32bit rockchip devicetree files to use SPDX-License-Identifiers. All files except rk3288-veyron-analog-audio.dtsi (which is GPL 2.0 only) claim to be GPL and X11 while the actual license text is MIT. Use the MIT SPDX tag for them. Signed-off-by: Klaus Goger --- arch/arm/boot/dts

[PATCH 1/2] arm64: dts: rockchip: use SPDX-License-Identifier

2017-12-15 Thread Klaus Goger
Update all 64bit rockchip devicetree files to use SPDX-License-Identifiers. All devicetrees claim to be either GPL or X11 while the actual license text is MIT. Therefore we use MIT for the SPDX tag as X11 is clearly wrong. Signed-off-by: Klaus Goger --- arch/arm64/boot/dts/rockchip/rk3328

[PATCH v2] mtd: spi-nor: add support for Gigadevice GD25LQ32

2017-09-13 Thread Klaus Goger
Tested against GD25LQ32D but the GD25LQ32C datasheet seems to be identically feature-wise. Therefore dropping the suffix as it's probably only indicating the die revision. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Changes in v2: - noticed a typo in the actual

[PATCH v2] mtd: spi-nor: add support for Gigadevice GD25LQ32

2017-09-13 Thread Klaus Goger
Tested against GD25LQ32D but the GD25LQ32C datasheet seems to be identically feature-wise. Therefore dropping the suffix as it's probably only indicating the die revision. Signed-off-by: Klaus Goger --- Changes in v2: - noticed a typo in the actual patch after hitting send drivers/mtd/spi

[PATCH] mtd: spi-nor: add support for Gigadevice GD25LQ32

2017-09-13 Thread Klaus Goger
Tested against GD25LQ32D but the GD25LQ32C datasheet seems to be identically feature-wise. Therefore dropping the suffix as it's probably only indicating the die revision. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- drivers/mtd/spi-nor/spi-nor.c | 5 + 1 file c

[PATCH] mtd: spi-nor: add support for Gigadevice GD25LQ32

2017-09-13 Thread Klaus Goger
Tested against GD25LQ32D but the GD25LQ32C datasheet seems to be identically feature-wise. Therefore dropping the suffix as it's probably only indicating the die revision. Signed-off-by: Klaus Goger --- drivers/mtd/spi-nor/spi-nor.c | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH v2 1/5] dt-bindings: add vendor prefix for Theobroma Systems

2017-08-18 Thread Klaus Goger
Theobroma Systems is a design house specialized in embedded systems and a manufacturer of system-on-modules. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Changes in v2: None Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+)

[PATCH v2 1/5] dt-bindings: add vendor prefix for Theobroma Systems

2017-08-18 Thread Klaus Goger
Theobroma Systems is a design house specialized in embedded systems and a manufacturer of system-on-modules. Signed-off-by: Klaus Goger --- Changes in v2: None Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree

[PATCH v2 0/5] arm64: dts: add RK3399-Q7

2017-08-18 Thread Klaus Goger
in v2: ₋ split dts in a SoM dtsi and a dts for the baseboard - use dashes in phandles - use /delete-node/ before redefining opp-table1 - add comment why opp-table1 is redefined - use generic node names - remove deprecated regulator-compatible property - add vqmmc property to sdmmc Klaus Goger (5

[PATCH v2 5/5] arm64: dts: add Haikou baseboard with RK3399-Q7 SoM

2017-08-18 Thread Klaus Goger
Haikou is a Qseven and μQseven baseboard featuring PCIe, USB3 and a video connector for MIPI-DSI/CSI and eDP adapter. This dts is for usage with the RK3399-Q7 SoM Puma. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Changes in v2: ₋ split baseboard parts in it's o

[PATCH v2 0/5] arm64: dts: add RK3399-Q7

2017-08-18 Thread Klaus Goger
in v2: ₋ split dts in a SoM dtsi and a dts for the baseboard - use dashes in phandles - use /delete-node/ before redefining opp-table1 - add comment why opp-table1 is redefined - use generic node names - remove deprecated regulator-compatible property - add vqmmc property to sdmmc Klaus Goger (5

[PATCH v2 5/5] arm64: dts: add Haikou baseboard with RK3399-Q7 SoM

2017-08-18 Thread Klaus Goger
Haikou is a Qseven and μQseven baseboard featuring PCIe, USB3 and a video connector for MIPI-DSI/CSI and eDP adapter. This dts is for usage with the RK3399-Q7 SoM Puma. Signed-off-by: Klaus Goger --- Changes in v2: ₋ split baseboard parts in it's own dts - use dashes in phandles - use generic

[PATCH v2 4/5] arm64: dts: add RK3399-Q7 (Puma) SoM

2017-08-18 Thread Klaus Goger
: - low-power RTC functionality (ISL1208 emulation) - fan controller (AMC6821 emulation) - USB<->CAN bridge controller Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Changes in v2: ₋ split SoM parts into it's own dtsi - use dashes in phandles - use /delete-

[PATCH v2 2/5] dt-bindings: add amc6821, isl1208 trivial bindings

2017-08-18 Thread Klaus Goger
TI AMC6821 fan controller and Intersil ISL1208 are trivial devices, so add them to the binding list. Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Changes in v2: None Documentation/devicetree/bindings/trivial-devices.txt | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH v2 2/5] dt-bindings: add amc6821, isl1208 trivial bindings

2017-08-18 Thread Klaus Goger
TI AMC6821 fan controller and Intersil ISL1208 are trivial devices, so add them to the binding list. Signed-off-by: Klaus Goger --- Changes in v2: None Documentation/devicetree/bindings/trivial-devices.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH v2 4/5] arm64: dts: add RK3399-Q7 (Puma) SoM

2017-08-18 Thread Klaus Goger
: - low-power RTC functionality (ISL1208 emulation) - fan controller (AMC6821 emulation) - USB<->CAN bridge controller Signed-off-by: Klaus Goger --- Changes in v2: ₋ split SoM parts into it's own dtsi - use dashes in phandles - use /delete-node/ before redefining opp-table1 - add c

[PATCH v2 3/5] dt-bindings: add rk3399-q7 SoM

2017-08-18 Thread Klaus Goger
RK3399-Q7 is a Qseven compatible system-on-module by Theobroma Systems. This adds the module and the EVK baseboard "Haikou" Signed-off-by: Klaus Goger <klaus.go...@theobroma-systems.com> --- Changes in v2: None Documentation/devicetree/bindings/arm/rockchip.txt | 4 1

[PATCH v2 3/5] dt-bindings: add rk3399-q7 SoM

2017-08-18 Thread Klaus Goger
RK3399-Q7 is a Qseven compatible system-on-module by Theobroma Systems. This adds the module and the EVK baseboard "Haikou" Signed-off-by: Klaus Goger --- Changes in v2: None Documentation/devicetree/bindings/arm/rockchip.txt | 4 1 file changed, 4 insertions(+)

Re: [PATCH 4/4] arm64: dts: add RK3399-Q7 (Puma) SoM

2017-06-28 Thread Klaus Goger
Hi Shawn, > On 28 Jun 2017, at 14:41, Shawn Lin <shawn@rock-chips.com> wrote: > > Hi > > On 2017/6/28 18:26, Heiko Stübner wrote: >> Hi Klaus, >> >> [added Kever from Rockchip concerning the cluster1-opps below] >> >> >> Am

Re: [PATCH 4/4] arm64: dts: add RK3399-Q7 (Puma) SoM

2017-06-28 Thread Klaus Goger
Hi Shawn, > On 28 Jun 2017, at 14:41, Shawn Lin wrote: > > Hi > > On 2017/6/28 18:26, Heiko Stübner wrote: >> Hi Klaus, >> >> [added Kever from Rockchip concerning the cluster1-opps below] >> >> >> Am Montag, 26. Juni 2017, 21:18

Re: [PATCH] ARM: dts: sunxi: Explicitly enable pull-ups for MMC pins

2016-11-17 Thread klaus . goger
On 2016-11-17 10:34, Chen-Yu Tsai wrote: Given that MMC starts in open-drain mode and the pull-ups are required, it's best to enable it for all the pin settings. It's even more complicated than that with MMC. It starts in open-drain mode for CMD during initialization but changes to push-pull

Re: [PATCH] ARM: dts: sunxi: Explicitly enable pull-ups for MMC pins

2016-11-17 Thread klaus . goger
On 2016-11-17 10:34, Chen-Yu Tsai wrote: Given that MMC starts in open-drain mode and the pull-ups are required, it's best to enable it for all the pin settings. It's even more complicated than that with MMC. It starts in open-drain mode for CMD during initialization but changes to push-pull

Re: [PATCH] Input: cap1106 - fix register definition

2014-09-02 Thread Klaus Goger
On Sep 2, 2014, at 9:43 AM, Daniel Mack wrote: > On 09/02/2014 08:32 AM, Klaus Goger wrote: >> Use the correct register address for Calibration Active and Interrupt >> Enable >> >> Signed-off-by: Klaus Goger > > These register definitions are currently unused

[PATCH] Input: cap1106 - fix register definition

2014-09-02 Thread Klaus Goger
Use the correct register address for Calibration Active and Interrupt Enable Signed-off-by: Klaus Goger --- drivers/input/keyboard/cap1106.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/keyboard/cap1106.c b/drivers/input/keyboard/cap1106.c index 180b184

[PATCH] Input: cap1106 - fix register definition

2014-09-02 Thread Klaus Goger
Use the correct register address for Calibration Active and Interrupt Enable Signed-off-by: Klaus Goger klaus.go...@theobroma-systems.com --- drivers/input/keyboard/cap1106.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/keyboard/cap1106.c b/drivers/input

Re: [PATCH] Input: cap1106 - fix register definition

2014-09-02 Thread Klaus Goger
On Sep 2, 2014, at 9:43 AM, Daniel Mack zon...@gmail.com wrote: On 09/02/2014 08:32 AM, Klaus Goger wrote: Use the correct register address for Calibration Active and Interrupt Enable Signed-off-by: Klaus Goger klaus.go...@theobroma-systems.com These register definitions are currently