All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
@ 2023-09-26 12:29 ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Dmitry Torokhov

From: Fabio Estevam <festevam@denx.de>

The SCU Key controller can be used as a system wakeup source.

Document the 'wakeup-source' property.

This fixes the following schema warning:

system-controller: keys: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/input/fsl,scu-key.yaml b/Documentation/devicetree/bindings/input/fsl,scu-key.yaml
index e5a3c355ee1f..29921aab9d97 100644
--- a/Documentation/devicetree/bindings/input/fsl,scu-key.yaml
+++ b/Documentation/devicetree/bindings/input/fsl,scu-key.yaml
@@ -24,6 +24,8 @@ properties:
   linux,keycodes:
     maxItems: 1
 
+  wakeup-source: true
+
 required:
   - compatible
   - linux,keycodes
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
@ 2023-09-26 12:29 ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Dmitry Torokhov

From: Fabio Estevam <festevam@denx.de>

The SCU Key controller can be used as a system wakeup source.

Document the 'wakeup-source' property.

This fixes the following schema warning:

system-controller: keys: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/input/fsl,scu-key.yaml b/Documentation/devicetree/bindings/input/fsl,scu-key.yaml
index e5a3c355ee1f..29921aab9d97 100644
--- a/Documentation/devicetree/bindings/input/fsl,scu-key.yaml
+++ b/Documentation/devicetree/bindings/input/fsl,scu-key.yaml
@@ -24,6 +24,8 @@ properties:
   linux,keycodes:
     maxItems: 1
 
+  wakeup-source: true
+
 required:
   - compatible
   - linux,keycodes
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 2/8] dt-bindings: power: fsl,scu-pd: Document imx8dl
  2023-09-26 12:29 ` Fabio Estevam
@ 2023-09-26 12:29   ` Fabio Estevam
  -1 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

imx8dxl also contains the SCU PD block.

Add an entry for 'fsl,imx8dl-scu-pd'.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/power/fsl,scu-pd.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
index 407b7cfec783..7a0f1a400868 100644
--- a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
+++ b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
@@ -20,6 +20,7 @@ properties:
   compatible:
     items:
       - enum:
+          - fsl,imx8dl-scu-pd
           - fsl,imx8qm-scu-pd
           - fsl,imx8qxp-scu-pd
       - const: fsl,scu-pd
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 2/8] dt-bindings: power: fsl,scu-pd: Document imx8dl
@ 2023-09-26 12:29   ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

imx8dxl also contains the SCU PD block.

Add an entry for 'fsl,imx8dl-scu-pd'.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/power/fsl,scu-pd.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
index 407b7cfec783..7a0f1a400868 100644
--- a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
+++ b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
@@ -20,6 +20,7 @@ properties:
   compatible:
     items:
       - enum:
+          - fsl,imx8dl-scu-pd
           - fsl,imx8qm-scu-pd
           - fsl,imx8qxp-scu-pd
       - const: fsl,scu-pd
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 3/8] arm64: dts: imx8dxl: Pass fsl,imx8dl-scu-pd
  2023-09-26 12:29 ` Fabio Estevam
@ 2023-09-26 12:29   ` Fabio Estevam
  -1 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Pass 'fsl,imx8dl-scu-pd' to fix the following schema warning:

system-controller: power-controller:compatible:0: 'fsl,scu-pd' is not one of ['fsl,imx8qm-scu-pd', 'fsl,imx8qxp-scu-pd']
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index 792b7224ca5b..19aa89ea442a 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -122,7 +122,7 @@ &lsio_mu1 1 0
 			  &lsio_mu1 3 3>;
 
 		pd: power-controller {
-			compatible = "fsl,scu-pd";
+			compatible = "fsl,imx8dl-scu-pd", "fsl,scu-pd";
 			#power-domain-cells = <1>;
 			wakeup-irq = <160 163 235 236 237 228 229 230 231 238
 				     239 240 166 169>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 3/8] arm64: dts: imx8dxl: Pass fsl,imx8dl-scu-pd
@ 2023-09-26 12:29   ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Pass 'fsl,imx8dl-scu-pd' to fix the following schema warning:

