mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
ARM: tegra: Add missing reset-names for Tegra HS UART
The device tree bindings for the Tegra high-speed UART require the reset-names property, so add it whenever the compatible string for the serial port is overwritten. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
c298438a5e
commit
500b861da5
|
|
@ -1557,16 +1557,19 @@ sdmmc3-clk-lb-out-pee4 { /* NC */
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006200 {
|
||||
compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006300 {
|
||||
compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1550,16 +1550,19 @@ sdmmc3-clk-lb-out-pee4 { /* NC */
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006200 {
|
||||
compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006300 {
|
||||
compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1385,6 +1385,7 @@ dsi_b {
|
|||
*/
|
||||
serial@70006000 {
|
||||
compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -1398,6 +1399,7 @@ serial@70006000 {
|
|||
*/
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -393,12 +393,14 @@ tegra_i2s1: i2s@70002800 {
|
|||
|
||||
uartb: serial@70006040 {
|
||||
compatible = "nvidia,tegra20-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
/* GPS BCM4751 */
|
||||
};
|
||||
|
||||
uartc: serial@70006200 {
|
||||
compatible = "nvidia,tegra20-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
|
|
@ -450,12 +450,14 @@ i2s@70002800 {
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra20-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
/* GPS BCM4751 */
|
||||
};
|
||||
|
||||
serial@70006200 {
|
||||
compatible = "nvidia,tegra20-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
|
|
@ -453,11 +453,13 @@ tegra_ac97: ac97@70002000 {
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra20-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006300 {
|
||||
compatible = "nvidia,tegra20-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -829,16 +829,19 @@ pv0 {
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006200 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006300 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -820,16 +820,19 @@ pv0 {
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006200 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006300 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -798,12 +798,14 @@ drive_gma {
|
|||
|
||||
uartb: serial@70006040 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
/* GPS BCM4751 */
|
||||
};
|
||||
|
||||
uartc: serial@70006200 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
|
|
@ -1088,6 +1088,7 @@ drive_sdio1 {
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
|
|
@ -1096,6 +1097,7 @@ serial@70006040 {
|
|||
|
||||
serial@70006200 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
|
|
@ -177,6 +177,7 @@ serial@70006000 {
|
|||
|
||||
serial@70006200 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -710,11 +710,13 @@ pv0 {
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
serial@70006300 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2004,6 +2004,7 @@ drive_groups {
|
|||
|
||||
uartc: serial@70006200 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
|
|
@ -1110,6 +1110,7 @@ drive_lcd2 {
|
|||
|
||||
uartb: serial@70006040 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
|
|
@ -1118,6 +1119,7 @@ uartb: serial@70006040 {
|
|||
|
||||
uartc: serial@70006200 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
reset-names = "serial";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user