* [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats
@ 2023-02-07 21:00 Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 2/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210 Krzysztof Kozlowski
` (6 more replies)
0 siblings, 7 replies; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-07 21:00 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel
Cc: Krzysztof Kozlowski
The camera's pinctrl configuration is simply empty and not effective.
Remove it to fix dtbs_check warning:
arch/arm/boot/dts/exynos4210-trats.dt.yaml: camera: pinctrl-0: True is not of type 'array'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Resend old patch after fixing FIMC driver. Depends on:
---
arch/arm/boot/dts/exynos4210-trats.dts | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts
index b8e9dd23fc51..9a9a744a88da 100644
--- a/arch/arm/boot/dts/exynos4210-trats.dts
+++ b/arch/arm/boot/dts/exynos4210-trats.dts
@@ -144,8 +144,6 @@ pmic_ap_clk: pmic-ap-clk {
};
&camera {
- pinctrl-names = "default";
- pinctrl-0 = <>;
status = "okay";
};
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 2/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210
2023-02-07 21:00 [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
@ 2023-02-07 21:00 ` Krzysztof Kozlowski
2023-05-08 17:04 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 3/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3 Krzysztof Kozlowski
` (5 subsequent siblings)
6 siblings, 1 reply; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-07 21:00 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel
Cc: Krzysztof Kozlowski
The camera's pinctrl configuration is simply empty and not effective.
Remove it to fix dtbs_check warning:
arch/arm/boot/dts/exynos4210-universal_c210.dt.yaml: camera: pinctrl-0: True is not of type 'array'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm/boot/dts/exynos4210-universal_c210.dts | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts
index 62bf335d5bed..20840bd0d062 100644
--- a/arch/arm/boot/dts/exynos4210-universal_c210.dts
+++ b/arch/arm/boot/dts/exynos4210-universal_c210.dts
@@ -191,9 +191,6 @@ hdmi_ddc: i2c-ddc {
&camera {
status = "okay";
-
- pinctrl-names = "default";
- pinctrl-0 = <>;
};
&cpu0 {
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 3/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3
2023-02-07 21:00 [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 2/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210 Krzysztof Kozlowski
@ 2023-02-07 21:00 ` Krzysztof Kozlowski
2023-05-08 17:04 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 4/7] ARM: dts: exynos: align status led name with bindings on Origen4210 Krzysztof Kozlowski
` (4 subsequent siblings)
6 siblings, 1 reply; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-07 21:00 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel
Cc: Krzysztof Kozlowski
The camera's pinctrl configuration is simply empty and not effective.
Remove it to fix dtbs_check warning:
arch/arm/boot/dts/exynos4412-odroidx.dt.yaml: camera: pinctrl-0: True is not of type 'array'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
index 7c2780d3e37c..cc888f0c98da 100644
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
@@ -117,8 +117,6 @@ &bus_mfc {
&camera {
status = "okay";
- pinctrl-names = "default";
- pinctrl-0 = <>;
};
&clock {
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 4/7] ARM: dts: exynos: align status led name with bindings on Origen4210
2023-02-07 21:00 [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 2/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210 Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 3/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3 Krzysztof Kozlowski
@ 2023-02-07 21:00 ` Krzysztof Kozlowski
2023-02-09 11:10 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 5/7] ARM: dts: exynos: drop default status from I2C10 on Arndale Krzysztof Kozlowski
` (3 subsequent siblings)
6 siblings, 1 reply; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-07 21:00 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel
Cc: Krzysztof Kozlowski
The "status" is a reserved keyword and LED nodes should have generic
prefix:
exynos4210-origen.dtb: leds: status: {'gpios': [[76, 3, 1]],
'function': ['heartbeat'], 'linux,default-trigger': ['heartbeat']} is not of type 'array'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm/boot/dts/exynos4210-origen.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index 5f37b751f700..1103e7f92b57 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -85,7 +85,7 @@ key-menu {
leds {
compatible = "gpio-leds";
- status {
+ led-status {
gpios = <&gpx1 3 GPIO_ACTIVE_LOW>;
function = LED_FUNCTION_HEARTBEAT;
linux,default-trigger = "heartbeat";
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 5/7] ARM: dts: exynos: drop default status from I2C10 on Arndale
2023-02-07 21:00 [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
` (2 preceding siblings ...)
2023-02-07 21:00 ` [PATCH 4/7] ARM: dts: exynos: align status led name with bindings on Origen4210 Krzysztof Kozlowski
@ 2023-02-07 21:00 ` Krzysztof Kozlowski
2023-02-09 11:10 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 6/7] ARM: dts: exynos: drop redundant address/size cells " Krzysztof Kozlowski
` (2 subsequent siblings)
6 siblings, 1 reply; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-07 21:00 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel
Cc: Krzysztof Kozlowski
status=okay is by default for new nodes.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm/boot/dts/exynos5250-arndale.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 71c0e87d3a1d..e995cfee03f3 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -623,7 +623,6 @@ &soc {
i2c_ddc: i2c-10 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_gpio_bus>;
- status = "okay";
compatible = "i2c-gpio";
sda-gpios = <&gpa0 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
scl-gpios = <&gpa0 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 6/7] ARM: dts: exynos: drop redundant address/size cells from I2C10 on Arndale
2023-02-07 21:00 [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
` (3 preceding siblings ...)
2023-02-07 21:00 ` [PATCH 5/7] ARM: dts: exynos: drop default status from I2C10 on Arndale Krzysztof Kozlowski
@ 2023-02-07 21:00 ` Krzysztof Kozlowski
2023-02-09 11:10 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 7/7] ARM: dts: exynos: move I2C10 out of soc node " Krzysztof Kozlowski
2023-05-08 17:04 ` (subset) [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
6 siblings, 1 reply; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-07 21:00 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel
Cc: Krzysztof Kozlowski
I2C10 does not have any children because it is used in HDMI DDC, so drop
redundant address/size-cells.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm/boot/dts/exynos5250-arndale.dts | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index e995cfee03f3..305289ed06d8 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -627,8 +627,6 @@ i2c_ddc: i2c-10 {
sda-gpios = <&gpa0 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
scl-gpios = <&gpa0 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
i2c-gpio,delay-us = <2>;
- #address-cells = <1>;
- #size-cells = <0>;
};
};
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 7/7] ARM: dts: exynos: move I2C10 out of soc node on Arndale
2023-02-07 21:00 [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
` (4 preceding siblings ...)
2023-02-07 21:00 ` [PATCH 6/7] ARM: dts: exynos: drop redundant address/size cells " Krzysztof Kozlowski
@ 2023-02-07 21:00 ` Krzysztof Kozlowski
2023-02-09 11:10 ` (subset) " Krzysztof Kozlowski
2023-05-08 17:04 ` (subset) [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
6 siblings, 1 reply; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-07 21:00 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel
Cc: Krzysztof Kozlowski
I2C10 is represented as i2c-gpio device, thus it is not really a part of
soc MMIO bus:
exynos5250-arndale.dtb: soc: i2c-10: {'pinctrl-names': ['default'], ... } should not be valid under {'type': 'object'}
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm/boot/dts/exynos5250-arndale.dts | 28 +++++++++++-------------
1 file changed, 13 insertions(+), 15 deletions(-)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 305289ed06d8..56f08ca4762c 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -73,6 +73,19 @@ key-wakeup {
};
};
+ /*
+ * For unknown reasons HDMI-DDC does not work with Exynos I2C
+ * controllers. Lets use software I2C over GPIO pins as a workaround.
+ */
+ i2c_ddc: i2c-10 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c2_gpio_bus>;
+ compatible = "i2c-gpio";
+ sda-gpios = <&gpa0 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
+ scl-gpios = <&gpa0 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
+ i2c-gpio,delay-us = <2>;
+ };
+
panel: panel {
compatible = "boe,hv070wsa-100";
power-supply = <&vcc_3v3_reg>;
@@ -615,21 +628,6 @@ &sata_phy_i2c {
status = "okay";
};
-&soc {
- /*
- * For unknown reasons HDMI-DDC does not work with Exynos I2C
- * controllers. Lets use software I2C over GPIO pins as a workaround.
- */
- i2c_ddc: i2c-10 {
- pinctrl-names = "default";
- pinctrl-0 = <&i2c2_gpio_bus>;
- compatible = "i2c-gpio";
- sda-gpios = <&gpa0 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
- scl-gpios = <&gpa0 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
- i2c-gpio,delay-us = <2>;
- };
-};
-
&usbdrd {
vdd10-supply = <&ldo15_reg>;
vdd33-supply = <&ldo12_reg>;
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: (subset) [PATCH 4/7] ARM: dts: exynos: align status led name with bindings on Origen4210
2023-02-07 21:00 ` [PATCH 4/7] ARM: dts: exynos: align status led name with bindings on Origen4210 Krzysztof Kozlowski
@ 2023-02-09 11:10 ` Krzysztof Kozlowski
0 siblings, 0 replies; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-09 11:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, linux-arm-kernel, Alim Akhtar,
linux-samsung-soc, Krzysztof Kozlowski, devicetree, linux-kernel
On Tue, 7 Feb 2023 22:00:17 +0100, Krzysztof Kozlowski wrote:
> The "status" is a reserved keyword and LED nodes should have generic
> prefix:
>
> exynos4210-origen.dtb: leds: status: {'gpios': [[76, 3, 1]],
> 'function': ['heartbeat'], 'linux,default-trigger': ['heartbeat']} is not of type 'array'
>
>
> [...]
Applied, thanks!
[4/7] ARM: dts: exynos: align status led name with bindings on Origen4210
https://git.kernel.org/krzk/linux/c/69276d702c7d8f3c9b23b66bd6540cba8d5bd088
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: (subset) [PATCH 5/7] ARM: dts: exynos: drop default status from I2C10 on Arndale
2023-02-07 21:00 ` [PATCH 5/7] ARM: dts: exynos: drop default status from I2C10 on Arndale Krzysztof Kozlowski
@ 2023-02-09 11:10 ` Krzysztof Kozlowski
0 siblings, 0 replies; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-09 11:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, linux-arm-kernel, Alim Akhtar,
linux-samsung-soc, Krzysztof Kozlowski, devicetree, linux-kernel
On Tue, 7 Feb 2023 22:00:18 +0100, Krzysztof Kozlowski wrote:
> status=okay is by default for new nodes.
>
>
Applied, thanks!
[5/7] ARM: dts: exynos: drop default status from I2C10 on Arndale
https://git.kernel.org/krzk/linux/c/4804e14912bd48db57f1aec0d41f6f92fe80c870
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: (subset) [PATCH 6/7] ARM: dts: exynos: drop redundant address/size cells from I2C10 on Arndale
2023-02-07 21:00 ` [PATCH 6/7] ARM: dts: exynos: drop redundant address/size cells " Krzysztof Kozlowski
@ 2023-02-09 11:10 ` Krzysztof Kozlowski
0 siblings, 0 replies; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-09 11:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, linux-arm-kernel, Alim Akhtar,
linux-samsung-soc, Krzysztof Kozlowski, devicetree, linux-kernel
On Tue, 7 Feb 2023 22:00:19 +0100, Krzysztof Kozlowski wrote:
> I2C10 does not have any children because it is used in HDMI DDC, so drop
> redundant address/size-cells.
>
>
Applied, thanks!
[6/7] ARM: dts: exynos: drop redundant address/size cells from I2C10 on Arndale
https://git.kernel.org/krzk/linux/c/c118f3d23531fccab2f64cb02196b2b52ad8392d
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: (subset) [PATCH 7/7] ARM: dts: exynos: move I2C10 out of soc node on Arndale
2023-02-07 21:00 ` [PATCH 7/7] ARM: dts: exynos: move I2C10 out of soc node " Krzysztof Kozlowski
@ 2023-02-09 11:10 ` Krzysztof Kozlowski
0 siblings, 0 replies; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-09 11:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, linux-arm-kernel, Alim Akhtar,
linux-samsung-soc, Krzysztof Kozlowski, devicetree, linux-kernel
On Tue, 7 Feb 2023 22:00:20 +0100, Krzysztof Kozlowski wrote:
> I2C10 is represented as i2c-gpio device, thus it is not really a part of
> soc MMIO bus:
>
> exynos5250-arndale.dtb: soc: i2c-10: {'pinctrl-names': ['default'], ... } should not be valid under {'type': 'object'}
>
>
Applied, thanks!
[7/7] ARM: dts: exynos: move I2C10 out of soc node on Arndale
https://git.kernel.org/krzk/linux/c/27dfcb622b59cbce2c7f55cd87f06d2cdf20d5eb
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: (subset) [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats
2023-02-07 21:00 [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
` (5 preceding siblings ...)
2023-02-07 21:00 ` [PATCH 7/7] ARM: dts: exynos: move I2C10 out of soc node " Krzysztof Kozlowski
@ 2023-05-08 17:04 ` Krzysztof Kozlowski
6 siblings, 0 replies; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-08 17:04 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel,
Krzysztof Kozlowski
On Tue, 07 Feb 2023 22:00:14 +0100, Krzysztof Kozlowski wrote:
> The camera's pinctrl configuration is simply empty and not effective.
> Remove it to fix dtbs_check warning:
>
> arch/arm/boot/dts/exynos4210-trats.dt.yaml: camera: pinctrl-0: True is not of type 'array'
>
>
Applied, thanks!
[1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats
https://git.kernel.org/krzk/linux/c/8a9e495b3a07e04a7d86d9c706a38e69863348ae
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: (subset) [PATCH 2/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210
2023-02-07 21:00 ` [PATCH 2/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210 Krzysztof Kozlowski
@ 2023-05-08 17:04 ` Krzysztof Kozlowski
0 siblings, 0 replies; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-08 17:04 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel,
Krzysztof Kozlowski
On Tue, 07 Feb 2023 22:00:15 +0100, Krzysztof Kozlowski wrote:
> The camera's pinctrl configuration is simply empty and not effective.
> Remove it to fix dtbs_check warning:
>
> arch/arm/boot/dts/exynos4210-universal_c210.dt.yaml: camera: pinctrl-0: True is not of type 'array'
>
>
Applied, thanks!
[2/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210
https://git.kernel.org/krzk/linux/c/5f7255459587c5f0297eaa2dfb551f936789b082
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: (subset) [PATCH 3/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3
2023-02-07 21:00 ` [PATCH 3/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3 Krzysztof Kozlowski
@ 2023-05-08 17:04 ` Krzysztof Kozlowski
0 siblings, 0 replies; 14+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-08 17:04 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
linux-arm-kernel, linux-samsung-soc, linux-kernel,
Krzysztof Kozlowski
On Tue, 07 Feb 2023 22:00:16 +0100, Krzysztof Kozlowski wrote:
> The camera's pinctrl configuration is simply empty and not effective.
> Remove it to fix dtbs_check warning:
>
> arch/arm/boot/dts/exynos4412-odroidx.dt.yaml: camera: pinctrl-0: True is not of type 'array'
>
>
Applied, thanks!
[3/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3
https://git.kernel.org/krzk/linux/c/043dc30113758f6b18194227447979e100d3061f
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-05-08 17:04 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07 21:00 [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 2/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210 Krzysztof Kozlowski
2023-05-08 17:04 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 3/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3 Krzysztof Kozlowski
2023-05-08 17:04 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 4/7] ARM: dts: exynos: align status led name with bindings on Origen4210 Krzysztof Kozlowski
2023-02-09 11:10 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 5/7] ARM: dts: exynos: drop default status from I2C10 on Arndale Krzysztof Kozlowski
2023-02-09 11:10 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 6/7] ARM: dts: exynos: drop redundant address/size cells " Krzysztof Kozlowski
2023-02-09 11:10 ` (subset) " Krzysztof Kozlowski
2023-02-07 21:00 ` [PATCH 7/7] ARM: dts: exynos: move I2C10 out of soc node " Krzysztof Kozlowski
2023-02-09 11:10 ` (subset) " Krzysztof Kozlowski
2023-05-08 17:04 ` (subset) [PATCH 1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).