system-controller: power-controller:compatible:0: 'fsl,scu-pd' is not one of ['fsl,imx8qm-scu-pd', 'fsl,imx8qxp-scu-pd']
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index 792b7224ca5b..19aa89ea442a 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -122,7 +122,7 @@ &lsio_mu1 1 0
 			  &lsio_mu1 3 3>;
 
 		pd: power-controller {
-			compatible = "fsl,scu-pd";
+			compatible = "fsl,imx8dl-scu-pd", "fsl,scu-pd";
 			#power-domain-cells = <1>;
 			wakeup-irq = <160 163 235 236 237 228 229 230 231 238
 				     239 240 166 169>;
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 4/8] arm64: dts: imx8dxl: Remove wakeup-irq
  2023-09-26 12:29 ` Fabio Estevam
@ 2023-09-26 12:29   ` Fabio Estevam
  -1 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

wakeup-irq is not documented, and not used anywhere.

Remove it.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index 19aa89ea442a..c166ffebe438 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -124,8 +124,6 @@ &lsio_mu1 1 0
 		pd: power-controller {
 			compatible = "fsl,imx8dl-scu-pd", "fsl,scu-pd";
 			#power-domain-cells = <1>;
-			wakeup-irq = <160 163 235 236 237 228 229 230 231 238
-				     239 240 166 169>;
 		};
 
 		clk: clock-controller {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 4/8] arm64: dts: imx8dxl: Remove wakeup-irq
@ 2023-09-26 12:29   ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

wakeup-irq is not documented, and not used anywhere.

Remove it.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index 19aa89ea442a..c166ffebe438 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -124,8 +124,6 @@ &lsio_mu1 1 0
 		pd: power-controller {
 			compatible = "fsl,imx8dl-scu-pd", "fsl,scu-pd";
 			#power-domain-cells = <1>;
-			wakeup-irq = <160 163 235 236 237 228 229 230 231 238
-				     239 240 166 169>;
 		};
 
 		clk: clock-controller {
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
  2023-09-26 12:29 ` Fabio Estevam
@ 2023-09-26 12:29   ` Fabio Estevam
  -1 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Rafael J . Wysocki,
	Daniel Lezcano, Amit Kucheria

From: Fabio Estevam <festevam@denx.de>

imx8dxl also contains the SCU thermal block.

Add an entry for 'fsl,imx8dxl-sc-thermal'.

Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Amit Kucheria <amitk@kernel.org>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 .../devicetree/bindings/thermal/fsl,scu-thermal.yaml          | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
index 3721c8c8ec64..e02d04d4f71e 100644
--- a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
@@ -18,7 +18,9 @@ allOf:
 properties:
   compatible:
     items:
-      - const: fsl,imx8qxp-sc-thermal
+      - enum:
+          - fsl,imx8dxl-sc-thermal
+          - fsl,imx8qxp-sc-thermal
       - const: fsl,imx-sc-thermal
 
   '#thermal-sensor-cells':
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
@ 2023-09-26 12:29   ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Rafael J . Wysocki,
	Daniel Lezcano, Amit Kucheria

From: Fabio Estevam <festevam@denx.de>

imx8dxl also contains the SCU thermal block.

Add an entry for 'fsl,imx8dxl-sc-thermal'.

Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Amit Kucheria <amitk@kernel.org>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 .../devicetree/bindings/thermal/fsl,scu-thermal.yaml          | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
index 3721c8c8ec64..e02d04d4f71e 100644
--- a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
@@ -18,7 +18,9 @@ allOf:
 properties:
   compatible:
     items:
-      - const: fsl,imx8qxp-sc-thermal
+      - enum:
+          - fsl,imx8dxl-sc-thermal
+          - fsl,imx8qxp-sc-thermal
       - const: fsl,imx-sc-thermal
 
   '#thermal-sensor-cells':
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 6/8] arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-thermal
  2023-09-26 12:29 ` Fabio Estevam
@ 2023-09-26 12:29   ` Fabio Estevam
  -1 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Pass 'fsl,imx8dxl-sc-thermal' to fix the following schema warning:

system-controller: thermal-sensor:compatible:0: 'fsl,imx8qxp-sc-thermal' was expected
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
system-controller: thermal-sensor:compatible: ['fsl,imx-sc-thermal'] is too short
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
	
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index c166ffebe438..5c63976090e6 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -171,7 +171,7 @@ watchdog {
 		};
 
 		tsens: thermal-sensor {
-			compatible = "fsl,imx-sc-thermal";
+			compatible = "fsl,imx8dxl-sc-thermal", "fsl,imx-sc-thermal";
 			#thermal-sensor-cells = <1>;
 		};
 	};
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 6/8] arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-thermal
@ 2023-09-26 12:29   ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Pass 'fsl,imx8dxl-sc-thermal' to fix the following schema warning:

