Skip to content

Commit

Permalink
rockchip: px30/rk3326: Use soc dtsi files from dts/upstream
Browse files Browse the repository at this point in the history
The commit f087f7f ("rockchip: px30/rk3326: migrate to
OF_UPSTREAM") migrated px30/rk3326 boards to use OF_UPSTREAM, however
the soc dtsi and dt-bindings files remained.

Remove the remaining px30/rk3326 soc dtsi and dt-bindings to ensure the
files from dts/upstream is used.

The gpio-ranges props is moved to u-boot.dtsi files and a ethernet0
alias is added to px30-firefly, they are missing in the dts/upstream
files. No changes are expected with this.

Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
  • Loading branch information
Kwiboo authored and keveryang committed Aug 9, 2024
1 parent d6a104d commit d53b707
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2,846 deletions.
4 changes: 4 additions & 0 deletions arch/arm/dts/px30-firefly.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
model = "Firefly Core-PX30-JD4";
compatible = "rockchip,px30-firefly", "rockchip,px30";

aliases {
ethernet0 = &gmac;
};

chosen {
stdout-path = "serial2:115200n8";
};
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/dts/px30-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,20 @@

&gpio0 {
bootph-all;
gpio-ranges = <&pinctrl 0 0 32>;
};

&gpio1 {
bootph-all;
gpio-ranges = <&pinctrl 0 32 32>;
};

&gpio2 {
bootph-all;
gpio-ranges = <&pinctrl 0 64 32>;
};

&gpio3 {
bootph-all;
gpio-ranges = <&pinctrl 0 96 32>;
};
Loading

0 comments on commit d53b707

Please sign in to comment.