Re: [PATCH 08/10] rockchip: px30: make UART pinmux accessible to TPL/SPL DTB

2024-05-22 Thread Kever Yang



On 2024/5/22 01:40, Quentin Schulz wrote:

From: Quentin Schulz 

This adds the default pinmux for UART2 and UART5 to the TPL/SPL DTB (if
not removed through the CONFIG_OF_SPL_REMOVE_PROPS symbol) as those two
controllers are always made available to all boards.

Signed-off-by: Quentin Schulz 

Reviewed-by: Kever Yang 

Thanks,
- Kever

---
  arch/arm/dts/px30-u-boot.dtsi | 16 
  1 file changed, 16 insertions(+)

diff --git a/arch/arm/dts/px30-u-boot.dtsi b/arch/arm/dts/px30-u-boot.dtsi
index 046da022ffe..59fa9f43a97 100644
--- a/arch/arm/dts/px30-u-boot.dtsi
+++ b/arch/arm/dts/px30-u-boot.dtsi
@@ -33,11 +33,27 @@
bootph-all;
  };
  
+_xfer {

+   bootph-all;
+};
+
   {
clock-frequency = <2400>;
bootph-all;
  };
  
+_cts {

+   bootph-all;
+};
+
+_rts {
+   bootph-all;
+};
+
+_xfer {
+   bootph-all;
+};
+
   {
bootph-all;
  



[PATCH 08/10] rockchip: px30: make UART pinmux accessible to TPL/SPL DTB

2024-05-21 Thread Quentin Schulz
From: Quentin Schulz 

This adds the default pinmux for UART2 and UART5 to the TPL/SPL DTB (if
not removed through the CONFIG_OF_SPL_REMOVE_PROPS symbol) as those two
controllers are always made available to all boards.

Signed-off-by: Quentin Schulz 
---
 arch/arm/dts/px30-u-boot.dtsi | 16 
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/dts/px30-u-boot.dtsi b/arch/arm/dts/px30-u-boot.dtsi
index 046da022ffe..59fa9f43a97 100644
--- a/arch/arm/dts/px30-u-boot.dtsi
+++ b/arch/arm/dts/px30-u-boot.dtsi
@@ -33,11 +33,27 @@
bootph-all;
 };
 
+_xfer {
+   bootph-all;
+};
+
  {
clock-frequency = <2400>;
bootph-all;
 };
 
+_cts {
+   bootph-all;
+};
+
+_rts {
+   bootph-all;
+};
+
+_xfer {
+   bootph-all;
+};
+
  {
bootph-all;
 

-- 
2.45.1