system-controller: thermal-sensor:compatible:0: 'fsl,imx8qxp-sc-thermal' was expected
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
system-controller: thermal-sensor:compatible: ['fsl,imx-sc-thermal'] is too short
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
	
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index c166ffebe438..5c63976090e6 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -171,7 +171,7 @@ watchdog {
 		};
 
 		tsens: thermal-sensor {
-			compatible = "fsl,imx-sc-thermal";
+			compatible = "fsl,imx8dxl-sc-thermal", "fsl,imx-sc-thermal";
 			#thermal-sensor-cells = <1>;
 		};
 	};
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 7/8] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
  2023-09-26 12:29 ` Fabio Estevam
@ 2023-09-26 12:29   ` Fabio Estevam
  -1 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Wim Van Sebroeck, Guenter Roeck

From: Fabio Estevam <festevam@denx.de>

imx8dxl also contains the SCU watchdog block.

Add an entry for 'fsl,imx8dxl-sc-wdt'.

Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
index 47701248cd8d..8b7aa922249b 100644
--- a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
@@ -18,7 +18,9 @@ allOf:
 properties:
   compatible:
     items:
-      - const: fsl,imx8qxp-sc-wdt
+      - enum:
+          - fsl,imx8dxl-sc-wdt
+          - fsl,imx8qxp-sc-wdt
       - const: fsl,imx-sc-wdt
 
 required:
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 7/8] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
@ 2023-09-26 12:29   ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Wim Van Sebroeck, Guenter Roeck

From: Fabio Estevam <festevam@denx.de>

imx8dxl also contains the SCU watchdog block.

Add an entry for 'fsl,imx8dxl-sc-wdt'.

Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
index 47701248cd8d..8b7aa922249b 100644
--- a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
@@ -18,7 +18,9 @@ allOf:
 properties:
   compatible:
     items:
-      - const: fsl,imx8qxp-sc-wdt
+      - enum:
+          - fsl,imx8dxl-sc-wdt
+          - fsl,imx8qxp-sc-wdt
       - const: fsl,imx-sc-wdt
 
 required:
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 8/8] arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-wdt
  2023-09-26 12:29 ` Fabio Estevam
@ 2023-09-26 12:29   ` Fabio Estevam
  -1 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Pass 'fsl,imx8dxl-sc-wdt' to fix the following schema warning:

system-controller: watchdog:compatible:0: 'fsl,imx8qxp-sc-wdt' was expected
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
system-controller: watchdog:compatible: ['fsl,imx-sc-wdt'] is too short
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index 5c63976090e6..f580eb6db9a6 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -166,7 +166,7 @@ sc_pwrkey: keys {
 		};
 
 		watchdog {
-			compatible = "fsl,imx-sc-wdt";
+			compatible = "fsl,imx8dxl-sc-wdt", "fsl,imx-sc-wdt";
 			timeout-sec = <60>;
 		};
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [PATCH 8/8] arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-wdt
@ 2023-09-26 12:29   ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-26 12:29 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Pass 'fsl,imx8dxl-sc-wdt' to fix the following schema warning:

system-controller: watchdog:compatible:0: 'fsl,imx8qxp-sc-wdt' was expected
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
system-controller: watchdog:compatible: ['fsl,imx-sc-wdt'] is too short
	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index 5c63976090e6..f580eb6db9a6 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -166,7 +166,7 @@ sc_pwrkey: keys {
 		};
 
 		watchdog {
-			compatible = "fsl,imx-sc-wdt";
+			compatible = "fsl,imx8dxl-sc-wdt", "fsl,imx-sc-wdt";
 			timeout-sec = <60>;
 		};
 
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 36+ messages in thread

* Re: [PATCH 2/8] dt-bindings: power: fsl,scu-pd: Document imx8dl
  2023-09-26 12:29   ` Fabio Estevam
@ 2023-09-27 15:08     ` Conor Dooley
  -1 siblings, 0 replies; 36+ messages in thread
