linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm64: dts: meson: VIM2 updates
@ 2020-09-28  9:26 Artem Lapkin
  2020-09-28  9:26 ` [PATCH 1/2] arm64: dts: meson: rename led name on Khadas VIM2 meson-gxm-khadas-vim2 Artem Lapkin
  2020-09-28  9:26 ` [PATCH 2/2] arm64: dts: meson: change spifc max-frequency " Artem Lapkin
  0 siblings, 2 replies; 3+ messages in thread
From: Artem Lapkin @ 2020-09-28  9:26 UTC (permalink / raw)
  To: narmstrong
  Cc: khilman, robh+dt, jbrunet, martin.blumenstingl, devicetree,
	linux-arm-kernel, linux-amlogic, linux-kernel, art, nick, gouwa

small updates and fixes for Khadas VIM2 board dts

Artem Lapkin (2):
  arm64: dts: meson: rename led name on Khadas VIM2 
    meson-gxm-khadas-vim2
  arm64: dts: meson: change spifc max-frequency on Khadas VIM2
    meson-gxm-khadas-vim2

 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] arm64: dts: meson: rename led name on Khadas VIM2  meson-gxm-khadas-vim2
  2020-09-28  9:26 [PATCH v2 0/2] arm64: dts: meson: VIM2 updates Artem Lapkin
@ 2020-09-28  9:26 ` Artem Lapkin
  2020-09-28  9:26 ` [PATCH 2/2] arm64: dts: meson: change spifc max-frequency " Artem Lapkin
  1 sibling, 0 replies; 3+ messages in thread
From: Artem Lapkin @ 2020-09-28  9:26 UTC (permalink / raw)
  To: narmstrong
  Cc: khilman, robh+dt, jbrunet, martin.blumenstingl, devicetree,
	linux-arm-kernel, linux-amlogic, linux-kernel, art, nick, gouwa

rename led name on Khadas VIM2 meson-gxm-khadas-vim2
rename vim:red:power to vim2:white:sys

becouse this led is white system led its not power led

Signed-off-by: Artem Lapkin <art@khadas.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
index bff8ec2c1c7..624632f06b5 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
@@ -84,8 +84,8 @@ hdmi_connector_in: endpoint {
 	pwmleds {
 		compatible = "pwm-leds";
 
-		power {
-			label = "vim:red:power";
+		system {
+			label = "vim2:white:sys";
 			pwms = <&pwm_AO_ab 1 7812500 0>;
 			max-brightness = <255>;
 			linux,default-trigger = "default-on";
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] arm64: dts: meson: change spifc max-frequency on Khadas VIM2 meson-gxm-khadas-vim2
  2020-09-28  9:26 [PATCH v2 0/2] arm64: dts: meson: VIM2 updates Artem Lapkin
  2020-09-28  9:26 ` [PATCH 1/2] arm64: dts: meson: rename led name on Khadas VIM2 meson-gxm-khadas-vim2 Artem Lapkin
@ 2020-09-28  9:26 ` Artem Lapkin
  1 sibling, 0 replies; 3+ messages in thread
From: Artem Lapkin @ 2020-09-28  9:26 UTC (permalink / raw)
  To: narmstrong
  Cc: khilman, robh+dt, jbrunet, martin.blumenstingl, devicetree,
	linux-arm-kernel, linux-amlogic, linux-kernel, art, nick, gouwa

change spifc max-frequency on Khadas VIM2 meson-gxm-khadas-vim2

max-frequency is 104Mhz

Signed-off-by: Artem Lapkin <art@khadas.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
index 624632f06b5..23e6c63fefa 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
@@ -341,7 +341,7 @@ w25q32: spi-flash@0 {
 		#size-cells = <1>;
 		compatible = "winbond,w25q16", "jedec,spi-nor";
 		reg = <0>;
-		spi-max-frequency = <3000000>;
+		spi-max-frequency = <10400000>;
 	};
 };
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-28  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  9:26 [PATCH v2 0/2] arm64: dts: meson: VIM2 updates Artem Lapkin
2020-09-28  9:26 ` [PATCH 1/2] arm64: dts: meson: rename led name on Khadas VIM2 meson-gxm-khadas-vim2 Artem Lapkin
2020-09-28  9:26 ` [PATCH 2/2] arm64: dts: meson: change spifc max-frequency " Artem Lapkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).