mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
arm64: dts: broadcom: drop deprecated serial device_type
The device_type property is deprecated by Devicetree specification and bindings do not allow it. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230123151616.369963-1-krzysztof.kozlowski@linaro.org Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
b76e1186a6
commit
3a7b283821
|
|
@ -475,7 +475,6 @@ i2c1: i2c@e0000 {
|
|||
};
|
||||
|
||||
uart0: serial@100000 {
|
||||
device_type = "serial";
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x00100000 0x1000>;
|
||||
reg-shift = <2>;
|
||||
|
|
@ -486,7 +485,6 @@ uart0: serial@100000 {
|
|||
};
|
||||
|
||||
uart1: serial@110000 {
|
||||
device_type = "serial";
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x00110000 0x1000>;
|
||||
reg-shift = <2>;
|
||||
|
|
@ -497,7 +495,6 @@ uart1: serial@110000 {
|
|||
};
|
||||
|
||||
uart2: serial@120000 {
|
||||
device_type = "serial";
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x00120000 0x1000>;
|
||||
reg-shift = <2>;
|
||||
|
|
@ -508,7 +505,6 @@ uart2: serial@120000 {
|
|||
};
|
||||
|
||||
uart3: serial@130000 {
|
||||
device_type = "serial";
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x00130000 0x1000>;
|
||||
reg-shift = <2>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user