From: Conor Dooley @ 2023-09-27 15:08 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: shawnguo, robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx,
	devicetree, linux-arm-kernel, Fabio Estevam


[-- Attachment #1.1: Type: text/plain, Size: 52 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 2/8] dt-bindings: power: fsl,scu-pd: Document imx8dl
@ 2023-09-27 15:08     ` Conor Dooley
  0 siblings, 0 replies; 36+ messages in thread
From: Conor Dooley @ 2023-09-27 15:08 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: shawnguo, robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx,
	devicetree, linux-arm-kernel, Fabio Estevam

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
  2023-09-26 12:29   ` Fabio Estevam
@ 2023-09-27 15:09     ` Conor Dooley
  -1 siblings, 0 replies; 36+ messages in thread
From: Conor Dooley @ 2023-09-27 15:09 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: shawnguo, robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx,
	devicetree, linux-arm-kernel, Fabio Estevam, Rafael J . Wysocki,
	Daniel Lezcano, Amit Kucheria

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
@ 2023-09-27 15:09     ` Conor Dooley
  0 siblings, 0 replies; 36+ messages in thread
From: Conor Dooley @ 2023-09-27 15:09 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: shawnguo, robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx,
	devicetree, linux-arm-kernel, Fabio Estevam, Rafael J . Wysocki,
	Daniel Lezcano, Amit Kucheria


[-- Attachment #1.1: Type: text/plain, Size: 52 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 7/8] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
  2023-09-26 12:29   ` Fabio Estevam
@ 2023-09-27 15:09     ` Conor Dooley
  -1 siblings, 0 replies; 36+ messages in thread
From: Conor Dooley @ 2023-09-27 15:09 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: shawnguo, robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx,
	devicetree, linux-arm-kernel, Fabio Estevam, Wim Van Sebroeck,
	Guenter Roeck

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 7/8] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
@ 2023-09-27 15:09     ` Conor Dooley
  0 siblings, 0 replies; 36+ messages in thread
From: Conor Dooley @ 2023-09-27 15:09 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: shawnguo, robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx,
	devicetree, linux-arm-kernel, Fabio Estevam, Wim Van Sebroeck,
	Guenter Roeck


[-- Attachment #1.1: Type: text/plain, Size: 52 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
  2023-09-26 12:29   ` Fabio Estevam
@ 2023-09-28 13:32     ` Daniel Lezcano
  -1 siblings, 0 replies; 36+ messages in thread
From: Daniel Lezcano @ 2023-09-28 13:32 UTC (permalink / raw)
  To: Fabio Estevam, shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Rafael J . Wysocki,
	Amit Kucheria

On 26/09/2023 14:29, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> imx8dxl also contains the SCU thermal block.
> 
> Add an entry for 'fsl,imx8dxl-sc-thermal'.
> 
> Cc: Rafael J. Wysocki <rafael@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Amit Kucheria <amitk@kernel.org>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---

May I apply this patch or do you want it to be applied with the series 
it belongs?

>   .../devicetree/bindings/thermal/fsl,scu-thermal.yaml          | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
> index 3721c8c8ec64..e02d04d4f71e 100644
> --- a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
> +++ b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
> @@ -18,7 +18,9 @@ allOf:
>   properties:
>     compatible:
>       items:
> -      - const: fsl,imx8qxp-sc-thermal
> +      - enum:
> +          - fsl,imx8dxl-sc-thermal
> +          - fsl,imx8qxp-sc-thermal
>         - const: fsl,imx-sc-thermal
>   
>     '#thermal-sensor-cells':

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
@ 2023-09-28 13:32     ` Daniel Lezcano
  0 siblings, 0 replies; 36+ messages in thread
From: Daniel Lezcano @ 2023-09-28 13:32 UTC (permalink / raw)
  To: Fabio Estevam, shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Rafael J . Wysocki,
	Amit Kucheria

On 26/09/2023 14:29, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> imx8dxl also contains the SCU thermal block.
> 
> Add an entry for 'fsl,imx8dxl-sc-thermal'.
> 
> Cc: Rafael J. Wysocki <rafael@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Amit Kucheria <amitk@kernel.org>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---

May I apply this patch or do you want it to be applied with the series 
it belongs?

>   .../devicetree/bindings/thermal/fsl,scu-thermal.yaml          | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
> index 3721c8c8ec64..e02d04d4f71e 100644
> --- a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
> +++ b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
> @@ -18,7 +18,9 @@ allOf:
>   properties:
>     compatible:
>       items:
> -      - const: fsl,imx8qxp-sc-thermal
> +      - enum:
> +          - fsl,imx8dxl-sc-thermal
> +          - fsl,imx8qxp-sc-thermal
>         - const: fsl,imx-sc-thermal
>   
>     '#thermal-sensor-cells':

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
  2023-09-28 13:32     ` Daniel Lezcano
@ 2023-09-28 13:33       ` Fabio Estevam
  -1 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-28 13:33 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Fabio Estevam, shawnguo, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, linux-imx, devicetree, linux-arm-kernel,
	Rafael J . Wysocki, Amit Kucheria

Hi Daniel,

On 28/09/2023 10:32, Daniel Lezcano wrote:

> May I apply this patch or do you want it to be applied with the series
> it belongs?

Please apply it, thanks.

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
@ 2023-09-28 13:33       ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-09-28 13:33 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Fabio Estevam, shawnguo, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, linux-imx, devicetree, linux-arm-kernel,
	Rafael J . Wysocki, Amit Kucheria

Hi Daniel,

On 28/09/2023 10:32, Daniel Lezcano wrote:

> May I apply this patch or do you want it to be applied with the series
> it belongs?

Please apply it, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
  2023-09-26 12:29   ` Fabio Estevam
@ 2023-09-28 13:44     ` Daniel Lezcano
  -1 siblings, 0 replies; 36+ messages in thread
From: Daniel Lezcano @ 2023-09-28 13:44 UTC (permalink / raw)
  To: Fabio Estevam, shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Rafael J . Wysocki,
	Amit Kucheria

On 26/09/2023 14:29, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> imx8dxl also contains the SCU thermal block.
> 
> Add an entry for 'fsl,imx8dxl-sc-thermal'.
> 
> Cc: Rafael J. Wysocki <rafael@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Amit Kucheria <amitk@kernel.org>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---

Applied, thanks

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl
@ 2023-09-28 13:44     ` Daniel Lezcano
  0 siblings, 0 replies; 36+ messages in thread
From: Daniel Lezcano @ 2023-09-28 13:44 UTC (permalink / raw)
  To: Fabio Estevam, shawnguo
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam, Rafael J . Wysocki,
	Amit Kucheria

On 26/09/2023 14:29, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> imx8dxl also contains the SCU thermal block.
> 
> Add an entry for 'fsl,imx8dxl-sc-thermal'.
> 
> Cc: Rafael J. Wysocki <rafael@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Amit Kucheria <amitk@kernel.org>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---

Applied, thanks

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
  2023-09-26 12:29 ` Fabio Estevam
@ 2023-09-28 16:47   ` Rob Herring
  -1 siblings, 0 replies; 36+ messages in thread
From: Rob Herring @ 2023-09-28 16:47 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Fabio Estevam, linux-arm-kernel, robh+dt, devicetree, linux-imx,
	conor+dt, Dmitry Torokhov, krzysztof.kozlowski+dt, shawnguo


On Tue, 26 Sep 2023 09:29:50 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> The SCU Key controller can be used as a system wakeup source.
> 
> Document the 'wakeup-source' property.
> 
> This fixes the following schema warning:
> 
> system-controller: keys: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
> 	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
> 
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>


^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
@ 2023-09-28 16:47   ` Rob Herring
  0 siblings, 0 replies; 36+ messages in thread
From: Rob Herring @ 2023-09-28 16:47 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Fabio Estevam, linux-arm-kernel, robh+dt, devicetree, linux-imx,
	conor+dt, Dmitry Torokhov, krzysztof.kozlowski+dt, shawnguo


On Tue, 26 Sep 2023 09:29:50 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> The SCU Key controller can be used as a system wakeup source.
> 
> Document the 'wakeup-source' property.
> 
> This fixes the following schema warning:
> 
> system-controller: keys: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
> 	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
> 
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 3/8] arm64: dts: imx8dxl: Pass fsl,imx8dl-scu-pd
  2023-09-26 12:29   ` Fabio Estevam
@ 2023-10-10  1:05     ` Shawn Guo
  -1 siblings, 0 replies; 36+ messages in thread
