arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings
[ Upstream commit 509438336ce75c8b4e6ce8e8d507dc77d0783bdd ]
Fix the pinctrl submodes and optee node to remove unneeded unit address,
fixing all unit_address_vs_reg warnings.
Fixes: 9983822c8c ("arm64: dts: mediatek: add pumpkin board dts")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221013152212.416661-8-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
debd938e21
commit
93f5e66496
@@ -17,7 +17,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
firmware {
|
firmware {
|
||||||
optee: optee@4fd00000 {
|
optee: optee {
|
||||||
compatible = "linaro,optee-tz";
|
compatible = "linaro,optee-tz";
|
||||||
method = "smc";
|
method = "smc";
|
||||||
};
|
};
|
||||||
@@ -210,7 +210,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c0_pins_a: i2c0@0 {
|
i2c0_pins_a: i2c0 {
|
||||||
pins1 {
|
pins1 {
|
||||||
pinmux = <MT8516_PIN_58_SDA0__FUNC_SDA0_0>,
|
pinmux = <MT8516_PIN_58_SDA0__FUNC_SDA0_0>,
|
||||||
<MT8516_PIN_59_SCL0__FUNC_SCL0_0>;
|
<MT8516_PIN_59_SCL0__FUNC_SCL0_0>;
|
||||||
@@ -218,7 +218,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c2_pins_a: i2c2@0 {
|
i2c2_pins_a: i2c2 {
|
||||||
pins1 {
|
pins1 {
|
||||||
pinmux = <MT8516_PIN_60_SDA2__FUNC_SDA2_0>,
|
pinmux = <MT8516_PIN_60_SDA2__FUNC_SDA2_0>,
|
||||||
<MT8516_PIN_61_SCL2__FUNC_SCL2_0>;
|
<MT8516_PIN_61_SCL2__FUNC_SCL2_0>;
|
||||||
|
|||||||
Reference in New Issue
Block a user