Re: [PATCH 2/2] arm64: dts: qcom: sm8750: Add Lenovo Legion Y700 Gen4
From: Krzysztof Kozlowski
Date: Tue Jul 21 2026 - 06:29:41 EST
On Sun, Jul 19, 2026 at 05:32:26PM +0800, Pengyu Luo wrote:
> +
> + reserved-memory {
> + /*
> + * Use this to tell the BL to initialize the display related
> + * resources, so we can use efifb. Please 's/-/_/'
> + */
> + splash-region {
Missing unit address.
> + reg = <0 0xfc800000 0 0x2b00000>;
> + no-map;
> + };
> + };
> +
> + vph_pwr: vph-pwr-regulator {
foo-regulator but...
> + compatible = "regulator-fixed";
> +
> + regulator-name = "vph_pwr";
> + regulator-min-microvolt = <3700000>;
> + regulator-max-microvolt = <3700000>;
> +
> + regulator-always-on;
> + regulator-boot-on;
> + };
> +
> + vreg_iovdd_1p8: regulator-dsi-1p8 {
... here regulator-foo.
Please write consistent code.
Please use name for all fixed regulators which matches current format
recommendation: 'regulator-[0-9]v[0-9]'
https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
Best regards,
Krzysztof