From: Shawn Guo @ 2023-10-10  1:05 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

On Tue, Sep 26, 2023 at 09:29:52AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> Pass 'fsl,imx8dl-scu-pd' to fix the following schema warning:
> 
> system-controller: power-controller:compatible:0: 'fsl,scu-pd' is not one of ['fsl,imx8qm-scu-pd', 'fsl,imx8qxp-scu-pd']
> 	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied all 4 dts changes, thanks!

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 3/8] arm64: dts: imx8dxl: Pass fsl,imx8dl-scu-pd
@ 2023-10-10  1:05     ` Shawn Guo
  0 siblings, 0 replies; 36+ messages in thread
From: Shawn Guo @ 2023-10-10  1:05 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
	linux-arm-kernel, Fabio Estevam

On Tue, Sep 26, 2023 at 09:29:52AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> Pass 'fsl,imx8dl-scu-pd' to fix the following schema warning:
> 
> system-controller: power-controller:compatible:0: 'fsl,scu-pd' is not one of ['fsl,imx8qm-scu-pd', 'fsl,imx8qxp-scu-pd']
> 	from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied all 4 dts changes, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
  2023-09-28 16:47   ` Rob Herring
@ 2023-10-25 20:07     ` Fabio Estevam
  -1 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-10-25 20:07 UTC (permalink / raw)
  To: Rob Herring, Dmitry Torokhov
  Cc: Fabio Estevam, linux-arm-kernel, robh+dt, devicetree, linux-imx,
	conor+dt, krzysztof.kozlowski+dt, shawnguo

Hi Dmitry,

On Thu, Sep 28, 2023 at 1:48 PM Rob Herring <robh@kernel.org> wrote:
>
>
> On Tue, 26 Sep 2023 09:29:50 -0300, Fabio Estevam wrote:
> > From: Fabio Estevam <festevam@denx.de>
> >
> > The SCU Key controller can be used as a system wakeup source.
> >
> > Document the 'wakeup-source' property.
> >
> > This fixes the following schema warning:
> >
> > system-controller: keys: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
> >       from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
> >
> > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> > Signed-off-by: Fabio Estevam <festevam@denx.de>
> > ---
> >  Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 ++
> >  1 file changed, 2 insertions(+)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>

Could you please take this one?

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
@ 2023-10-25 20:07     ` Fabio Estevam
  0 siblings, 0 replies; 36+ messages in thread
From: Fabio Estevam @ 2023-10-25 20:07 UTC (permalink / raw)
  To: Rob Herring, Dmitry Torokhov
  Cc: Fabio Estevam, linux-arm-kernel, robh+dt, devicetree, linux-imx,
	conor+dt, krzysztof.kozlowski+dt, shawnguo

Hi Dmitry,

On Thu, Sep 28, 2023 at 1:48 PM Rob Herring <robh@kernel.org> wrote:
>
>
> On Tue, 26 Sep 2023 09:29:50 -0300, Fabio Estevam wrote:
> > From: Fabio Estevam <festevam@denx.de>
> >
> > The SCU Key controller can be used as a system wakeup source.
> >
> > Document the 'wakeup-source' property.
> >
> > This fixes the following schema warning:
> >
> > system-controller: keys: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
> >       from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
> >
> > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> > Signed-off-by: Fabio Estevam <festevam@denx.de>
> > ---
> >  Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 ++
> >  1 file changed, 2 insertions(+)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>

Could you please take this one?

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
  2023-10-25 20:07     ` Fabio Estevam
@ 2023-10-29  1:51       ` Dmitry Torokhov
  -1 siblings, 0 replies; 36+ messages in thread
From: Dmitry Torokhov @ 2023-10-29  1:51 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Rob Herring, Fabio Estevam, linux-arm-kernel, robh+dt,
	devicetree, linux-imx, conor+dt, krzysztof.kozlowski+dt,
	shawnguo

Hi Fabio,

On Wed, Oct 25, 2023 at 05:07:39PM -0300, Fabio Estevam wrote:
> Hi Dmitry,
> 
> On Thu, Sep 28, 2023 at 1:48 PM Rob Herring <robh@kernel.org> wrote:
> >
> >
> > On Tue, 26 Sep 2023 09:29:50 -0300, Fabio Estevam wrote:
> > > From: Fabio Estevam <festevam@denx.de>
> > >
> > > The SCU Key controller can be used as a system wakeup source.
> > >
> > > Document the 'wakeup-source' property.
> > >
> > > This fixes the following schema warning:
> > >
> > > system-controller: keys: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
> > >       from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
> > >
> > > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> > > Signed-off-by: Fabio Estevam <festevam@denx.de>
> > > ---
> > >  Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> >
> > Acked-by: Rob Herring <robh@kernel.org>
> 
> Could you please take this one?

Applied, thank you.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
@ 2023-10-29  1:51       ` Dmitry Torokhov
  0 siblings, 0 replies; 36+ messages in thread
From: Dmitry Torokhov @ 2023-10-29  1:51 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Rob Herring, Fabio Estevam, linux-arm-kernel, robh+dt,
	devicetree, linux-imx, conor+dt, krzysztof.kozlowski+dt,
	shawnguo

Hi Fabio,

On Wed, Oct 25, 2023 at 05:07:39PM -0300, Fabio Estevam wrote:
> Hi Dmitry,
> 
> On Thu, Sep 28, 2023 at 1:48 PM Rob Herring <robh@kernel.org> wrote:
> >
> >
> > On Tue, 26 Sep 2023 09:29:50 -0300, Fabio Estevam wrote:
> > > From: Fabio Estevam <festevam@denx.de>
> > >
> > > The SCU Key controller can be used as a system wakeup source.
> > >
> > > Document the 'wakeup-source' property.
> > >
> > > This fixes the following schema warning:
> > >
> > > system-controller: keys: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
> > >       from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
> > >
> > > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> > > Signed-off-by: Fabio Estevam <festevam@denx.de>
> > > ---
> > >  Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> >
> > Acked-by: Rob Herring <robh@kernel.org>
> 
> Could you please take this one?

Applied, thank you.

-- 
Dmitry

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2023-10-29  1:52 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-26 12:29 [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source Fabio Estevam
2023-09-26 12:29 ` Fabio Estevam
2023-09-26 12:29 ` [PATCH 2/8] dt-bindings: power: fsl,scu-pd: Document imx8dl Fabio Estevam
2023-09-26 12:29   ` Fabio Estevam
2023-09-27 15:08   ` Conor Dooley
2023-09-27 15:08     ` Conor Dooley
2023-09-26 12:29 ` [PATCH 3/8] arm64: dts: imx8dxl: Pass fsl,imx8dl-scu-pd Fabio Estevam
2023-09-26 12:29   ` Fabio Estevam
2023-10-10  1:05   ` Shawn Guo
2023-10-10  1:05     ` Shawn Guo
2023-09-26 12:29 ` [PATCH 4/8] arm64: dts: imx8dxl: Remove wakeup-irq Fabio Estevam
2023-09-26 12:29   ` Fabio Estevam
2023-09-26 12:29 ` [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl Fabio Estevam
2023-09-26 12:29   ` Fabio Estevam
2023-09-27 15:09   ` Conor Dooley
2023-09-27 15:09     ` Conor Dooley
2023-09-28 13:32   ` Daniel Lezcano
2023-09-28 13:32     ` Daniel Lezcano
2023-09-28 13:33     ` Fabio Estevam
2023-09-28 13:33       ` Fabio Estevam
2023-09-28 13:44   ` Daniel Lezcano
2023-09-28 13:44     ` Daniel Lezcano
2023-09-26 12:29 ` [PATCH 6/8] arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-thermal Fabio Estevam
2023-09-26 12:29   ` Fabio Estevam
2023-09-26 12:29 ` [PATCH 7/8] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl Fabio Estevam
2023-09-26 12:29   ` Fabio Estevam
2023-09-27 15:09   ` Conor Dooley
2023-09-27 15:09     ` Conor Dooley
2023-09-26 12:29 ` [PATCH 8/8] arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-wdt Fabio Estevam
2023-09-26 12:29   ` Fabio Estevam
2023-09-28 16:47 ` [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source Rob Herring
2023-09-28 16:47   ` Rob Herring
2023-10-25 20:07   ` Fabio Estevam
2023-10-25 20:07     ` Fabio Estevam
2023-10-29  1:51     ` Dmitry Torokhov
2023-10-29  1:51       ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.