Devicetree
 help / color / mirror / Atom feed
From: Vinicius Pedrosa <vinicius.eduardo.pedrosa@gmail.com>
To: Enzo Adriano <enzo.adriano.code@gmail.com>
Cc: Junhui Liu <junhui.liu@pigmoral.tech>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Chen-Yu Tsai <wens@kernel.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	Maxime Ripard <mripard@kernel.org>,
	devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/4] arm64: dts: allwinner: add A733/Cubie A7S DTS support
Date: Wed, 26 Aug 2026 20:09:40 -0300	[thread overview]
Message-ID: <20260826230942.466219-1-vinicius.eduardo.pedrosa@gmail.com> (raw)
In-Reply-To: <20260613-a733-dts-v1-public-ready-v1-0-7787c94681db@gmail.com>

Hi Enzo,

Two findings from building this series locally on top of the A733 CCU v2,
plus one note for the DTSI move you already agreed to with Jernej. Both
findings reproduce on your own Cubie A7S DTB. Junhui and Jerome on Cc.

1. Schema evidence for the clock list Jerome already questioned.

Jerome raised the xtal rate and the naming of the node feeding the CCU. A
full CHECK_DTBS=y run - the whole schema set, not a selected binding -
rejects that node outright:

  sun60i-a733-cubie-a7s.dtb: clock-controller@2002000
  (allwinner,sun60i-a733-ccu):
    clock-names: ['hosc', 'losc', 'iosc'] is too short
    clocks: [[3], [4], [5]] is too short
      from schema: allwinner,sun60i-a733-ccu.yaml

The posted binding wants more clock entries than the DTSI supplies. This
may be the same problem Jerome described rather than a second one, and
whatever resolves his point probably resolves this too. I am sending the
diagnostic because it gives you a check that either passes or does not.

2. /soc raises a W=1 warning.

  sun60i-a733.dtsi:116.6-197.4: Warning (unit_address_vs_reg): /soc: node
  has a reg or ranges property, but no unit name

It is the only diagnostic this series adds over an unmodified tree in my
W=1 comparison - 499 unique diagnostics before, 500 after.

3. When the UART0 pins move into the DTSI, they will need
allwinner,pinmux.

allwinner,sun55i-a523-pinctrl.yaml has listed allwinner,pinmux under
required since d626d248caae, and the A733 compatible joins that schema in
the pinctrl RFC. uart0_pb9_pb10_pins currently sets only pins and
function. Nothing catches it today, because the A733 compatible has no
schema yet - but it will fail validation once the pinctrl series lands,
which is likely around when you send v2.

Static evidence only - no A733 hardware here.

Vinicius

  parent reply	other threads:[~2026-08-26 23:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-13  9:42 [PATCH 0/4] arm64: dts: allwinner: add A733/Cubie A7S DTS support Enzo Adriano via B4 Relay
2026-06-13  9:42 ` [PATCH 1/4] dt-bindings: arm: sunxi: add Radxa Cubie A7S Enzo Adriano via B4 Relay
2026-06-13 19:04   ` Krzysztof Kozlowski
2026-06-13  9:42 ` [PATCH 2/4] dt-bindings: mmc: add Allwinner A733 compatible Enzo Adriano via B4 Relay
2026-06-13 19:03   ` Krzysztof Kozlowski
2026-06-13  9:42 ` [PATCH 3/4] arm64: dts: allwinner: add Allwinner A733 SoC Enzo Adriano via B4 Relay
2026-06-13 11:50   ` sashiko-bot
2026-06-23 15:35   ` Jerome Brunet
2026-06-13  9:42 ` [PATCH 4/4] arm64: dts: allwinner: add Radxa Cubie A7S Enzo Adriano via B4 Relay
2026-06-13  9:50   ` sashiko-bot
2026-06-13 11:37   ` Jernej Škrabec
2026-06-13 13:29     ` Enzo
2026-08-26 23:09 ` Vinicius Pedrosa [this message]
2026-09-01 15:07   ` [PATCH 0/4] arm64: dts: allwinner: add A733/Cubie A7S DTS support Enzo Adriano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260826230942.466219-1-vinicius.eduardo.pedrosa@gmail.com \
    --to=vinicius.eduardo.pedrosa@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=enzo.adriano.code@gmail.com \
    --cc=jbrunet@baylibre.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=junhui.liu@pigmoral.tech \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=mripard@kernel.org \
    --cc=samuel@sholland.org \
    --cc=wens@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox