All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add GameForce Ace
@ 2024-07-26 19:49 ` Chris Morgan
  0 siblings, 0 replies; 39+ messages in thread
From: Chris Morgan @ 2024-07-26 19:49 UTC (permalink / raw)
  To: linux-rockchip
  Cc: linux-pm, devicetree, jagan, andyshrk, jonas, sre, t.schramm,
	heiko, conor+dt, krzk+dt, robh, Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add support for the GameForce Ace. The GameForce Ace is an RK3588s
based gaming device with a 1080p display, touchscreen, hall effect
joysticks and triggers, 128GB of eMMC, 8GB or 12GB of RAM, WiFi 5,
and support for a 2242 NVME.

Chris Morgan (5):
  dt-bindings: power: supply: add dual-cell for cw2015
  power: supply: cw2015: Add support for dual-cell configurations
  arm64: dts: rockchip: Pull up sdio pins on RK3588
  dt-bindings: arm: rockchip: Add GameForce Ace
  arm64: dts: rockchip: Add GameForce Ace

 .../devicetree/bindings/arm/rockchip.yaml     |    5 +
 .../bindings/power/supply/cw2015_battery.yaml |    6 +
 arch/arm64/boot/dts/rockchip/Makefile         |    1 +
 .../dts/rockchip/rk3588-base-pinctrl.dtsi     |   10 +-
 .../dts/rockchip/rk3588s-gameforce-ace.dts    | 1315 +++++++++++++++++
 drivers/power/supply/cw2015_battery.c         |    7 +
 6 files changed, 1339 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dts

-- 
2.34.1


^ permalink raw reply	[flat|nested] 39+ messages in thread
* Re: [PATCH 5/5] arm64: dts: rockchip: Add GameForce Ace
@ 2024-07-26 22:33 kernel test robot
  0 siblings, 0 replies; 39+ messages in thread
From: kernel test robot @ 2024-07-26 22:33 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20240726194948.109326-6-macroalpha82@gmail.com>
References: <20240726194948.109326-6-macroalpha82@gmail.com>
TO: Chris Morgan <macroalpha82@gmail.com>
TO: linux-rockchip@lists.infradead.org
CC: linux-pm@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: jagan@edgeble.ai
CC: andyshrk@163.com
CC: jonas@kwiboo.se
CC: sre@kernel.org
CC: t.schramm@manjaro.org
CC: heiko@sntech.de
CC: conor+dt@kernel.org
CC: krzk+dt@kernel.org
CC: robh@kernel.org
CC: Chris Morgan <macromorgan@hotmail.com>

Hi Chris,

kernel test robot noticed the following build warnings:

[auto build test WARNING on rockchip/for-next]
[also build test WARNING on linus/master next-20240726]
[cannot apply to sre-power-supply/for-next robh/for-next amd-pstate/linux-next amd-pstate/bleeding-edge v6.10]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Chris-Morgan/dt-bindings-power-supply-add-dual-cell-for-cw2015/20240727-035838
base:   https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next
patch link:    https://lore.kernel.org/r/20240726194948.109326-6-macroalpha82%40gmail.com
patch subject: [PATCH 5/5] arm64: dts: rockchip: Add GameForce Ace
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago
config: arm64-randconfig-051-20240727 (https://download.01.org/0day-ci/archive/20240727/202407270618.OlatBL39-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project ccae7b461be339e717d02f99ac857cf0bc7d17fc)
dtschema version: 2024.6.dev4+g23441a4
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240727/202407270618.OlatBL39-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202407270618.OlatBL39-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dts:1283.7-1290.4: Warning (graph_child_address): /usb@fc000000/port: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dtb: typec-portc@22: 'vbus-supply' is a required property
   	from schema $id: http://devicetree.org/schemas/usb/fcs,fusb302.yaml#
>> arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dtb: /pwm-33: failed to match any schema with compatible: ['pwm-gpio']
   arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dtb: /pwm-132: failed to match any schema with compatible: ['pwm-gpio']

vim +1283 arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dts

aaec004564226b Chris Morgan 2024-07-26  1277  
aaec004564226b Chris Morgan 2024-07-26  1278  &usb_host0_xhci {
aaec004564226b Chris Morgan 2024-07-26  1279  	dr_mode = "otg";
aaec004564226b Chris Morgan 2024-07-26  1280  	usb-role-switch;
aaec004564226b Chris Morgan 2024-07-26  1281  	status = "okay";
aaec004564226b Chris Morgan 2024-07-26  1282  
aaec004564226b Chris Morgan 2024-07-26 @1283  	port {
aaec004564226b Chris Morgan 2024-07-26  1284  		#address-cells = <1>;
aaec004564226b Chris Morgan 2024-07-26  1285  		#size-cells = <0>;
aaec004564226b Chris Morgan 2024-07-26  1286  		dwc3_0_role_switch: endpoint@0 {
aaec004564226b Chris Morgan 2024-07-26  1287  			reg = <0>;
aaec004564226b Chris Morgan 2024-07-26  1288  			remote-endpoint = <&usbc0_role_sw>;
aaec004564226b Chris Morgan 2024-07-26  1289  		};
aaec004564226b Chris Morgan 2024-07-26  1290  	};
aaec004564226b Chris Morgan 2024-07-26  1291  };
aaec004564226b Chris Morgan 2024-07-26  1292  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

end of thread, other threads:[~2024-08-04 16:42 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-26 19:49 [PATCH 0/5] Add GameForce Ace Chris Morgan
2024-07-26 19:49 ` Chris Morgan
2024-07-26 19:49 ` [PATCH 1/5] dt-bindings: power: supply: add dual-cell for cw2015 Chris Morgan
2024-07-26 19:49   ` Chris Morgan
2024-07-30 16:36   ` Rob Herring
2024-07-30 16:36     ` Rob Herring
2024-07-26 19:49 ` [PATCH 2/5] power: supply: cw2015: Add support for dual-cell configurations Chris Morgan
2024-07-26 19:49   ` Chris Morgan
2024-07-26 21:06   ` Sebastian Reichel
2024-07-26 21:06     ` Sebastian Reichel
2024-07-31 16:02     ` Chris Morgan
2024-07-31 16:02       ` Chris Morgan
2024-07-31 17:02       ` Sebastian Reichel
2024-07-31 17:02         ` Sebastian Reichel
2024-07-31 17:14         ` Chris Morgan
2024-07-31 17:14           ` Chris Morgan
2024-08-02 21:39         ` Dragan Simic
2024-08-02 21:39           ` Dragan Simic
2024-08-04 16:29           ` Sebastian Reichel
2024-08-04 16:29             ` Sebastian Reichel
2024-08-04 16:42             ` Dragan Simic
2024-08-04 16:42               ` Dragan Simic
2024-07-26 19:49 ` [PATCH 3/5] arm64: dts: rockchip: Pull up sdio pins on RK3588 Chris Morgan
2024-07-26 19:49   ` Chris Morgan
2024-07-26 21:42   ` Heiko Stübner
2024-07-26 21:42     ` Heiko Stübner
2024-07-31 15:30     ` Chris Morgan
2024-07-31 15:30       ` Chris Morgan
2024-07-26 19:49 ` [PATCH 4/5] dt-bindings: arm: rockchip: Add GameForce Ace Chris Morgan
2024-07-26 19:49   ` Chris Morgan
2024-07-27  9:09   ` Krzysztof Kozlowski
2024-07-27  9:09     ` Krzysztof Kozlowski
2024-07-26 19:49 ` [PATCH 5/5] arm64: dts: " Chris Morgan
2024-07-26 19:49   ` Chris Morgan
2024-07-29 18:52 ` [PATCH 0/5] " Rob Herring (Arm)
2024-07-29 18:52   ` Rob Herring (Arm)
2024-07-31 15:32   ` Chris Morgan
2024-07-31 15:32     ` Chris Morgan
  -- strict thread matches above, loose matches on Subject: below --
2024-07-26 22:33 [PATCH 5/5] arm64: dts: rockchip: " kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.