Re: [PATCH v1 2/2] ARM: tegra: Add device-tree for ASUS Transformer Pad LTE TF300TL

From: Krzysztof Kozlowski
Date: Mon Mar 17 2025 - 07:06:52 EST


On Sat, Mar 15, 2025 at 09:44:16AM +0200, Svyatoslav Ryhel wrote:
> +#include "tegra30-asus-transformer-common.dtsi"
> +#include "tegra30-asus-lvds-display.dtsi"
> +
> +/ {
> + model = "Asus Transformer Pad LTE TF300TL";
> + compatible = "asus,tf300tl", "nvidia,tegra30";
> +
> + gpio@6000d000 {
> + tf300tl-init-hog {
> + gpio-hog;
> + gpios = <TEGRA_GPIO(C, 6) GPIO_ACTIVE_HIGH>;
> + output-low;
> + };
> + };
> +
> + pinmux@70000868 {
> + state_default: pinmux {
> + lcd_pwr2_pc6 {

No underscores in node names.

Best regards,
Krzysztof